Jump to content

Recommended Posts

Posted

I read through most of the Symantec threads in here but didn't quite find the solution to my problem.

Here is my RunOnceEx.cmd fild:

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "Symantec AntiVirus" /f

REG ADD %KEY%\005 /V 1 /D "msiexec /i \"%systemdrive%\Install\Symantec\Symantec AntiVirus.msi\" NETWORKTYPE=1 SERVERNAME=MYSERVERNAME REBOOT=ReallySuppress /qb" /f

REG ADD %KEY%\010 /VE /D "Jave 5.06" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Java\java5.exe /S /v/qn" /f

REG ADD %KEY%\015 /VE /D "Adobe Reader 7.07" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Adobe\AR707.exe /S /v/qn" /f

REG ADD %KEY%\020 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

This is a managed install (NETWORKTYPE=1).

After installing the OS it starts to go through the apps to install on first login. When it gets to the Symantec Antivirus it will basically stay there for 4 or 5 seconds and then go to the other apps (which install fine btw).

I believe that I have the statement correct because when I run the above command from a prompt it installs just fine.

Any ideas why Symantec isn't installing on first boot?

Thanks


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...