K
Kaizen
Guest
I have been struggling with capturing a usable install.wim using imagex with vista. Here is the basic procedure we are following
1. install vista the normal way, since it is simpler, I am not using a product key, but instead choosing the install type, Vista Business. I am fully updating it, skipping the drivers.
2. run sysprep in audit mode to remove the user account
3 . run ssyprep again and choose generalize and oobe
4. capturing using a window 7 pe disk with imagex, using the following command
5. insert the install.wim file into a standard oem vista disk
when I go to do a test install using the new image I get an error "windows cannot open the required file e:\sources\install.wim. Make sure all files required for installation are available, and restart the installation. Error code: 0x8007000d
I have tried a second capture to make on the off chance my syntax was wrong the first time. I get the same error.
Any thoughts?
1. install vista the normal way, since it is simpler, I am not using a product key, but instead choosing the install type, Vista Business. I am fully updating it, skipping the drivers.
2. run sysprep in audit mode to remove the user account
3 . run ssyprep again and choose generalize and oobe
4. capturing using a window 7 pe disk with imagex, using the following command
Code:
imagex /capture c: e:\install.wim "image capture" /flags "Business" /verify
5. insert the install.wim file into a standard oem vista disk
when I go to do a test install using the new image I get an error "windows cannot open the required file e:\sources\install.wim. Make sure all files required for installation are available, and restart the installation. Error code: 0x8007000d
I have tried a second capture to make on the off chance my syntax was wrong the first time. I get the same error.
Any thoughts?