Help - Search - Members - Calendar
Full Version: Zonealarm Suite help!
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
SonWolve
Hiya, I tried getting Zonealarm to install silently with some other programs with RunOnce but a couple programs simply didn't install.

CODE
cmdow @ /HID
@Echo Off

SET PP=%SystemDrive%\Install\

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

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

REG ADD %KEY%\005 /VE /D "Office 2003 Professional w/ SP2" /f
REG ADD %KEY%\005 /V 1 /D "%PP%office2003.exe" /f

REG ADD %KEY%\010 /VE /D "ZoneAlarm Pro suite 6.1.744.001" /f
REG ADD %KEY%\010 /V 1 /D "%PP%zapSetup.exe" /s /i /noreboot /lickey *****
%PP%zoneconfig.xml" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S "%PP%zonealarm.reg" /f

REG ADD %KEY%\015 /VE /D "Adobe Acrobat Reader 7.0.7" /f
REG ADD %KEY%\015 /V 1 /D "%PP%reader707.exe" /f

REG ADD %KEY%\020 /VE /D "Cyberlink PowerDVD Deluxe" /f
REG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /f

REG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /f
REG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /f

REG ADD %KEY%\060 /VE /D "Cleaning Up" /f
REG ADD %KEY%\060 /V 2 /D "%systemdrive%\cleanup.cmd" /f

EXIT


With that, ZoneAlarm and PowerDVD were the only two that did not install, all these files are located in the same directory. Any help would be greatly appreciated...
DjWhizZ
hi, i use this and it works:

REG ADD %KEY%\007 /VE /D "ZoneAlarm" /f
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\install\zaSuiteSetup.exe /s /i /noreboot /lickey <whoops>
REG ADD %KEY%\005 /V 2 /D "regedit /S %systemdrive%\install\zonealarm.reg" /f


Plz remove your license key smile.gif it's against the rules. smile.gif
T D
Try:
CODE
REG ADD %KEY%\010 /V 1 /D "%PP%zapSetup.exe /s /i /noreboot /lickey dalicencekey %PP%zoneconfig.xml" /f

That has no second quote, you only need a quote around the path if it has a space.
Remove your serial number...
SonWolve
Wow I can't believe I actually let that get by me... Thanks I'll def try that!
T D
One question about ZoneAlarm itself (off topic but oh well)
The xml file, it is the backed up security settings?
SonWolve
Thats right, the xml file are the settings that can be backed up using a feature in Zonealarm. I see that DjWhizZ didn't use this, so I guess I'll try without it and see how it goes!

I just noticed that I didn't change the number 20 to 25 in this code...

CODE
REG ADD %KEY%\020 /VE /D "Cyberlink PowerDVD Deluxe" /f
REG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /f

REG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /f
REG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /f


Could that be the reason why PowerDVD didn't install... the silent installer works perfectly itself so I don't know what else it could be...
muiz
QUOTE (SonWolve @ May 17 2006, 06:00 PM) *
Thats right, the xml file are the settings that can be backed up using a feature in Zonealarm. I see that DjWhizZ didn't use this, so I guess I'll try without it and see how it goes!

I just noticed that I didn't change the number 20 to 25 in this code...

CODE
REG ADD %KEY%\020 /VE /D "Cyberlink PowerDVD Deluxe" /f
REG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /f

REG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /f
REG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /f


Could that be the reason why PowerDVD didn't install... the silent installer works perfectly itself so I don't know what else it could be...

never use same numbers !!
SonWolve
Thanks muiz, I figured that was the problem, I was kind of in a rush when I wrote that so I deserved to have some stuff go wrong. Everything is working perfect right now! Thanks guys!




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.