Hi there...
I've successfully performed dism removal without error message on Ultimate 7601.17514 x86
As follows...
Prepare the install.wim following this
http://www.msfn.org/...-batch-removal/
Then, after removing WAIK2 or, as I did, WAIK3 for W7 and installed WAIK1.1, copy imagex from WAIK1.1 in wtools dir.
Vlite must be installed after AIK1.1 cause it takes a copy of his library on vlite directory.
If you install vlite after AIK 3, wimgapi.dll must be taken from AIK1.1 directory and replaced in vlite dir.
Run gimagex, mount install.wim to any directory with read/write, then commit and unmount.
Run mount.bat
Perform intall_wim_tweak manually if mount.bat doesnt
Like :
Modify removal.bat as marcel1982 said:
REM Build Number
set build=7601
REM Minor Build
set minor=17514
also remove these lines 'cause those packages are missing
%rempacks%Microsoft-Windows-LocalPack-AU-Package%winsuffix%
%rempacks%Microsoft-Windows-LocalPack-CA-Package%winsuffix%
%rempacks%Microsoft-Windows-LocalPack-GB-Package%winsuffix%
%rempacks%Microsoft-Windows-LocalPack-ZA-Package%winsuffix%
%rempacks%Microsoft-Windows-LocalPack-US-Package%winsuffix%
Run removal.bat and so on
After a couple of error message i've decide to split removal.bat into 2 phase.
Removal1.bat with alf list of packages and removal2.bat with the rest.
Each phase was commited at the end.
A partial report
The next step is find out why i get "error loading boot.wim aborting" in vlite
Maybe removing packages using vlite before dism will work.
==========================
Environment used:
ULTIMATE 7600.16385 x86
Thanks to liquid0624 & dead0
This post has been edited by T1000: 25 June 2011 - 03:41 PM