MSFN Forum: EZ Armor (EZ Antivirus & EZ Firewall) - 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

EZ Armor (EZ Antivirus & EZ Firewall) Wanted Switches for unattendes install Rate Topic: -----

#1 User is offline   garymeg 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 04-May 04

Posted 05 May 2004 - 03:29 AM

[FONT=Arial] :) Can anyone tell me how to get a silent install of ez armor (ez firewall and EZ antivirus) i have tries to split the install file to find a switch and tried to the complet intall setup but to no avail.

Many thanx
Gary
:rolleyes:


#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 May 2004 - 06:36 AM

I extracted EZ Antivirus also and ran Setup.exe -R and have the setup.iss. It don't work either. Still have to hit enter twice then enter the Reg key. Tried it with sendkeys.vbs but was unable to get that to work either. This one is tough.

Guess I'll try with Auto it next.

#3 User is offline   garymeg 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 04-May 04

  Posted 07 May 2004 - 03:19 PM

I tryed looking at a copy i found that dosn't need a key to install.
I got the copy from M$ with the updates CD i got in feb but can't se any difference I don't know where they enter the serial number it must be something to do with the main package not the files inside

any idea how to edit/find out how the setup file works?

#4 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 May 2004 - 03:33 PM

I've been using EZ Antivirus for quite some time so I'm a registered user reason I have the serial dialog. Here's the setup.iss I got

[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=YesToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=3
Dlg1=SdLicense-0
Dlg2=SdOptionsButtons-0
[SdWelcome-0]
Result=1
[SdLicense-0]
Result=1
[SdOptionsButtons-0]
Result=111
[Application]
Name=Anti-Virus
Version=0.5
Company=ComputerAssociates
Lang=0009

I run it with this
start /wait %systemdrive%\Install\EZAntivirus\setup.exe -s -f1%systemdrive%\Install\EZAntivirus\setup.iss


But I still get the 2 dialog's before the Serial one.
After I put in the serial it creates a file I am unable to open/copy or anything in the Temp dir. Perhap's I need to merge the reg first see if that work's.

#5 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 May 2004 - 05:15 PM

This is messy but works
You'll have to figure out exact key sequence you need.
After merging my reg file It already has my serial number

EZvirus.vbs
Set WshShell = WScript.CreateObject("WScript.Shell")

'	Give time to extract and load
WScript.Sleep 10000

'	Welcome 
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000

'	License Agreement
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000

'	Product License Key
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000

'	Setup Options
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 20000

'	Typical
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 8000

'	Update Warning
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"

'	Restart = No
WScript.Sleep 5000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"

'	Apply Update
WScript.Sleep 3000
WshShell.SendKeys "{ENTER}"

Set WshShell = Nothing
WScript.Quit


My EZvirus.cmd
Reg extracted from HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Anti-Virus
cmdow @ /min /HID
regedit /s %systemdrive%\Install\EZAntivirus\EZvirus.reg
start %systemdrive%\Install\EZAntivirus\EZvirus.vbs /b
start /wait %systemdrive%\Install\EZAntivirus\EZvirus.exe
%systemdrive%\Install\EZAntivirus\aup_5443.exe
EXIT

Notice the aup_5443.exe. That updates it to latest at end.

In RunonceEX I call EZvirus.cmd
[EZAntivirus]
REG ADD %KEY%\iAdd /VE /D "EZAntivirus 6.1.4.0" /f"
REG ADD %KEY%\iAdd /V 1 /D "cmd /C start /min /wait %systemdrive%\Install\EZAntivirus\EZvirus.cmd" /f

This post has been edited by maxXPsoft: 30 May 2004 - 03:43 AM


#6 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 May 2004 - 02:44 PM

Updated to call the vbs script from the cmd. That works in VMWare and normally by just adding to RunonceEX and logging off. For some reason the vbs script would not execute in VMWare.

#7 User is offline   TWILL 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 16-November 03

Posted 26 May 2004 - 07:11 PM

Anyone had any luck with this one?

I keep getting the dang prompt for the key!!!!


thnx
TWILL

#8 User is offline   TWILL 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 16-November 03

Posted 29 May 2004 - 08:48 PM

In case anyone cares....

I contacted E-Trust and they said the dont support silent installs at this time.


:) :rolleyes: :D

#9 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 29 May 2004 - 09:08 PM

TWILL, download and run InstallRight, it will silently install ANY application, whether it has silent install capabilities or not

http://unattended.ms...pplications.htm

#10 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 May 2004 - 03:40 AM

maxXPsoft, on May 7 2004, 05:15 PM, said:

This is messy but works

That sendkey's work's for me.
Someone sent me an email asking for the reg entries. I've done stated that exporting this key has the serial all setup on install.
Reg extracted from HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Anti-Virus

#11 User is offline   TWILL 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 16-November 03

Posted 13 June 2004 - 08:39 PM

Thanks for the replies guys!

Ive been real busy I had forgotten about this topic. Ive given up on it.

@MCT I tried but could not get the install rite to work...

@Max I dont prefer the send keys option but thanks anyway.


TWILL

#12 User is offline   Strat79 

  • Member
  • PipPip
  • Group: Members
  • Posts: 104
  • Joined: 16-April 04

Posted 13 June 2004 - 08:44 PM

Would you like an Auto IT script? Better than .vbs and sendkeys. Seems like the only(feasable) way.

#13 User is offline   TWILL 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 16-November 03

Posted 17 June 2004 - 05:59 PM

@Strat79 -- Thanks fof the offer. Im not that worried about it anymore. I spent way too much time trying to get it to work with the windows post installer.

Thanks again
TWILL

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