RJS3484 Posted March 8, 2006 Posted March 8, 2006 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 offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "Symantec AntiVirus" /fREG ADD %KEY%\005 /V 1 /D "msiexec /i \"%systemdrive%\Install\Symantec\Symantec AntiVirus.msi\" NETWORKTYPE=1 SERVERNAME=MYSERVERNAME REBOOT=ReallySuppress /qb" /fREG ADD %KEY%\010 /VE /D "Jave 5.06" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Java\java5.exe /S /v/qn" /fREG ADD %KEY%\015 /VE /D "Adobe Reader 7.07" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Adobe\AR707.exe /S /v/qn" /fREG ADD %KEY%\020 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITThis 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
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