MSFN Forum: ZoneAlarm suite 5 - 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 5 I can't get rid of Mailfrontier Rate Topic: -----

#1 User is offline   solblanca23 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 08-August 03

  Posted 15 June 2005 - 10:51 AM

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 :(


#2 User is offline   solblanca23 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 08-August 03

Posted 15 June 2005 - 09:31 PM

oh come on, nobody has this problem. ;)

#3 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 16 June 2005 - 11:43 AM

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

#4 User is offline   solblanca23 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 08-August 03

Posted 16 June 2005 - 06:35 PM

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

#5 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 16 June 2005 - 09:19 PM

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

This post has been edited by Nologic: 16 June 2005 - 10:31 PM


#6 User is offline   solblanca23 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 08-August 03

Posted 17 June 2005 - 10:13 AM

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

#7 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 17 June 2005 - 03:24 PM

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

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