steviewonder Posted January 23, 2007 Posted January 23, 2007 I've made my Vista installation down to 662 megsand want to run wpi after install completes, anyone know how?Or should i ask this in WPI section?
Grmpfl Posted January 23, 2007 Posted January 23, 2007 Easiest way to accomplish that should be mounting the install.wim with imagex.exe. Changeinto \WINDOWS\SETUP in your mountpoint and create the directory "Scripts".Place a .cmd file there called setupcomplete.cmd and call WPI from there. Be careful with the old CD-ROM/DVD-ROM detection code that looks for WIN51IP though, accessing a none-existant device in Vista results in a error messagebox that halts the install process. I might have the workaround I used somewhere still. If I remember correctly I checked with the "vol" command if a drive-letter is a valid volume by processing the errorcode that vol returned...Or add WPI to a directory in the install.wim and thenn call it with %PROGRAMFILES%\WPI\WPI.EXE or something like that
steviewonder Posted January 23, 2007 Author Posted January 23, 2007 Or add WPI to a directory in the install.wim and thenn call it with %PROGRAMFILES%\WPI\WPI.EXE or something like thatI like that idea, I've already run into the halt error, thanks willgive it a go.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now