Jump to content

Zonealarm Suite help!


SonWolve

Recommended Posts

Hiya, I tried getting Zonealarm to install silently with some other programs with RunOnce but a couple programs simply didn't install.

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

Edited by SonWolve
Link to comment
Share on other sites


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 :) it's against the rules. :)

Link to comment
Share on other sites

Try:

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

Link to comment
Share on other sites

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

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

Edited by SonWolve
Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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