Install-WindowsFeature with -source doesn't work

I use MDT (2012 U1) to create my servers.
I use a task to capture and another to deploy my capture. Basics tasks !
It works fine.
But when I want to install a removed feature, like XPS-Viewer, it failed.
It failed only if I use the WSUS tasks or if I don't use them but wait my deployed server update via my WSUS during the night.
To install the feature I use this command line :
Install-WindowsFeature XPS-Viewer -source wim:d:\sources\install.wim:2
My iso is well present and it is the same command line I use and works when no updates are done.
Could you help me ?
Thank you.
Ludovic.

Hi,
Your issue seems to be out of the scope of this forum.I suggest you ask in the
WDS forum or
Powershell forum to see whether there are any clues.
Thanks for the understandings.
Regards,
Clarence
TechNet Subscriber Support
If you are
TechNet Subscription user and have any feedback on our support quality, please send your feedback
here.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • The plus sign next to my tab stopped working: when I click on it nothing happens. I tried uninstalling and re-installing and it still doesn't work.

    The + sign to add a new tab suddenly stopped working a while ago. I tried uninstalling and re-installing and it still doesn't work. What may have happened and how do I fix it?

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Cropping pictures with Viewer doesn't work.

    Cropping pictures with Viewer doesn't work.
    Selecting < or ~ 12 pictures. (picture size are Snapshots with iphone resolution) ->Viewers opens and display them. -> Russian roullette between cmd+k or the little crop button. No indication which one will process a crop or which not. -> Both result in picture selection disappear with no crop.
    Selecting > 12 pictures. (picture size are Snapshots with iphone resolution) -> Viewer opens and display them. I crop them one by one with same Russian roulllette behavior between cmd+k or the little crop button. -> Closing Viewer. -> Pictures remain like they've been before. Not cropped.

    I just tried what you described (although I can't really fathom why you would describe it as Russian roulette (with a variable number of L's). Unless you've been drinking a lot, which is what people are usually doing when they are playing Russian roulette. Your post was hard enough to decipher without that.
    Anyway, my cropping was saved each time. I think there's something wrong with your Preview.app. Have you changed anything about the autosave functions of OSX?
    I would try:
    Boot into your recovery partition (restart, hold down ⌘R until you see the Apple logo), and use Disk Utility to repair your hard drive. Repair permissions too while you're there. OS X: About OS X Recovery
    if that doesn't help, then I'd reinstall Mavericks over your current installation.

  • View source doesn't work / is broken / not working in 6.1.0.1

    View source in IE6 works on the guest users mypage when they first land on the site and on the login page, but any other community page once you login - it breaks.
    I'm having to use the 'view partial source' in my right click context menu as offered once you install 'webdevaccess.exe' (a developer plugin unsupported but offered by Microsoft - google it) to see any source. I must admit, I just ctrl-a then 'view partial source' and I get everything but the initial <html> and <head> tags pretty much - but it's a pain.
    Has anyone else seen this behavior and is there a fix?

    It appears that this is indeed a problem with certain versions of IE6 while using server-side compression for all portal pages (a new feature on ALI 6.1 that is enabled by default).
    The Release Notes actually contain two known issues related to this:
    - Some versions of IE6 on Windows 2000 have a bug where they do not render compressed pages properly. End users should upgrade to the latest version of IE6 if compression is enabled. (Issue #54230)
    - You may experience issues downloading Excel spreadsheets from Analytics reports using the Microsoft IE6 browser. (Issue #54827)
    This problem is directly related to one or more of the following bugs in IE6 SP1 resolved by the KB articles listed below. Please require users to either upgrade their browsers by installing IE6 SP2 or patching with the specific downloads listed in the KB articles.
    http://support.microsoft.com/kb/871205
    http://www.microsoft.com/downloads/details.aspx?FamilyID=0c7055c3-0bec-4042-b6aa-3443739c66ab&DisplayLang=en
    http://support.microsoft.com/?kbid=823386
    The other workaround is to specifically disable compression for Excel spreadsheets in the httpcompression.xml setting file, located in %PT_HOME%/settings/portal.
    I upgraded to MSIE 7 and did not encounter the problem. I also confirmed that the problem does not occur with IE6 when HTTP compression is disabled. This is now controlled by a new httpcompression.xml file.
    John

  • RowBanding with BC4J doesn't work

    I want to use rowBanding in a table with a viewObject as its source.
    It doesn't work.
    Could anybody help me?
    TIA
    Francisco Bosch

    Francisco:
    Could you tell me what you mean by "rowBanding?" Are you referring to Swing (JClient) client or HTML client?
    Thanks.
    Sung

  • [SOLVED]Something wrong with Locale, "ÅÖÄ" doesn't work in terminal.

    If you have this kind of problem stated above in the title, or similar, here is what I did...
    Make sure you have correct locale, you'll need a UTF-8 one.
    As stated in the install guide(or beginner's guide iirc) do the following:
    Uncomment  one of the locales in "/etc/locale.gen", it doesn't have to be language pacific if you're only after using UTF-8 which provides more characters than normal ASCII.
    then run "locale-gen". Make sure to set your "/etc/locale.conf" to "LANG=en_US-UTF8" of course you can choose whatever locale you want not just "en_US-UTF-8". After that make sure to reboot, it may also work with just log-out and log-in again, but I did not reboot and neither log-out and when back in. If it still doesn't work, run "locale" and "locale-a" if the output is "C" in each column just redo what I stated above, if it still not work, then you have to consult the manual, wiki and if you don't find the problem use a search-engine and if you still don't find answer here on the forums, the people here is really helpful!
    Last edited by kalle97 (2012-10-01 17:46:16)

    " Okey I uncommented sv_SE.utf8 in /etc/locale.gen ...
    You're supposed to uncomment "sv_SV.UTF-8 UTF-8", then run locale-gen (with sudo), not "sv_SE.utf8".
    That's what I did.
    https://wiki.archlinux.org/index.php/Be … ide#Locale
    ^ Except that you shouldn't use "echo" in this case. That command works well when you're logged in as root, but for sudo, not so much. Check the file with nano and you'll see that nothing changed. For sudo, use tee.
    $ sudo tee /etc/locale.conf <<< "LANG=en_US.UTF-8"
    Note: You don't necessarily need "sv_SV" for those characters to show up. Setting a "sv_SV" locale would make programs show up in Swedish instead of English - unless that's what you want. UTF-8 locales will cover those characters just fine (provided that the font from the terminal actually contains those glyphs, of course).
    So you mean I can have en_US.UTF8 as locale but still write swedish letters? So the problem is with the font or somthing, not the locale?
    If you still have problems, post the output of:
    $ ls -l /etc/profile.d/locale.sh
    $ curl sprunge.us -F sprunge=@/etc/locale.gen
    $ curl sprunge.us -F sprunge=@/etc/locale.conf
    $ locale -a
    $ locale
    Well, I did as the guide told about locale.conf, it doesn't seem to work, even if "locale" outputs correct info now, but I'll try with restarting the X server too, just in case.....

  • Gnome3.6 shortcuts for "switch to next source" doesn't work after lock

    If you have two or more input sources, once you have locked the screen, when typing password for re-login, the "switch to next source" shortcuts ("Ctrl+Space" for me) doesn't work.
    I don't know whether it is a feature, or a bug? In fact I wonder if ALL THE SHORTCUTS DO NOT WORK AFTER LOCK.
    Have anyone come up with this problem? If it is a bug, have it been reported to GNOME Bugzilla?

    Hello there,
    How are you reviewing the course? What is the action associated with 'Review Course' button? Also, can please share the screenshot of Preferences>Quiz>Settings?
    Thanks.
    Vish

  • Wireless keyboard with Marvicks doesn't work properly

    It's not easy to post this article due it's Marvicks (?) / Apple wireless keyboard problem.
    Once I'm at home, I use my MBP like a desktop by connecting with Apple wireless keyboard/mouse. Works Great!
    Since a while, I updated to Marvicks with great experience, but my wireless keyboard doesn't react on some uppercase keys. So, what I can do is: switch to caps-lock then type the missing key or type on MBP keyboard to get "T".
    Look to here and you will find which uppercase letter doesn't work:
    (use only with right-shift combination) aAbcCdDeEfFghHiIjJkKlLmMnNoOpPqQrRsStuUvVwWxXyYzZ.
    (use only with left-shift combination) aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStuUvVwWxXyYzZ.
    Don't work letters/function:
    (right-shift combination) B, G, T
    (left-shift combination)   T
    "fn+delete"
    Further, I have "Pinyin - Simplified" language installed. During Chinese input, I need switch to normal alphabet by activate "caps lock". This is an Easy and fast way to toggle between Chinese - English input. (much convinient than Language switch via mouse clicks).
    My older OS (Leopard, S.L, Lion) works well, but Marvicks interpret differently. Once "caps lock" and I navigate with cursor keys, sometime it convert my typing into e.g.: "\[34334" (this is not the exactly right sample, due I can't simulate this at this moment), something like that. It looks like the "Escape sequences"
    This is frustrating when I write my document without looking to the display regularly.
    Please help with thanks!

    Martindorcom wrote:
    It's not easy to post this article due it's Marvicks (?) / Apple wireless keyboard problem.
    Why don't you use the MBP's internal keyboard?  Does it also not work right?
    Have you tried another external keyboard?  If not, you should do that.  If it works OK,  then you need to replace the one causing all this trouble.

  • After installing Mountain Lion, TextEdit doesn't work anymore.

    Before, I used OS 10.6.8, but tonight after updating the new system Moutain Lion, TextEdit doesn't work any more.
    TextEdit is something I use offen, I need a solution.

    Image Capture is one of the applications that comes with the OS and there doesn't appear to be a separate download for it. You would have to reinstall the OS to get in back if it isn't there.
    Depending on the printer you have, you may have an option to scan from System Preferences/Print & Scan.
    try deleting the .plist - com.apple.Preview.LSSharedFileList.plist
    You need to look in your user Library/Preferences for the .plist. Either hold down the option key while using the Finder “Go To Folder” command and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Preferences/com.apple.Preview.LSSharedFileList.plist
    .  Move the .plist to your desktop.
    Open the application and test. If it works okay, delete the plist(s) from the desktop.
    If the application is the same, return the .plist(s) to where you got them from, overwriting the newer ones.
    If you prefer to make your user library permanently visible, use the Terminal command found below.
    Show User Library
    You might want to bookmark the command. I had to use it again after I installed 10.8.4. I have also been informed that if you drag the user library to Finder it will remain visible.

  • The wheel of my mouses (i tried with two) doesn't work on Firefox versions after 3.6

    It started when i installed Firefox 4. The center wheel of the mouse doesn't work (can click but not shift the webpages). Now i have the 6th version of Firefox and the problem continues. I tried with another mouse (one that i tested with another computer and i know that works) but nothing.
    I unninstalled Firefox, restarted the pc, clean the registry with ccleaner and installed it again (a clean installation, not an update like the other times), but nothing again.
    Today my brother show me that login in windows with his account (instead of using mine) this problem that not happen, is only in mine (we have both admin accounts).
    My OS is Windows 7 64 bits.

    Try this one: in about:config find general.autosrcoll and put it to TRUE if there is false.
    look this one too
    https://support.mozilla.com/en-US/kb/Cannot%20scroll%20with%20mouse%20wheel%20or%20touchpad
    the mousewheel.withnokey.action session
    thank you

  • Printing PDDoc with AFExecuteThisScript() doesn't work after an upgrade from SDK 5 to SDK8

    Hello,
    I have made an upgrade of my plug-in which was developed with the Acrobat 5 SDK. I upgrade it to Acrobat 8 SDK and my print function doesn't work anymore.
    Actually I print my document using a javascript trusted function instead the function provided by the C++ library for internal reason.
    Here below is the code used to print my document :
    char szJavaPrint[6000];
    sprintf(szJavaPrint,
    "pp = this.getPrintParams(); \r\n"
    // fill pp with parameters
    "pp.interactive = pp.constants.interactionLevel.silent; \r\n"
    "\r\n"
    "this.trustedPrint(this, pp);"
    PDDoc pdDoc = AVDocGetPDDoc(avDoc);
    AFExecuteThisScript(pdDoc, szJavaPrint, NULL);
    It was working with the Acrobat 5 SDK but the print seems to have no effect using the Acrobat 8 SDK. I know that there is a change between Acrobat 5 and 8 concerning the Character Set (currently I set the Character Set to "Not Set" in the Configuration Properties of the project) but I don't think that my problem comes from the Character Set.
    All ideas to resolve this problem are welcome.
    Kind regards,
    Joe

    See what happens if you remove the "setting of interactive to silent"...
    There is a restriction on silent printing in Acrobat, but I would not have expected that to be passed into this method - but it could have been overlooked and be a bug.
    Also, I don't recall a trustedPrint() method in Acrobat JS - check the documentation for the correct name of this function...

  • When I try to launch itunes I get an error mesage saying that Apple application support was not found and suggests that I uninstall and re-install it, but that doesn't work

    When I try to launch itunes I get an error mesage saying that Apple application support was not found and suggests that I uninstall and re-install it, but that doesn't work

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    Start with the section Install missing components which should address your particular error. Otherwise the steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT) as you start iTunes, then going to Edit > Preferences > Store and turning off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • After upgrade to IOS 8.3 sync with iTunes doesn't work

    After upgrade iPhone 6, iPad Air to IOS 8.3, the sync (over wifi, as well) to iTunes doesn't work anymore.
    On iMAC iTunes, the last sync's hour and day appear different from what is recorded on mobile devices (iPhone and iPad); with IOS 8.2 and the previous iTunes' version the sync worked correctly: the dates are the same only for few seconds after syncronization, then the IOS devices show the syncronization's dates related to two weeks ago.
    Thanks

    you'll need to contact your carrier.

  • Fit the window with mouse doesn't work after new update 10.9.2

    Hi, I could fit a windows using my mouse wheel or two finger(on trackpad), doesn't work after I set up new Mavericks update(10.9.2) I'm using Haswell rMBP. Can anyone help me please? Thanks a lot. (Also, minimize with mouse wheel doesn't work too.)

    Doesn't anyone having this issue?

  • Synchronization of tasks and interaction logs with Outlook doesn't work

    Dear SAP Experts,
    I'm workink on CRM 7.0 (release 7.7.06.010).
    We are trying to make the synchronization of activities, contacts and tasks from our CRM system to Microsoft Outlook.
    It's working fine for the contacts and for the Apointment BP visit (transaction type Y020).
    But no synchronization made for others activities (interaction log Y007 and telephone calls PCAL) or BP Tasks (Y030) we created in the system.
    We just applied today SAP Note 1415263 and Groupware Integration 3.057.
    I made the settings in the CRM Calendar tab in Outlook (with synchronization from CRM to Outlook), and checked apointment, contacts and tasks.
    In customizing (CRM > Transactions > Basic settings > Define transaction types), I flagged for the following transaction types the little 'Calendar' box: Y020, Y030, Y007 and PCAL.
    In another entry (CRM > CRM Middleware and related components > Settings for client-based synchronization), I indicated the transaction type Y020 for DEFAULT_APPT_PROC_TYPE and Y030 for DEFAULT_TASK_PROC_TYPE.
    Any idea about what is missing or not already done?
    Any help will be apppreciated.
    Thanks in advance for your help,
    Kind regards,
    Grégory KREMSER
    Edited by: Grégory Kremser on Feb 3, 2010 3:13 PM

    We don't have a CAS array set up.  We want the fail over to be fully manual and only fail over to another server when mb1 is in a completely failed state and won't be back up and running withing a set time frame.  We can get everything working
    on MB3 and only Outlook doesn't work when everything is on MB2.  Outlook also doesn't work if databases are on another server and DNS is pointing Outlook to MB2 (again MB3 works fine).

Maybe you are looking for

  • Received notice of an update for one of my apps and when I tried to update the message reads "Account Not in this store"  i must switch to a Canadian store before purchasing

    Received notice of an update for one of my apps and when I tried to update the message reads "Account Not in this store"  i must switch to a Canadian store before purchasing.  I deleted app and tried to download again but still got the message.  Anyo

  • Issue in Dynamic routing (OSB)

    Hi, I implemented dynamic routing in OSB,using xQuery:- +<tradingPartnerList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\bea910\user_projects\eclipse\TradingPartners.xsd">+ +     <tp>+ +          <Name>Plat

  • ERROR IN ACTIVITY MANAGEMENT

    HI SAP GURUS, I m new to CRM. I have a doubt that when i created an activity of SAMPLE DROPING I faced an error that PHYSICIAN has not maintained in header data. Can any body solve my problem. If possible some 1 can send some document to my mail id  

  • Import error in 4.0.1.00.03

    Hi, I am trying to import a CSS export that came from the same version of APEX as well as the same Workspace on a different server. I keep getting this error: ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-010

  • Use of Timezone and method inDaylightTime

    I'm trying to find date and time for DST start for a timezone. I use Java classes TimeZone and GregorianCalendar. To find out which date and time is DST I use the method timeZone.inDaylightTime(date). The code that is shown below finds the correct da