Jump to content

Zone Alarm Downloader?


Recommended Posts

I did some searching and found a few results for Zone Alarm, however..

I need to be able to silently run the Zone Alarm Downloader, the application that downloads and installs Zone Alarm. I grabbed the application from Zone Alarm's website (http://www.zonealarm.com/store/content/company/products/znalm/freeDownload.jsp).

This is for the free firewall.

Also, can anyone tell me how this RunOnceEx.cmd script looks? I think I have it all correct :\

cmdow @ /HID
@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST

%%i:\CD.txt SET CDROM=%%i:

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

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

REG ADD %KEY%\030 /VE /D "Avast! Antivirus" /f
REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\avast\setupeng.exe

/VERYSILENT /NORESTART /SP- /qn" /f

REG ADD %KEY%\035 /VE /D "Incredimail" /f
REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\incredimail_install.exe /s

/qn" /f

REG ADD %KEY%\040 /VE /D "FireFox" /f
REG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\svcpack\FF.exe /qn" /f

REG ADD %KEY%\050 /VE /D "Zone Alarm" /f
REG ADD %KEY%\050 /V 1 /D "%CDROM%\Software\zaSetup_en.exe /a /qn" /f

REG ADD %KEY%\055 /VE /D "WinRAR" /f
REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\wrar371.exe /S /qn" /f

REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %CDROM%\Software\HKCU.reg" /f

EXIT

Thanks :)

Edited by ShadowOfBlood
Link to comment
Share on other sites


Nobody knows?

In any case, I just tested the installation and ran into a few things.

I get a popup on the first login stating that Windows has to be activated before logging in. If I click "No", my autologin kicks in and it logs in regardless. Any way I can get rid of this popup? And is there anyway I can supersede the requirement to activate windows? Or the limit to how many times it can be installed with the product key?

Also, "/s" didn't seem to work for Incredimail. Anyone know what to use?

Also, I'm having issues with an error during installation that says "Procedure entry point could not be located in the dynamic link library MFPlat.DLL". I'm gonna try a few things to fix this, but if anyone else already has, please let me know.

Thanks again for the help :)

Edited by ShadowOfBlood
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...