Brando569 Posted April 28, 2004 Posted April 28, 2004 one question here..[GuiRunOnce]%systemdrive%\install\start.cmdis that path located on the cd or the harddrive? and if its on the cd then whats the use of this (considering that you cant delete files of a cd-r)? --> ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\install
GuuZ Posted April 28, 2004 Posted April 28, 2004 %systemdrive% redirects to the Hard Drive where windows is installed.. Mostly C:\
Brando569 Posted April 29, 2004 Author Posted April 29, 2004 so im guessing that it will copy start.cmd to the %systemroot%\install directory? this part confuses me. where should i put start.cmd? in the install directory on the cd?
Alanoll Posted April 29, 2004 Posted April 29, 2004 mmkay....there should be a folder called $OEM$ alongside your I386 directory if you're installing via CD and inside if from another method.Inside that folder create a folder called $1 , this will map to the drive windows is installed on. Anything else you put in the $1 will be copied over, folders and all. Put ANY files you want copied in here. If you created $1\Drivers then a Drivers folder will be created on your systemdrive.and as a note, as you've used two different variables in two posts...%systemdrive% = the DRIVE LETTER that windows is install on, usually C:%systemroot% = the DRIVE LETTER AND WINDOWS directory. Usually C:\Windowshttp://unattended.msfn.org/xp/oemfolders.htm
Denney Posted April 29, 2004 Posted April 29, 2004 start.cmd should be placed in the $OEM$\$1\install directory on the CD.OEMPreinstall=Yes in the winnt.sif file will copy the contents of the $1 directory to the %systemdrive%.Edit: Bugger, you beat me to it.
Brando569 Posted April 29, 2004 Author Posted April 29, 2004 yea i kinda figured out the $oem$ thing by looking at the programs listed in the applications section of the drop down menu. well thanks for explainin it guys.
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