March 24, 200917 yr Hello!I´ve read a dozen articles about unattended Windows installations and I think I have done all things right, but apperently not?In my Windows Vista folder (a copy of a Vista DVD) I created $OEM$\$$\Setup\Scripts folder ( the folder $$ inside $OEM$ and so on). In the folder "Scripts" I put my Setupcomplete.cmd file which I´ve tested seperatly and seems to work just fine. It should start my WPI.hta in Windows Vista\WPI\WPI.hta Now to the problem: I used vLite to make the Windows Vista folder to a bootable .iso file which I tested in Virtual Box but WPI never started? The installation went on as usual? Where did I go wrong? /eric.scott
March 30, 200917 yr You need to create your $OEM$ folder in your Sources folder and place your setupcomplete.cmd in $OEM$\$$\SETUP\SCRIPTS folder. In XP when setting up my wpi I placed a wpi.cmd file in the $OEM$ folder it worked. I would think this would be the same for Vista Edited March 30, 200917 yr by EagleWing
March 30, 200917 yr Ummm why didn't you just use the PROVIDED one in the WPI files section of the manual????
April 4, 200917 yr Author Thanks for the tip. I used this file package:Here is a quick start package that will set WPI to start after first logon of a Vista installation. Simply place this sources folder at the root of your disk.This is for all versions of Windows Vista and 2008Sources folder <-- Link!Contents of the sources archive:setupcomplete.cmdI unrared it and put the $oem$ folder inside my Windows Vista DVD (equivalent with sources folder I presume?).The content of sources.rar is the same as mine was last time I tested.Sadly it didn`t start WPI (setupcomplete.cmd was never ran). Any suggestions? /eric.scott
April 5, 200917 yr Simply place this sources folder at the root of your disk.DO NOT change the folder structure of the archive!Right click on the archive and "Extract Here" then grab the resulting folder and just drop in your Vista DVD folder.It has to be several folders deep and in the exact place.
April 7, 200917 yr Author Thanks! I followed the instruction.My setupcomplete.cmd is now in:My Vista DVD\sources\$oem$\$$\setup\scripts\Sadly it didn`t triggerd WPI. /eric.scott
April 7, 200917 yr Do you have this file in your disk?sources\install.wimOr are you using a oem\recovery type media?
April 20, 200917 yr Author Yes I have a install.wim file in the folder sources, about 2,6 GB in size.The disc is an original, bought in a store.Sorry for the late answer, I didn´t get any Topic Subscription Reply Notification mail.Thanks very much/eric.scott
July 24, 200917 yr OK since this needs revisited:Let me get a pic...Ok now for the next round of questions:Is there a file name something like autoattended.xml at the source of your dvd?Did you vLite your disk?This is the code in setupcomplete.cmdREG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /FREG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /Ffor %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:echo Found CD-Rom as drive %CDROM%Start %cdrom%\WPI\wpi.htadel %0As you can see it looks for the %root%\sources\install.wimWhen WPI runs is RIGHT after the logon phase and bfore the desktop and crap loads.Can you take a pic of the folder layout of your disk for me?Sorry if I am rambling I have been up all night.
July 25, 200917 yr Author Is there a file name something like autoattended.xml at the source of your dvd?NoDid you vLite your disk?Yes, to a .iso file and tested it with Virtual BoxThe code in setupcomplete.cmd is the same.When WPI runs is RIGHT after the logon phase and bfore the desktop and crap loads.Thanks for the tip! When I testrun my DVD I always wait well past that.Can you take a pic of the folder layout of your disk for me?CertainlyI will test one more time like this just in case!Thanks for fast replies!
Create an account or sign in to comment