The wim tag has no wiki summary.
0
votes
1answer
28 views
DISM inject drivers into WIM gives error 2
I have just installed a reference windows 7 x64 machine, sysprep-ed it, went into WinPE mode and captured boot.wim image using ImageX.
I then moved the boot.wim to my local PC under c:\wim, and try ...
1
vote
1answer
25 views
Delete a windows service from offline wim?
I have WIM files in Windows Deployment Services with various images for computers. Unfortunately, I'm not using MDT or system center or anything automated to create these images - just installed on a ...
0
votes
0answers
46 views
UltraVNC intigration with MDT
I'm trying to get UltraVNC integrated with WinPE to allow remote control over deployments in MDT 2012.
These are the steps I've taken so far.
Extracted winvnc.exe, vnchooks.dll to a directory ...
0
votes
1answer
61 views
I need to run a program after the Windows Vista Installer Completes. (Windows AIK)
How can I run a program after the Windows Installer? I know how to mount and commit .wim files.
This must be done using the Windows Automated Installation Kit.
Is there a default registry hive where ...
0
votes
1answer
371 views
dism unmount with commit on offline image and changes are still in pending status when remounted
Using dism to disable features in a offline Windows 2008 R2 wim image, executing cmd dism commands below:
Before any changes:
ServerCore-WOW64 | Enabled
...
0
votes
1answer
340 views
Servicing a WIM image with the recently released SP1 for Windows 7/Server 2008 R2
I normally hang out over on SO but wanted to ask this question in a more appropriate forum. I have, for the sheer fun of learning how to do (as I'm sick of GHOST and dd images) set up WDS and captured ...
1
vote
1answer
204 views
Determine WIM's Sysprep State
I'm looking for a/the way to tell if a given WIM was captured from a machine that was sysprep'd with the (equivalent of the) /generalize parameter. Interested in Server 2003 R2 as the source ...
1
vote
1answer
3k views
How/where to find all Update (msu) packages for Windows 7 (Enterprise)
I've been using Wim2Vhd to create native boot vhd files. (I'm using this to keep several development environments ready, I'm a developer, I know -- I need help ;-)
Now the first boot always ends up ...
0
votes
3answers
741 views
Live WIM image capture?
Is there a tool that can capture a live Server WIM image? Without having to boot the server into WinPE and use imageX. A free or commercial tool would be OK.
Thanks!
0
votes
1answer
830 views
Custom WIM image to be deployed through SCCM 2007 r2
I have captured a WIM file using imagex. It is windows 7 with a few apps that wouldnt install properly.
I now want to deploy this through SCCM but for some reason it keeps failing. When it loads the ...
0
votes
1answer
127 views
Is it possible to create a wim from a set of specific folder and not the whol partition?
I'm trying to find out whether it's possible (or not) to create a wim file from a set of specific folder (C:\windows,C:\somethingelse,etc),
and I was wonder if you guy could help me out ?
Thanks in ...
1
vote
1answer
1k views
SCCM 2007 R2 missing boot.wim files from OSD\Boot folder
I have just installed SCCM 2007 R2 and when I went to deploy an OS i found that there is a problem with the boot.wim...There isnt one in the osd\ folder on the SCCM server.
I then tried to use other ...
0
votes
2answers
1k views
How do I add files to a Vista or Win7 install.wim file?
I'm trying to add files to an install.wim file so that they will show up on the system after the OS has been deployed.
I have tried the following steps:
Mount the image with "imagex /mountrw..."
...