ShadowOfBlood Posted May 6, 2008 Posted May 6, 2008 (edited) 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 offFOR %%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\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\030 /VE /D "Avast! Antivirus" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\avast\setupeng.exe /VERYSILENT /NORESTART /SP- /qn" /fREG ADD %KEY%\035 /VE /D "Incredimail" /fREG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\incredimail_install.exe /s /qn" /fREG ADD %KEY%\040 /VE /D "FireFox" /fREG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\svcpack\FF.exe /qn" /fREG ADD %KEY%\050 /VE /D "Zone Alarm" /fREG ADD %KEY%\050 /V 1 /D "%CDROM%\Software\zaSetup_en.exe /a /qn" /fREG ADD %KEY%\055 /VE /D "WinRAR" /fREG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\wrar371.exe /S /qn" /fREG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\075 /V 1 /D "REGEDIT /S %CDROM%\Software\HKCU.reg" /fEXITThanks Edited May 7, 2008 by ShadowOfBlood
ShadowOfBlood Posted May 7, 2008 Author Posted May 7, 2008 (edited) 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 May 7, 2008 by ShadowOfBlood
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now