FLaMMiE Posted December 15, 2004 Posted December 15, 2004 I have tried everything imaginable, searched the board and internet and ripped my hair off. Still can't get my unattended to work quite like i want it to.So now I will post some images of the errors I get during install:First error:It says that it can't find the file C:\Program whitch is where I install all the programs to. But everything is installed cerrectly anyway.Second error:In cmdlines.txt i have a line that starts an unattended installation of McAffe AV 7.1 and it looks like this: "c:\Install\AV710SV\SETUP.EXE /qn"The switches are quick and no reboot, but I still get the above messageThird error:I made a completly new image from scratch with nLite in witch I stated NO auto login. And I still get this... The problem occours everytime i boot the computer.Fourth error:When the computer boots into windows for the first time Windows SP2 firewall blocks this program (whatever it is). And it's just enoying Problems 1-3 are the ones that are important anyway.Some info about the Unattended installation:I Install everything from cmdlines using MSI packages or manufactor specifik unattended installations.During T-13 it also installs Novell Client 4.91 SP1 (Could be helpful?)CMDLINES.TXT:[COMMANDS]"C:\Install\WMS\WMS.exe /q""c:\Install\Inst\NWCLIENT\I386\SETUPNW.EXE /U:C:\Install\Inst\NWCLIENT\I386\UNATTEND.TXT""c:\Install\AV710SV\SETUP.EXE /qn""C:\windows\system32\msiexec.exe /I c:\Install\Office97\office97.msi""C:\windows\system32\msiexec.exe /I C:\Install\VNC\VNC.msi""C:\windows\system32\msiexec.exe /I C:\Install\Acro6Swe\Acro32.msi""REGEDIT /S regtweaks.reg"
MCT Posted December 15, 2004 Posted December 15, 2004 C:\Programin your batch file or however u are calling that program, u are missing quotes " " it should look like this"%Programfiles%\something.exe"& for your virus thing, u cant run a setup.exe with .msi switches, u need 1 or the other EDIT:instead of having those lines in cmdlines.txt just add a refrence to a cmd file & use those lines in a cmd filealso, u have files being called with no switches, u should add the appropriate switches
FLaMMiE Posted December 15, 2004 Author Posted December 15, 2004 C:\Programin your batch file or however u are calling that program, u are missing quotes " "In which batch file would that be? A file for a specific program or cmdlines? I'm not using any "home-made" batch files yet...
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