Jump to content

[SOLVED] Symantec AntiVirus Corporate 10.0.0.359


Recommended Posts

Guest Shecky
Posted (edited)

:hello: 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:

2lxv995.png

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=REALLYSUPPRESS

msiexec /i \"%systemdrive%\Install\Applications\SAV\sav10.msi\" /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

The 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 :thumbup

install.txt

Edited by Shecky

Posted

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

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:

winst.JPG

Appreciate your help bro. Thanks. :yes:

Guest Shecky
Posted
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

Okay, I've tried what you told me, but still no go. Can you see anything wrong here?

v3zrsh.png

2r6efm9.png

e9982w.png

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...