Adding custom WIM files to a bootable thumb drive

Hi, I have setup an WDS 2008 that works fine for deploying and capturing images over my network. I am trying to find a solution to create a bootable thumb, that would contain those custom images captured with WDS. So what I did until I got stuck: 
Created a bootable thumb drive from an Windows 7 Pro installation disk, using Se7en Lite. Mounted the custom image in a folder and used "imagex" to append it to the "install.wim" file on the thumb drive. Checked with "imagex /info"
and indeed the custom image showed with index 5 and description "Windows7_x64_patched". Booted a PC off the thumb drive and got to the screen that asks which version of Windows I would like to install. Here, only one option shows up "Professional",
which would be the untouched Windows 7 Pro version. So no Basic, Premium or Patched version would show up, even though I can see them and their indexes with "imagex /info".
Questions:1) Is there an easier/faster way of creating a bootable thumb with multiple custom WIMs? 
2) If "imagex /append" is a good solution and I'm on the right track, then what I should do so that the appended image would show as an option when installing off the thumb drive?
Thanks!

Thank you for your reply! So I edited the ei.cfg file (deleted "Professional" from  [EditionID]. Now it shows me the four untouched versions "Basic", "Home Premium", "Professional" and "Ultimate" but not the custom one. I can still scroll down one more
row, so there is something without a description available seems. But if i scroll down to the 5th row and press enter, then I get the error: "Windows could not display the image available for installation". Referring to the first question and answer now, if
I replace the original "install.wim" on the thumb with my custom WIM, then I only have one image, as the WIM container would only have my captured image. So what I was asking is there an easier way to stick MORE THAN ONE installation image on the same bootable
device, without using the huge time consuming "imagex /append" command?
Here's a copy of my "imagex /info" on the modified "install.wim" from thumb:
WIM Information:
Path:        e:\sources\install.wim
GUID:        {65caf905-5e50-4a42-900b-5e14084871e9}
Image Count: 5
Compression: LZX
Part Number: 1/1
Attributes:  0x8
             Relative path junction
Available Image Choices:
<WIM>
  <TOTALBYTES>5643506813</TOTALBYTES>
  <IMAGE INDEX="1">
    <DIRCOUNT>13365</DIRCOUNT>
    <FILECOUNT>64285</FILECOUNT>
    <TOTALBYTES>11710161360</TOTALBYTES>
    <CREATIONTIME>
      <HIGHPART>0x01CB8936</HIGHPART>
      <LOWPART>0x131F339A</LOWPART>
    </CREATIONTIME>
    <LASTMODIFICATIONTIME>
      <HIGHPART>0x01CBF8F0</HIGHPART>
      <LOWPART>0x0027D0DC</LOWPART>
    </LASTMODIFICATIONTIME>
    <WINDOWS>
      <ARCH>9</ARCH>
      <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
      <EDITIONID>HomeBasic</EDITIONID>
      <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
      <HAL>acpiapic</HAL>
      <PRODUCTTYPE>WinNT</PRODUCTTYPE>
      <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
      <LANGUAGES>
        <LANGUAGE>en-US</LANGUAGE>
        <DEFAULT>en-US</DEFAULT>
      </LANGUAGES>
      <VERSION>
        <MAJOR>6</MAJOR>
        <MINOR>1</MINOR>
        <BUILD>7601</BUILD>
        <SPBUILD>17514</SPBUILD>
        <SPLEVEL>1</SPLEVEL>
      </VERSION>
      <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    <NAME>Windows 7 HOMEBASIC</NAME>
    <DESCRIPTION>Windows 7 HOMEBASIC</DESCRIPTION>
    <FLAGS>HomeBasic</FLAGS>
    <HARDLINKBYTES>4497873056</HARDLINKBYTES>
    <DISPLAYNAME>Windows 7 Home Basic</DISPLAYNAME>
    <DISPLAYDESCRIPTION>Windows 7 Home Basic</DISPLAYDESCRIPTION>
  </IMAGE>
  <IMAGE INDEX="2">
    <DIRCOUNT>13614</DIRCOUNT>
    <FILECOUNT>65339</FILECOUNT>
    <TOTALBYTES>12222587449</TOTALBYTES>
    <CREATIONTIME>
      <HIGHPART>0x01CB8936</HIGHPART>
      <LOWPART>0x131F339A</LOWPART>
    </CREATIONTIME>
    <LASTMODIFICATIONTIME>
      <HIGHPART>0x01CBF8F0</HIGHPART>
      <LOWPART>0x236D21C7</LOWPART>
    </LASTMODIFICATIONTIME>
    <WINDOWS>
      <ARCH>9</ARCH>
      <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
      <EDITIONID>HomePremium</EDITIONID>
      <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
      <HAL>acpiapic</HAL>
      <PRODUCTTYPE>WinNT</PRODUCTTYPE>
      <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
      <LANGUAGES>
        <LANGUAGE>en-US</LANGUAGE>
        <DEFAULT>en-US</DEFAULT>
      </LANGUAGES>
      <VERSION>
        <MAJOR>6</MAJOR>
        <MINOR>1</MINOR>
        <BUILD>7601</BUILD>
        <SPBUILD>17514</SPBUILD>
        <SPLEVEL>1</SPLEVEL>
      </VERSION>
      <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    <NAME>Windows 7 HOMEPREMIUM</NAME>
    <DESCRIPTION>Windows 7 HOMEPREMIUM</DESCRIPTION>
    <FLAGS>HomePremium</FLAGS>
    <HARDLINKBYTES>4912986404</HARDLINKBYTES>
    <DISPLAYNAME>Windows 7 Home Premium</DISPLAYNAME>
    <DISPLAYDESCRIPTION>Windows 7 Home Premium</DISPLAYDESCRIPTION>
  </IMAGE>
  <IMAGE INDEX="3">
    <DIRCOUNT>13701</DIRCOUNT>
    <FILECOUNT>65851</FILECOUNT>
    <TOTALBYTES>12122886417</TOTALBYTES>
    <CREATIONTIME>
      <HIGHPART>0x01CB8936</HIGHPART>
      <LOWPART>0x131F339A</LOWPART>
    </CREATIONTIME>
    <LASTMODIFICATIONTIME>
      <HIGHPART>0x01CE98EE</HIGHPART>
      <LOWPART>0xCA54650A</LOWPART>
    </LASTMODIFICATIONTIME>
    <WINDOWS>
      <ARCH>9</ARCH>
      <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
      <EDITIONID>Professional</EDITIONID>
      <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
      <HAL>acpiapic</HAL>
      <PRODUCTTYPE>WinNT</PRODUCTTYPE>
      <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
      <LANGUAGES>
        <LANGUAGE>en-US</LANGUAGE>
        <DEFAULT>en-US</DEFAULT>
      </LANGUAGES>
      <VERSION>
        <MAJOR>6</MAJOR>
        <MINOR>1</MINOR>
        <BUILD>7601</BUILD>
        <SPBUILD>17514</SPBUILD>
        <SPLEVEL>1</SPLEVEL>
      </VERSION>
      <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    <NAME>Windows 7 PROFESSIONAL</NAME>
    <DESCRIPTION>Windows 7 PROFESSIONAL</DESCRIPTION>
    <FLAGS>Professional</FLAGS>
    <HARDLINKBYTES>4786527097</HARDLINKBYTES>
    <DISPLAYNAME>Windows 7 Professional</DISPLAYNAME>
    <DISPLAYDESCRIPTION>Windows 7 Professional</DISPLAYDESCRIPTION>
  </IMAGE>
  <IMAGE INDEX="4">
    <DIRCOUNT>13737</DIRCOUNT>
    <FILECOUNT>66029</FILECOUNT>
    <TOTALBYTES>12285492779</TOTALBYTES>
    <CREATIONTIME>
      <HIGHPART>0x01CB8936</HIGHPART>
      <LOWPART>0x131F339A</LOWPART>
    </CREATIONTIME>
    <LASTMODIFICATIONTIME>
      <HIGHPART>0x01CBF8F0</HIGHPART>
      <LOWPART>0x6D7F6938</LOWPART>
    </LASTMODIFICATIONTIME>
    <WINDOWS>
      <ARCH>9</ARCH>
      <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
      <EDITIONID>Ultimate</EDITIONID>
      <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
      <HAL>acpiapic</HAL>
      <PRODUCTTYPE>WinNT</PRODUCTTYPE>
      <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
      <LANGUAGES>
        <LANGUAGE>en-US</LANGUAGE>
        <DEFAULT>en-US</DEFAULT>
      </LANGUAGES>
      <VERSION>
        <MAJOR>6</MAJOR>
        <MINOR>1</MINOR>
        <BUILD>7601</BUILD>
        <SPBUILD>17514</SPBUILD>
        <SPLEVEL>1</SPLEVEL>
      </VERSION>
      <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    <NAME>Windows 7 ULTIMATE</NAME>
    <DESCRIPTION>Windows 7 ULTIMATE</DESCRIPTION>
    <FLAGS>Ultimate</FLAGS>
    <HARDLINKBYTES>4947144081</HARDLINKBYTES>
    <DISPLAYNAME>Windows 7 Ultimate</DISPLAYNAME>
    <DISPLAYDESCRIPTION>Windows 7 Ultimate</DISPLAYDESCRIPTION>
  </IMAGE>
  <IMAGE INDEX="5">
    <DIRCOUNT>16853</DIRCOUNT>
    <FILECOUNT>80207</FILECOUNT>
    <TOTALBYTES>17942171343</TOTALBYTES>
    <HARDLINKBYTES>4936766950</HARDLINKBYTES>
    <CREATIONTIME>
      <HIGHPART>0x01CE9935</HIGHPART>
      <LOWPART>0x5B788A49</LOWPART>
    </CREATIONTIME>
    <LASTMODIFICATIONTIME>
      <HIGHPART>0x01CE9935</HIGHPART>
      <LOWPART>0x6D5A05EC</LOWPART>
    </LASTMODIFICATIONTIME>
    <WINDOWS>
      <ARCH>9</ARCH>
      <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
      <EDITIONID>Professional</EDITIONID>
      <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
      <HAL>acpiapic</HAL>
      <PRODUCTTYPE>WinNT</PRODUCTTYPE>
      <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
      <LANGUAGES>
        <LANGUAGE>en-US</LANGUAGE>
        <DEFAULT>en-US</DEFAULT>
      </LANGUAGES>
      <VERSION>
        <MAJOR>6</MAJOR>
        <MINOR>1</MINOR>
        <BUILD>7601</BUILD>
        <SPBUILD>18015</SPBUILD>
        <SPLEVEL>1</SPLEVEL>
      </VERSION>
      <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    <NAME>Win7Pro_x64_patched_nod</NAME>
  </IMAGE>
</WIM>

Similar Messages

  • How to edit a captured custom .wim file?

    Hi folks,
    I am in process of gaining experience with capturing and deploying Windows 7 SP1 from our WDS server using unattend file.
    Everything is working, since we installed our applications, ran sysprep, and captured a custom .wim file.
    Now we deploy it using unattend file and everything works.
    I am trying to figure out if there is a best practice here for adding applications to this new custom .wim file?
    I've tried deploying this new image to a unit, installed app, and run sysprep but fails with this error:
    A fatal error occurred while trying to sysprep the machine.
    I am thinking this has to do with multiple syspreps or something?
    I am trying to avoid having to use a default install.wim and app install automation with MDT or something like that.  We are strict to WDS only right now.
    Appreciate any comments,
    Thanks!  romatlo

    Offline servicing allows for adding/removing drivers and updates in MSU/CAB files.
    I do not use MDT either. If you want to "install" a new application to an image that is "out of arms" then you will need to install it after deployment. If your image has an answer file, you can mount your image. Then copy the installation files to it or
    you can keep it on a network share. Then in the answer file, you can put in the commands to install it using FirstLogonCommands.
    I typically like to reference a .cmd file in my unattend that I can add/remove commands to finalized images. So if a client wants to install a new program but doesn't want to recreate the image, then I can have it installed that way.
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Description>Set up Service Account</Description>
    <CommandLine>cmd /C start /wait c:\folder\FirstLog.cmd</CommandLine>
    </SynchronousCommand>
    </FirstLogonCommands>

  • How to create a bootable thumb drive for OSx 10.7 ?

    Greetings - This is my first system install without using a DVD. I've seen caveats re: making a bootable thumb drive to avoid future problems. Please refer me to an Apple document that explains how to create such a bootable thumb drive from the downloaded disc image. Thanks!

    Most users create an image when they have multiple installs. You can simply drag the Install Mac OS X Lion installer from Applications to another drive or folder on your computer. Apple removes the installer after it runs.
    You can always download again from Purchases in the Mac App Store (MAS).

  • Deleting hidden .trashes files on FAT32 USB thumb drive

    Hi all.
    I have a few thumb drives (1gb / 4gb) that I need to be able to use on both PC and Mac. They work fine for accessing files etc., but I find that if I delete files on OSX to make more room, the space isn't made available. I've discovered that this is due to invisible .trashes files, which I can only see and delete by using a Windows machine. This is a right pain as that means I have to remember to clear space on drives at work before trying to copy files onto drives at home. Is there any way to ensure that when I delete files in OSX that all the associated bits are cleared as well?
    Cheers in advance for someones help !
    Pete

    Hi Tkmoore, and a warm welcome to the forums!
    Is there any other way to delete these hidden files off of a flash drive besides emptying the trash.
    Well, you could reformat it to wipe it clean.
    if the flash drive is removed, can you just plug it back in and then empty the trash?
    At least on the Mac side you can, I presume the PC side also works that way.

  • Patching of Embedded OS WIM Files

    Hi Guys,
    I currently have a System Centre Configuration Manager 2012 R2 installation and I have just added the wim file for our HP Thin Clients that run Windows Embedded Standard 7 (WES7).
    When I tried to apply updates to this WIM, it would only pick up on Windows 7 updates and not the Embedded ones. I can see the Software Update groups for both and can see the patches that should be applied, but it looks like it is not seeing the wim as the
    Embedded edition of the OS, but the full version instead.
    Has anyone else had this issue or been able to get it to work?
    When I do a dism /Get-WimInfo, the responses do indicate that it is Embedded for both the Edition and Installation. The only thing I can think of, is that when it looks for updates, it is only looking at the Version number and Architecture which is the same
    between Embedded and Full.
    Any help is appreciated.
    Regards,
    Byron

    Hi,
    Please refer to the link below:
    Add Updates to an Image (Standard 7 SP1)
    http://msdn.microsoft.com/en-US/library/ff794120(v=winembedded.60).aspx
    Also, I suggest you ask it to Windows Embedded Standard forum.
    http://social.msdn.microsoft.com/Forums/en-US/category/embeddedwindows/
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • BlueScreen error intelppm.sys when trying to generate a custom.wim with WDS

    I have 20 Toshiba Portege R700 and when I try to generate a custom wim file with all my apps, the system crash and a wonderfull blue screen appears with error at intelppm.sys. The capture of the image starts but never ends, and crashes not always at the same porcentage. The BIOS and the drivers are updated. Can someone help me?

    Hello
    What is wim file and what program you are using for creating this file?
    Are you do this on preinstalled Windows version from Toshiba?

  • How do I make a Snow Leopard bootable iso on a thumb drive?

    I am about to have an old Macbook with a new blank HDD and an optical drive that doesn't accept CDs or DVDs.  I know if I could make a bootable iso, or put an iso of the Snow Leopard disc I have on a bootable thumb drive, I could install SNow Leopard on this Macbook and give it a new lease on life.
    I haven't been able to find info on how to do this.
    Can anyone out there help with a link or bit of advice?
    Thanks.
    I have access to iMacs at school, but at home I only have access to a couple of diskless Macs and a Win7 box with a DVD/CD writer.
    Message was edited by: Fuzzy2k

    The resolved thread in the sidebar has some info on how to do this…
    Re bootable thumb drive being burned to disc

  • How do I install Mountain Lion on a thumb drive?

    How do I install Mountain Lion on a thumb drive when my computer is running Mavericks? I downloaded the Mountain Lion installer, but when I attempt to run it I get a message that says "You cannot install OS X 10.8 on this computer." I don't want to install it on the computer, I want to install it on the thumb drive—but it won't give me a choice of drives.
    The reason I want to do this is I want to be able to boot my iMac into Mountain Lion in order to test a hardware/software combination I suspect might be incompatible with Mavericks.
    (Note: there are plenty of instructions online for how to create a bootable thumb drive with the Mountain Lion installer, but that's not what I want. I want to install ML on the thumb drive itself.)

    Sure you have a proper installer application. When I start it I get:
    Clicking on Continue, then accepting the licensing stuff, gets me to:
    If you click on Show All Disks, then all mounted disks will be presented including your flash drive.
    Now the above is a Mavericks installer, but it's the same for Mountain Lion.

  • Windows 7 from external USB Optical or Thumb Drive

    Hi,
    I recently got a new 2011 17" MBP and swapped the optical for an SSD. Now I have been trying to install Windows 7 from an external DVD reader via USB....when I attempt this and boot from the device, it spins for about 15 seconds and then stops while the screen is black with just a blinking cursor. I am in the process of trying to put together a bootable thumb drive to see how that will work. Is there anything I should know here, am I wasting my time? I have seen various posts regarding various install issues on the internet, but most refer to XP or older computers.
    Any advice?
    Thanks,
    Chris

    First and foremost: Are you using OPTION to try to select the USB-DVD to boot from?
    The MacBook Air has to, and has to place a set of Apple supplied drivers on USB I think or has USB DVD support.
    http://www.apple.com/support/bootcamp
    one feature Boot Camp Assistant has been broken never worked part of 10.6.6, to download drivers to put on CD/USB. So that is 5 months status: broken and unacknowledged officially.
    http://support.apple.com/kb/HT4407
    A nice normal walk-thru install, what I think most expect -
    http://www.simplehelp.net/2009/01/15/using-boot-camp-to-install-windows-7-on-you r-mac-the-complete-walkthrough/

  • How do I transfer songs from an itunes program saved on a thumb drive to itunes on a new computer

    I am scrapping my old desktop computer for a new laptop.  I copied the entire itunes file on to a thumb drive before getting rid of the old computer.  There are almost 200 songs contained in itunes file that I copied.  I want to transfer the songs in itunes file on the tumb driver to itunes on my new laptop - how can that be done?  I know it's probably very simple but I am ignorant and stuck.  Please help.

    If the actual iTunes folder from the <user>/Music folder was copied to the flash drive, simply copy that to the new computer.
    If the folder copied was the Program Files\iTunes folder, there is no media there.

  • Win 7 Pro (via Parallels 6), Snow Leopard, and a USB thumb drive

    This is probably a simple fix...
    When I plug in a thumb drive, Snow Leopard recognizes it.  When I tell Parallels to "share" the same thumb drive, Win 7 Pro installs the driver and it recognizes the thumb drive under "Devices."  But Win 7 Pro does not "see" the thumb drive under "My Computer."
    Is this an issue with Win 7 Pro not recognizing the thumb drive since the drive was formatted under Snow Leopard?

    Check to see what format your thumb drive was formatted as...most of the time the format is MS-DOS (FAT32) when purchasing the majority of thumb drive storage...I want to assume at some point you reformatted your thumb drive as Mac OS Extended.
    1. Mount thumb drive onto your mac...hilight your thumb drive and choose COMMAND-I.
    2. Check the Format field: (type of format).
    If your thumb drive ends up being Mac OS Extended...backup all your files onto your desktop, lauch Disk Utility, Choose your thumb drive and format as MS-DOS (FAT). Copy files back to your thumb drive.
    You now have yourself a dual format thumb drive that should mount without issue on any mixed Mac/PC/Parallels enviroment.

  • Can TimeMachine be set to back up to a thumb drive?

    I realize that Apple recommends using an external hard drive equivalent in size to your computer's internal hard drive, but all I need to back up are Final Cut Express project files (I back up AVCHD video files on CD separately). Since the project files are quite small, rather than buying an external hard drive, can I set TimeMachine to back up these small project files on a USB thumb drive? Or does TimeMachine require an actual hard drive to work?
    I'm new to Macs, and have never used TimeMachine. Thanks very much for any advice you can offer.

    The Time Machine Preference panel has an 'options' button that lets you exclude any folders that you don't want to back up. It's easy enough to exclude everything except one or two folders.
    I can't think of a reason why it wouldn't accept backing up to a thumb drive.

  • MacBookPro doesn't let me do anything with thumb drives/etc

    Hello everyone.
    In Windows such simple tasks as deleting files from memory sticks/thumb drives, moving files back and forward/ etc. is an easy task which every kid can do. However, Mac makes another big deal out of nothing even here.
    I have an SD memory stick from my camera and a thumb drive. Photos need to be moved from the first one (SD) to another (thumb). Easy enough? Yeah, I'd think so. Mac has another opinion about that.
    It would not let me do ANYTHING with the thumb drive and/or SD. I tried all possible actions I could think of: move the files to the laptop first, copy-paste them, drag and drop, delete old files from the thumb drive (thinking that it doesn't have enough room for the new ones). Nothing. There is one answer: can't proceed with the operation, files can't be deleted blah blah blah. I tried some other memory sticks I had, thinking that the ones I originally used might had some problems. Nope, seems like Mac just don't like them all. Digging though System Preferences didn't bring much luck, I just can't find the proper settings in order to try to change them.
    Please help, it's just driving me nuts, I need to return the thumb drive with photos first thing tomorrow.
    I'm just so mad that I spent over $2000 on a laptop that makes a huge deal out of just anything! :'(

    Nothing that you report is normal with Macs. You have some sort of unusual problem on your machine. Instead of "blah blah blah," tell us exactly what error message(s) you're seeing and exactly what attempted actions produce each one..

  • Adding patches to an offline .WIM file

    Hi guys
    I am trying to update my companies Windows Server 2008 R2 x64 install.wim file with some patches I have downloaded from the Microsoft Catalogue.
    So a little background, I have taken the install.wim file from the sources directory of our server image which is saved on our deployment server, and I have copied it locally to my PC. I am a domain admin and I am also a local admin on my PC.
    I downloaded the latest ADK and ran the Deployment and Imaging Tools Environment tool as an administrator. I mounted the install.wim file to a mount folder with no problems.
    When I try to inject a single patch using this command line DISM /image: <mount_directory> /Add-Package /Packagepath: <msu_file> (obviously replacing mount_directory and msu_file with the correct paths) I get the below error.
    Image version: 6.17600.16385Processing 1 of 1 – adding package…………(package path details ect)
    99.5%
    An error occurred applying the Unattend.xml file from the .msu package.
    For more information, review the log file.
    Error: 0x80070005
    Error: 5
    Access is denied.
    Edited copy of the log file:
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed processing package changes - CDISMPackageManager::ProcessChanges(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed to process package changes in unattend file. - CPackageManagerUnattendHandler::Apply(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed to Apply the unattend. - CDISMPackageManager::Apply(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Unattend Manager: PID=9880 d:\w7rtm\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:400 - CUnattendManager::Apply(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed applying the unattend file from the MSU package. - CMsuPackage::ApplyMsuUnattend(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed to apply the MSU unattend file to the image. - CMsuPackage::Install(hr:0x80070005)
    When looking at the Security tab under properties of the mount folder I can see that the account CREATOR OWNER has no permissions. When I tried to give it full control I get access is denied on the following folders:
    C:\mount\program files
    C:\mount\program files (x86)
    C:\mount\windows
    If I check the permissions for my account name, it does have full control of the mount folder.
    I am wondering if anyone can help me get rid of this error?
    Or even better still as I have 63 patches to inject into this .wim file, can anyone suggest an easier way, as I wouldn’t like to sit here all day doing one patch at a time?
    Thanks in advance.
    Dave

    Hi David Smale,
    From your current description and base on my experience, it usually caused by the WIM file corrupt, please try to copy a new Wim file then try to patch again, if it not work,
    please post your DISM error log, you can refer the following KB to get the DISM log.
    This error also can caused by the Mcafee AV.
    DISM.exe generates an Error: 5 or Access Denied when VSE 8.8 Access Protection is enabled
    https://kc.mcafee.com/corporate/index?page=content&id=KB76867&locale=zh_CN
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the
    use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • WIM file applied. Boot error of BOOTMGR is missing.

    My desktop computer has 2 physical hard drives
    I booted with a USB drive to capture images using the ImageX tool.
    Drive G is recognized as being the USB 'capture image' boot device that has ImageX tool.
    Disk 0 is recognized as drive C.
    Disk 1 is recognized as drive D.
    I captured the C:\ drive and the D:\ drive with the following commands.
    Both completed successfully.
    G:>ImageX /compress fast /BOOT /verify /check /flags "Enterprise" /capture C: G:\Drive_C_install.wim "Windows 7 Professional" "Windows 7 Professional Custom"
    G:>ImageX /compress fast /verify /check /flags "Enterprise" /capture D: G:\Drive_D_install.wim "Windows 7 Professional" "Windows 7 Professional Custom"
    I then replace the 2 physical disks with new ones. I used diskpart to select disk 0, create a partition, format, assign a size , assign letter C and mark C as active.  Disk 1 also the same (except I did not mark disk 1 as active.
    I then boot with bootable USB and now successfully apply the .wim files with the following commands.
    G:>ImageX /apply /verify G:\Drive_C_install.wim 1 C:\
    G:>ImageX /apply /verify G:\Drive_D_install.wim 1 D:\
    However, when I boot up expecting to see a clean boot into Windows, instead I get the error of:
    "BOOTMGR is missing. Press Ctrl+Alt+Del to restart"
    I am thinking I did not capture the image properly? (I am able to see the files and folders actually did apply to the new hard drives by using a SATA hard drive docking station and seeing them on another PC)
    Any assistance is greatly appreciated.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    As the question is off topic here, I am moving it to the
    Where is the Forum... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Maybe you are looking for

  • How do I swap an image in one cell by clicking a link in another?

    In a website I'm designing I have typed a "+" in one table cell. Next to that cell is another cell containing a jpg. I want the viewer to be able to click on the "+" and have the image in the other cell change to another image. I have several stacked

  • Initial stock load of batch managed materials

    Hi, We are using batch management for FERT materials. The class type 022 is being used for creating batch class. The class has been assigned to six characteristics. We need to load the initial stock of all these FERT items with batches with correspon

  • Photos don't display on book pages after upgrading to 9.4.2

    I have several books I created in version 9.4.1. After upgrading to iPhoto 9.4.2, most of the pictures will not display on the book pages. Only 1 photo displays out of 3 or 4 photos on the page. Is there a setting that has changed? Using Mountain Lio

  • Images on websites don't "save"

    Many times when I download a web page, the images on the page do not save. Instead I get little boxes with question marks. Oddly, this only happens on sites where I would really like to have the images. Is there a setting somewhere I need to change?

  • OVI Calendar and Contacts syncronization

    Hi, Does somebody know how OVI Calendar and Contacts can be syncronized with N900? Thanks, it06