FFA Posted July 27, 2003 Posted July 27, 2003 hey i have a problem with my bat file "main_batch" i have do it right but i can not install my all my programs. i think the problem is %systemdrive% that command if i am right it is C:\ the command meen right but the programs are not on drive C it is on the XP cd i have make and it works but not my programs are there a command somthing like %systemdrive% but to a CD-ROM drive beacuase i can not think it out how i gonna fix that problem please help
Aaron Posted July 27, 2003 Posted July 27, 2003 You have done it correctly. The main purpose of the $OEM$\$1\ folders is that the contents of them get copied over to the systemdrive during setup (that would be C:\ if Windows XP is being installed on that drive)e.g. X:\$OEM$\$1\install\ will become C:\install\ when setup finishes.if these files didn't get copied over then you need to add this line to the [unattended] section in winnt.sif:OemPreinstall=YesThat will instruct setup that there is an OEM distribution to be copied over. Hope that helps!
FFA Posted July 27, 2003 Author Posted July 27, 2003 uuhhh i seee in my winnt.sif file i can see that command OemPreinstall is set to no if i set it to yes it will work right?
Aaron Posted July 27, 2003 Posted July 27, 2003 yup!You probably missed this bit (at the bottom) http://www.MSFN.org/unattended/xp/winnt_sif.htm
FFA Posted July 27, 2003 Author Posted July 27, 2003 OK thank you i try again i tell you if it works ok but i have a quasten what is these files do?DelUserSystem Internals PSshutdown utilitySystem Internals PSshutdown utility
FFA Posted July 27, 2003 Author Posted July 27, 2003 sorry i meen what are they doing?DelUserSystem Internals PSshutdown utility
Aaron Posted July 27, 2003 Posted July 27, 2003 DelUser will delete a user account. I use it to delete the ASP.NET account in Windows XP, which I don't need.PSShutdown will automatically reboot or shutdown the computer. I use this tool so that Pre-SP2 updates finish installing on the next restart.
FFA Posted July 27, 2003 Author Posted July 27, 2003 thanks again but i don´t need to make 3 bat files i have just created one bat file i don´t have eny drivers to install so i don´t have make a folder named driver just install folder i have maked
Aaron Posted July 27, 2003 Posted July 27, 2003 That's OK, it will still work perfectly I use 3 so I can easily find what I'm looking for and edit/update them.
FFA Posted July 27, 2003 Author Posted July 27, 2003 ok thanks for your help i came back about 45 min and tell you if it work ok thanks again
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