MSFN Forum: Zonealarm Suite help! - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Zonealarm Suite help! I found some old threads about this but it isn't working... Rate Topic: -----

#1 User is offline   SonWolve 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 23-March 06

Posted 16 May 2006 - 11:31 PM

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

This post has been edited by SonWolve: 17 May 2006 - 01:40 AM



#2 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 17 May 2006 - 12:06 AM

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

#3 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 17 May 2006 - 01:28 AM

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

#4 User is offline   SonWolve 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 23-March 06

Posted 17 May 2006 - 01:41 AM

Wow I can't believe I actually let that get by me... Thanks I'll def try that!

#5 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 17 May 2006 - 05:05 AM

One question about ZoneAlarm itself (off topic but oh well)
The xml file, it is the backed up security settings?

#6 User is offline   SonWolve 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 23-March 06

Posted 17 May 2006 - 10:00 AM

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

This post has been edited by SonWolve: 17 May 2006 - 10:05 AM


#7 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 17 May 2006 - 05:48 PM

View PostSonWolve, on May 17 2006, 06:00 PM, said:

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

#8 User is offline   SonWolve 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 23-March 06

Posted 17 May 2006 - 08:13 PM

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!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy