Code: Dism /Capture-Image /ImageFile:C:\install.wim /CaptureDir:D:\ /Name:"WINDOWS 8 PRO WMC" /Compress:max /CheckIntegrity /Verify
wait i have my install wim on C:\win8aio\pro\sources\install.wim so my dism will be Dism /Capture-Image /ImageFile:C:\win8aio\pro\sources\install.wim /CaptureDir:C:\ /Name:"WINDOWS 8 PRO" /Compress:max /CheckIntegrity /Verify but i have on this integr. all updates so can i run this command ?
To compress existing WIM use Code: Dism /Export-Image /SourceImageFile:C:\install.wim /SourceIndex:1 /DestinationImageFile:C:\sources\install.wim /DestinationName:"Windows 8 Pro " /Compress:Maximum
Dism /Export-Image /SourceImageFile:C:\win8aio\pro\install.wim /SourceIndex:1 /DestinationImageFile:C:\win8aio\pro\sources\install.wim /DestinationName:"Windows 8 Pro x86" /Compress:Maximum Dism /Export-Image /SourceImageFile:C:\win8aio\pro\install.wim /SourceIndex:2/DestinationImageFile:C:\win8aio\pro\sources\install.wim /DestinationName:" Windows 8 Enterprise x86" /Compress:Maximum with this compress can i resize it wim is 2.95GB now my iso has 3.35GB ( pro and ent) with all updates 37 integrated. not work something wrong
Index : 1 Name : Windows 8 Pro x86 Description : Windows 8 Pro Size : 9 900 015 995 bytes Index : 2 Name : Windows 8 Enterprise x86 Description : Windows 8 Enterprise Size : 10 590 704 553 bytes
i hope that /DestinationImageFile:C:\win8aio\pro\sources\install.wim is not existing wim file... Do not export it to existing wim. Just use different name or destination for test... Edit: its not command... i am just pointing to path & file mentioned in your command... Don't use existing wim for destination...
Code: dism.exe /? imagex.exe /? You're obviously putting zero effort into researching what these things even do. JFGI, damnit, and don't waste time asking questions that wouldn't even be worth asking after one read of an MS TechNet article.
Code: Dism /Export-Image /SourceImageFile:C:\win8aio\pro\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\win8aio\pro\sources\NEW.wim /DestinationName:"Windows 8 Pro x86" /Compress:Max /CheckIntegrity DISM /Export-Image /SourceImageFile:C:\win8aio\pro\sources\install.wim /SourceIndex:2 /DestinationImageFile:C:\win8aio\pro\sources\NEW.wim /DestinationName:" Windows 8 Enterprise x86" /Compress:max /CheckIntegrity DEL C:\win8aio\pro\\sources\install.wim REN C:\win8aio\pro\NEW.wim Install.wim "/CheckIntegrity " IS OPTIONAL
OK, about 1 day later than expected, I finished my "little project". I wanted to test the best way to keep updated Windows 8 setup files. My conclusions: - I have to keep different sets of iso's: (1) 4 Original MSDN iso's: W8Ent32, W8Ent64, W8ProCoreRetail32, W8ProCoreRetail64 (2) 4 modified install.wims: same as (1), all with NetFX3 added (DISM, offline) and Appx packages removed. These are the basis for the updated wim in (3). I keep these around, because once they're updated, the rearm counter starts ticking. (3) 4 updated wims: All 4 editions are installed in Audit mode, Windows Update is started (multiple times), image is cleanedup (DISM online), sysprep generalize and shutdown. PE4: captureimage, compress=max. All 4 wim's are saved (4) An All-In-One is created from the 4 wims. I also create ProWMC (with data.dat) images, who knows how long these are useful. My conclusion: This is an insane job to do, but still, it works (in the end). All my images have grown 40% (x86) or 50% (x64), even though I used max compress. Too bad, I didn't expect that. It's nice to have updated install files, but it's at a cost... (size, time spent, frustration). I'm not sure what to think about this one, really... Still, I've learned a lot, thanks to all!!!!
My new W8 AIO updated until today: Image 1 (W8-32Ent) = 2.559.204 add 2 (W8-32Pro) = 2.722.257 (+163.053) add 3 (W8-32ProWMC) = 2.783.746 (+61.489) add 4 (W8-32ProWMC-preinstalled key1) = 2.800.899 (+17.153) add 5 (W8-32ProWMC-preinstalled key2) = 2.816.701 (+15.802) add 6 (W8-64Ent) = 5.136.757 (+2.320.056) add 7 (W8-64Pro) = 5.431.055 (+294.298) add 8 (W8-64ProWMC) = 5.529.568 (+98.513) add 9 (W8-64ProWMC-preinstalled key) = 5.555.178 (+25.610) Previous AIO (no updates, MSDN august) was 3.417.226 (so new updated one is + 2.137.952)