SonWolve Posted May 17, 2006 Share Posted May 17, 2006 (edited) 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 OffSET PP=%SystemDrive%\Install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications for Justin!" /fREG ADD %KEY%\005 /VE /D "Office 2003 Professional w/ SP2" /fREG ADD %KEY%\005 /V 1 /D "%PP%office2003.exe" /fREG ADD %KEY%\010 /VE /D "ZoneAlarm Pro suite 6.1.744.001" /fREG ADD %KEY%\010 /V 1 /D "%PP%zapSetup.exe" /s /i /noreboot /lickey *****%PP%zoneconfig.xml" /fREG ADD %KEY%\010 /V 2 /D "REGEDIT /S "%PP%zonealarm.reg" /fREG ADD %KEY%\015 /VE /D "Adobe Acrobat Reader 7.0.7" /fREG ADD %KEY%\015 /V 1 /D "%PP%reader707.exe" /fREG ADD %KEY%\020 /VE /D "Cyberlink PowerDVD Deluxe" /fREG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /fREG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /fREG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /fREG ADD %KEY%\060 /VE /D "Cleaning Up" /fREG ADD %KEY%\060 /V 2 /D "%systemdrive%\cleanup.cmd" /fEXITWith 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 May 17, 2006 by SonWolve Link to comment Share on other sites More sharing options...
DjWhizZ Posted May 17, 2006 Share Posted May 17, 2006 hi, i use this and it works:REG ADD %KEY%\007 /VE /D "ZoneAlarm" /fREG 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" /fPlz remove your license key it's against the rules. Link to comment Share on other sites More sharing options...
T D Posted May 17, 2006 Share Posted May 17, 2006 Try:REG ADD %KEY%\010 /V 1 /D "%PP%zapSetup.exe /s /i /noreboot /lickey dalicencekey %PP%zoneconfig.xml" /fThat 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 More sharing options...
SonWolve Posted May 17, 2006 Author Share Posted May 17, 2006 Wow I can't believe I actually let that get by me... Thanks I'll def try that! Link to comment Share on other sites More sharing options...
T D Posted May 17, 2006 Share Posted May 17, 2006 One question about ZoneAlarm itself (off topic but oh well)The xml file, it is the backed up security settings? Link to comment Share on other sites More sharing options...
SonWolve Posted May 17, 2006 Author Share Posted May 17, 2006 (edited) 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" /fREG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /fREG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /fREG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /fCould 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 May 17, 2006 by SonWolve Link to comment Share on other sites More sharing options...
muiz Posted May 17, 2006 Share Posted May 17, 2006 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" /fREG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /fREG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /fREG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /fCould 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 More sharing options...
SonWolve Posted May 18, 2006 Author Share Posted May 18, 2006 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 More sharing options...
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