Jump to content

helo

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Iceland

Everything posted by helo

  1. Might wanna try this. The sleep command gives the Display properties some time to open before the enter key is pressed. Also the .Run command comes after the .AppActivate. Hope it works for you. Dim WshSHell set WshShell = CreateObject("WScript.Shell") WshShell.AppActivate("Display Properties") WshShell.Run("Royale.msstyles") WScript.Sleep 5000 WshShell.SendKeys "{ENTER}"
  2. First install NOD32 as you would normally and set it up the way you prefer. Then open the main ESET NOD32 application window - goto setup and "Toggle Advanced mode" - then goto Setup menu item and select Import/export settings choose export. It will create an XML file with your while setup including username/password. As for the silent install part see this post.
  3. The switches for NOD32 changed from version 2 to version 3. I asume that this should work: msiexec.exe /i "%WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi" /qb! ADMINCFG=%WPIPATH%\Install\NOD32_3.0.621\gbmNOD32v3settings.xml Here is the RunOnceEX commands I use. REG ADD %KEY%\100 /VE /D "ESET NOD32 Smart Security 3.0.621" /f REG ADD %KEY%\100 /V 2 /D "%systemdrive%\install\ESET\ess_nt32_enu.msi /qb! REBOOT=ReallySuppress ADMINCFG=%systemdrive%\Install\ESET\gbmNOD32v3settings.xml" /f
×
×
  • Create New...