eric.scott Posted March 24, 2009 Posted March 24, 2009 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
EagleWing Posted March 30, 2009 Posted March 30, 2009 (edited) 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, 2009 by EagleWing
Kelsenellenelvian Posted March 30, 2009 Posted March 30, 2009 Ummm why didn't you just use the PROVIDED one in the WPI files section of the manual????
eric.scott Posted April 4, 2009 Author Posted April 4, 2009 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
Kelsenellenelvian Posted April 5, 2009 Posted April 5, 2009 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.
eric.scott Posted April 7, 2009 Author Posted April 7, 2009 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
Kelsenellenelvian Posted April 7, 2009 Posted April 7, 2009 Ok thats in the right spot now where is wpi.hta located?
eric.scott Posted April 7, 2009 Author Posted April 7, 2009 Good!WPI is located in:My Vista DVD\WPI\wpi.hta /eric.scott
Kelsenellenelvian Posted April 7, 2009 Posted April 7, 2009 Do you have this file in your disk?sources\install.wimOr are you using a oem\recovery type media?
eric.scott Posted April 20, 2009 Author Posted April 20, 2009 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
Kelsenellenelvian Posted July 24, 2009 Posted July 24, 2009 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.
eric.scott Posted July 25, 2009 Author Posted July 25, 2009 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!
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