MSFN Forum: Eset Smart Security - 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

Eset Smart Security Rate Topic: -----

#1 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 11:27 AM

Hey, im trying to make an automatic script for eset smart security, but its is a .msi file (ess_nt32_nld.msi) and i dont know how to start it.


Quote

Run("ess_nt32_nld.msi")
WinWaitActive("Eset Smart Security Setup")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup", "Eindgebruiker")
Send("{TAB}{TAB}{UP}{ENTER}")
WinWaitActive("Eset Smart Security Setup", "Type installatie")
Send(("{TAB}{TAB}{TAB}{DOWN}{ENTER}")
WinWaitActive("Eset Smart Security Setup", "Installatiemap")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup", "Automatische update")
Send(("{TAB}{TAB}{TAB}{TAB}{SPACE}{ENTER}")
WinWaitActive("Eset Smart Security Setup", "Instellingen met wachtwoord")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup", "ThreatSense.NET")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup", "Detectie")
ControlClick("Eset Smart Security Setup", "Detectie", "Button3")
WinWaitActive("Eset Smart Security Setup", "firewall")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup", "gereed")
Send("{ENTER}")
WinWaitActive("Eset Smart Security Setup", "voltooien")
Send("{ENTER}")


Can someone give me the command to start the installer? :rolleyes:

This post has been edited by Raoul90: 06 June 2008 - 11:27 AM



#2 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 06 June 2008 - 11:49 AM

msiexec.exe /i ess_nt32_nld.msi /qb

#3 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 12:47 PM

That wont work with the AutoIt script.

I use it with runonce and i get this:

Posted Image
"Can't open this installation package"


But when i run the package from the desktop it works perfectly :blink:

This post has been edited by Raoul90: 06 June 2008 - 12:50 PM


#4 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 06 June 2008 - 01:39 PM

upload your full autoit script files EXCEPT your eset application and License info, i will have a look and see, i guess i know why it runs from desktop and not from anywhere else...

#5 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 01:52 PM

Here is the whole au3 file.

Attached File(s)

  • Attached File  ESS.au3 (1.35K)
    Number of downloads: 34


#6 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 06 June 2008 - 02:05 PM

Ok, i checked your script, and everything is fine there, obviously i couldn't understand the error message (the image you attached above) as its in some other language. Try this and am pretty sure it will work.
download universal extractor version 1.6beta, and extract the "msi installer" and then run the file extracted "EAV.msi /qb" to start the setup

EDIT: It should be "ESS.msi /qb" NOT EAV as its smart security

This post has been edited by shahed26: 06 June 2008 - 02:10 PM


#7 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 02:45 PM

The error msg is saying:
"Make sure the package exists and whether you have access to the package."

Im dling universal extractor now.


edit:
Extracted the msi.
And the map where everything is extracted too contains:
ess_nt32_nld.msi but thats only 814kb?

Extracted files:
Posted Image

So i just need to copy all those files to my harddrive of new installation ($OEM$ map) and then run the new made script with your command with runonce?

This post has been edited by Raoul90: 06 June 2008 - 03:06 PM


#8 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 June 2008 - 03:25 PM

View PostRaoul90, on Jun 6 2008, 08:27 PM, said:

Can someone give me the command to start the installer? :rolleyes:

Try Run("msiexec.exe" & " /i ess_nt32_nld.msi") or ShellExecute("ess_nt32_nld.msi") instead of
Run("ess_nt32_nld.msi"). But I suggest to run a silent installation using a config file saved previously.

Edit: Silent install string

This post has been edited by radix: 06 June 2008 - 03:32 PM


#9 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 04:04 PM

How can i make a silent installer then? I always use a autoit script.

#10 User is offline   devil270975 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 368
  • Joined: 31-July 03

Posted 06 June 2008 - 04:08 PM

hey there, i don't know what version your using but if you manually install nod32 and configure it you should be able to export the settings to an xml file, rename the xml to cfg.xml and save it in the same dir as your msi, now just use nod32.msi /qb and setup reads the xml file and takes its settings from it. well thats how business version works i would think personal is the same.

#11 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 04:13 PM

Im using the personal one, but in the program itself i cant find a option to export my settings.

#12 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 06 June 2008 - 04:19 PM

View PostRaoul90, on Jun 6 2008, 11:13 PM, said:

Im using the personal one, but in the program itself i cant find a option to export my settings.

Go to "setup" and then you will see "toggle advanced mode" after that you will see import/export settings..

#13 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 06 June 2008 - 04:24 PM

Yes i got it.

This post has been edited by Raoul90: 06 June 2008 - 04:25 PM


#14 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 07 June 2008 - 02:21 AM

I put the cfg.xml is same dir as the installer and then i use this command in runonce?

start /wait %systemdrive%\Downloads\ESS\ess_nt32_nld.msi /qb

The installer is in the map downloads then submap ESS. Should it works like this or what? I dont use the extracted installer but just the original one.

#15 User is offline   devil270975 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 368
  • Joined: 31-July 03

Posted 07 June 2008 - 05:27 AM

well for work i use the original one downloaded from the eset site, works 100% of the time i use it through a logon script on the domain. if you download the admin installation guide (6mb) it has all the features and methods of install in there.

#16 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 07 June 2008 - 07:37 AM

Thanks, it works perfectly :)

#17 User is offline   devil270975 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 368
  • Joined: 31-July 03

Posted 08 June 2008 - 12:37 AM

bit easier than writing a script...lol...
i'm glad you found it usefull.

Lee

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 - 2013 msfn.org
Privacy Policy