amd64 Posted January 23, 2005 Posted January 23, 2005 just wondering how you would set the cdrom variable in icemanND's install.exe.I would like to use the old way of " IF EXIST D:\CD.txt set CDROM=D:" this method has served me well and i like it, it may be simple but it works. But it dont seem to work in the .INI, I keep geting an error saying "an error was found in INI file at line 34, script must end.cheersamd64
IcemanND Posted January 23, 2005 Posted January 23, 2005 post your ini and i'll see if I can track the problem down.
gunsmokingman Posted January 23, 2005 Posted January 23, 2005 Here Is One I UseI am Using Setup.exe, as the marker filefor %%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\SETUP.exe set CDROM=%%i
IcemanND Posted January 23, 2005 Posted January 23, 2005 what is line 34 and the surrounding setup info in INSTALLS.INI?
Sonic Posted January 23, 2005 Posted January 23, 2005 a little smaller ;-)(from presetup.cmd unattend drivers install method 2 from bts) good line ? i'm french sorry !for %%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:\YourFile set CDROM=%%i:
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