Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ZoneAlarm suite 5

Featured Replies

can someone help me, I'm trying to install zonealarm 5 suite. and in the middle of the install the setup for Mailfrontier pops up and won't go away till you either cancel or continue the setup.

here is the command I use

setup.exe /s /noreboot

I don't want to use the Mailfrontier

any help would be great

I have tried taskkill and pskill, but both of those wait till the first command has finished. this is the last thing I need for my cd and it is driving me crazy :(

This happend to me a Long time ago.. Im sure it was a regtweak causing the problem or make sure you have the latest version.. I know this isnt a great help but I cant remember atm

  • Author

I checked the registry and found 3 matches. but nothing that helped, and yes it is the current version. :no:

Maybe use a simple autoit script like below:

; Execute Installer
If FileExists ( @ScriptDir & "\setup.exe" ) Then
  $PID =Run ( @ScriptDir & "\setup.exe /s /noreboot" )
Else
  Exit
EndIf

; Process Hunting
ProcessWait ( "Mailfrontier.exe" )
ProcessClose ( "Mailfrontier.exe"

Exit

Edited by Nologic

  • Author

I've never used the autoIT before, can you explain how to get it done. I would love to you use it. and thanks for the response. :thumbup

Well first you need to grab autoit its self [link]

Then mostly its just looking at other peoples scripts, and reading the help file.

Now the script above simply executes an *.exe installer, hopefully that of zonealarm. Next it simply waits for a given process to start...keep in mind that was a wild guess of mine of what Mailfrontier executable is named...so that may need to be altered...any ways once that process starts the script then continues...which is to kill that task and only that task.

So idealy the rest of your zonealarm installation should go fine.

So after you got AutoIt installed and the script edited to reflect the correct executables, you should be able to compile it into a exe its self...make sure the script is named different than the installer...other wise when the script is compiled it will replace the installer exe with its self...and to make matters worse...it would then repeatively reexecute its self...very very bad thing. ;)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.