Jump to content

Eset Smart Security


Raoul90

Recommended Posts

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.

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:

Edited by Raoul90
Link to comment
Share on other sites


That wont work with the AutoIt script.

I use it with runonce and i get this:

t_runoncem_4152bec.png

"Can't open this installation package"

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

Edited by Raoul90
Link to comment
Share on other sites

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

Edited by shahed26
Link to comment
Share on other sites

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:

t_extractedm_d32528d.png

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?

Edited by Raoul90
Link to comment
Share on other sites

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

Edited by radix
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...