Jump to content

Recommended Posts

Posted

first of all YES i did search

and the only thing i found was this :

REG ADD %KEY%\085 /V 1 /D "%I%\zonealarm\zalarm.exe /s /i /noreboot /lickey xxxxxxxxxxxxxxxxxxx" /f

i use batch and not runonce and i tried this :

start /wait %systemdrive%\install\zonealarm\zapSetup.exe /s /i /noreboot /lickey
xxxxxxxxxxxxxxxxxxx"

but that did not work


Posted
but that did not work

This works for me:

start /wait %systemdrive%\Install\Applications\ZA\ZA.exe /s /noreboot

REGEDIT /S %systemdrive%\Install\Applications\ZA\ZA.re

ZA.reg contains info from:
[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm]

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration]

[HKEY_CURRENT_USER\Software\Zone Labs]

I also had to add these to ZA.reg or else ZA wouldn't start:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vsdatant\Parameters]"TdiEnable"=dword:00000003

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vsmon]

"Start"=dword:00000002

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"Zone Labs Client"="\"C:\\Program Files\\Zone Labs\\ZoneAlarm\\zlclient.exe\""

Hope this helps

;)

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...