Jump to content

Raoul90

Member
  • Posts

    281
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Raoul90

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

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

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

×
×
  • Create New...