Jump to content

Nod32 3.0.672 silent installation runonceex.cmd problem


atolica

Recommended Posts

I am struggling to silent install nod32 v 3.0.672 using runonceex.cmd. Previous version 3.0.621 always worked, but now I get a lot of trouble trying to install 3.0.672, for now in vmware.

My runonceex.cmd looks like this (nod32 part only)

cmdow @ /HID
@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP3 SET CDROM=%%i:

SET PP=%cdrom%\Apps\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\001 /VE /D "NOD32 Antivirus" /f
REG ADD %KEY%\001 /V 1 /D "%PP%Nod32\Nod32.msi ADMINCFG=config.xml taskkill /IM egui.exe /F REBOOT="ReallySuppress" /qb!" /f

This command worked perfect with v 3.0.621

Now I get in vmware a lot of errors, setup cannot find d:\Apps\Nod32\... etc.

I tried different command lines, but nothing seems to work.

Any thoughts.

greets

Atolica

Edited by atolica
Link to comment
Share on other sites


I don't use NOD32 v3.x myself(when i use an AV, then i use latest v2.x), so i don't know what the correct switches are for v3.x, but i have atleast corrected the wrong syntax you posted:

reg add %key%\001 /v 1 /d "cmd /c @cmdow @ /hid&%PP%Nod32\Nod32.msi ADMINCFG=config.xml REBOOT=\"ReallySuppress\" /qb!&taskkill /IM egui.exe /F" /f

Or:

reg add %key%\001 /v 1 /d "%PP%Nod32\Nod32.msi ADMINCFG=config.xml REBOOT=\"ReallySuppress\" /qb!" /f
reg add %key%\001 /v 2 /d "taskkill /IM egui.exe /F" /f

Edited by Martin H
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...