Guest Shecky Posted May 29, 2008 Posted May 29, 2008 (edited) Hi guys,I'm making an Unattended Windows XP DVD with CCleaner, Ad-Aware, Spybot, HiJackThis [These 4 are addons] Microsoft Office 2003, and Symantec AntiVirus Corporate 10.0.0.359 [These 2 will install through a batch file] integrated within it. I've got everything to work so far, EXCEPT for Symantec AntiVirus. Can someone please look at this batch file and tell me what's wrong? I've tried numerous switches and they don't seem to be working. Here's one instance:I've been playing around with this for a couple of days and have given up. I tried using these switches but failed:%systemdrive%\install\Symantec\sav10.msi /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESSmsiexec /i \"%systemdrive%\Install\Applications\SAV\sav10.msi\" /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESSThe install file is attached as a .txt document. Any help would be deeply appreciated. I'm pretty stumped as I just started experimenting with nLite and need to create this Unattended CD for work.Thanks so much in advance guys.- Shecky install.txt Edited June 5, 2008 by Shecky
anonymous_user Posted May 29, 2008 Posted May 29, 2008 Create a batch file in the same folder as sav10.msi and try this:cd /d %0\..start /wait msiexec /qn /norestart /i sav10.msi RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS
Guest Shecky Posted May 29, 2008 Posted May 29, 2008 Thanks for replying anonymous_user. I just came home from work, and I'll be trying this sure thing tomorrow morning. I'll let you know how it goes.Okay, so if I get this correctly, I create a batch file and place it in the same folder as sav10.msi. Will the batch file automatically run sav10.msi? Or do I have to add it in the nLite Deployment Tool to be executed at first logon:Appreciate your help bro. Thanks.
Guest Shecky Posted May 30, 2008 Posted May 30, 2008 The batch file will not run automatically.Okay, so basically, under "Command to Add:" under the RunOnce Tab, I can type this in:%systemdrive%\install\applications\SAV10\install.cmd[where install.bat contains the switch you gave me, and is in the same folder as sav10.msi]and this will run the batch file once I do this?Thanks.
Guest Shecky Posted June 2, 2008 Posted June 2, 2008 Okay, I've tried what you told me, but still no go. Can you see anything wrong here?Is there anything else that I have to specifically do to get this to work? Once I've created the ISO, and Windows is done installing, the command prompt doesn't come up and install SAV. It just boots up windows directly without running the runonce command I specified.Thanks anonymous_user.
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