IntelliQ Posted September 4, 2003 Posted September 4, 2003 After waiting 39 minutes for xp to finish installing on VMware, i get to these errors:"Cannot find C:\install\main_batch.cmd""Cannot find C:\install\hotfixes.cmd""Cannot find C:\install\applications.cmd"Inside my winnt.sif (which is placed in the I386 folder), the relevent section looks like this:[GuiRunOnce]%systemdrive%\$OEM$\$1\$INSTALL\main_batch.cmd%systemdrive%\$OEM$\$1\$INSTALL\hotfixes.cmd%systemdrive%\$OEM$\$1\$INSTALL\applications.cmdInside my "TEST.ISO", the structure is as follows:WXPFPP_EN -$OEM$ | --$1 | --$DRIVERS --$INSTALL | --APPLICATIONS --HOTFIXES --TOOLS --main_batch.cmd --hotfixes.cmd --applications.cmdThe finished installation in VMware shows:MY COMPUTER | ---Local Disk (C:) | --$DRIVERS --$INSTALL | --main_batch.cmd --hotfixes.cmd --applications.cmd --HOTFIXES --TOOLSI noticed there is no $OEM$ or $1 folder on my local disk (C drive) on my vmware emualtion, perhaps there isnt supposed to be .........Im confused as to why windows cant see the path to my *.cmd files.Any ideas?
b0r3d Posted September 4, 2003 Posted September 4, 2003 There isnt supposed to be a dollar sign infront of the INSTALL directory Or the DRIVERS directory for that matter.
Aaron Posted September 4, 2003 Posted September 4, 2003 Also, check if you have OEMPreInstall=Yes listed in winnt.sif
webmedic Posted September 4, 2003 Posted September 4, 2003 hm did you read the guide it does not say to do it at all like that..http://www.MSFN.org/unattended/xp/index.htm
IntelliQ Posted September 4, 2003 Author Posted September 4, 2003 There isnt supposed to be a dollar sign infront of the INSTALL directory Or the DRIVERS directory for that matter.From the guide: http://www.MSFN.org/unattended/xp/gettingstarted.htm..........you want to install extras such as the drivers, applications, hotfixes and such, then create the following directories in the XPCD folder:C:\XPCD\$OEM$\$1\install\C:\XPCD\$OEM$\$1\drivers\So, that is what I did.I do have OEMPreinstall=YES.
jasaund70891 Posted September 5, 2003 Posted September 5, 2003 [GuiRunOnce]%systemdrive%\$OEM$\$1\$INSTALL\main_batch.cmd%systemdrive%\$OEM$\$1\$INSTALL\hotfixes.cmd%systemdrive%\$OEM$\$1\$INSTALL\applications.cmdshould be[GuiRunOnce]%systemdrive%\install\main_batch.cmd%systemdrive%\install\hotfixes.cmd%systemdrive%\install\applications.cmd
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