Jump to content

{REQ} Nod32 v6 silent install problems


MgmTest

Recommended Posts


  • 1 year later...

Hello i want to install silent nod32 with the settings xml file i have done the silent installation with the following command:

 

ESETNOD32v3.msi /qn 

 

but i dont know what to put after to include the xml settings file :/

Edited by dimitris77
Link to comment
Share on other sites

Tested and work on 6.0.316 x86

msiexec.exe /i eav_nt32_enu.msi admincfg="cfg.xml" /qb REBOOT="ReallySuppress" PASSWORD="l0cal"

Also work with this

 

msiexec.exe /i eav_nt32_enu.msi admincfg="cfg.xml" /qb REBOOT="ReallySuppress"

 

https://forum.eset.com/topic/3147-eset-not-picking-up-cfgxml-during-a-msiexec-installation/

Edited by condor
Link to comment
Share on other sites

  • 8 months later...

You can't install with admincfg if you not previously repack instalation with ESET Remote Administrator Server installed on some server.

 

FOR Eset Smart Security 7 & 8

 

1. Install eset

 

2. Export from registry

 

[HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\LicenseInfo\]
 "DistributorGUID"="18"
 "LicenseCategory"=dword:00000003
 "LicenseType"=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000400\Settings\]
 "ActivateTrial"=dword:00000001
 "DontShowRegDlg"=dword:00000001
 "Registration"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000400\Settings\RegisteringRequest\]
"UsedActivationType"=dword:00000003

 

 

3 name it: preactivate.reg

 

4 Uninstall Eset

 

5 Create cmd batch script

and paste this switches

 

_____________________________________

regedit /s preactivate.reg

msiexec.exe /i "ess_nt64_enu.msi" /qb

_____________________________________

 

 

MUST BE OFFLINE WHEN INSTALL

 

Tested and work on all ESS 7 & 8 version

 

Totaly silent without popup activation windows

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