Jump to content

Recommended Posts

  • 4 weeks later...

Posted
Um, and what would be the layout of such an XML file? Can't seem to find it anywhere :s
With NOD32 installed and everything in place just go to setup and export settings in cfg.xml.
  • 1 month later...
Posted

Regarding custom silent installation of Nod32, is it possible to install it silently with all the up to date virus definition files? I tried this some time ago, by extracting the msi and copying the updated *.nup files to APPDATADIR\Updfiles, but it failed to install the signature database.

  • 1 year later...
Posted

how do you guys create your .xml? i've tried using /admincfg="%somepath%"

the settings dont seem to be read

I know that post has been written a while ago but I think it could be useful to give some more information on that.

When you installed a NOD32 with all the setup you need, you can go into it's console and extract the configs into a file (XML file).

We use that to deploy NOD32 on all our customers PCs. So we are packaging the MSI file with the XML file into a Wise Installation package and we deploy at large with all the same setups.

So the string to use to call the installation silent is nod32.msi /qn REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%"

(you replace %xmlfile.xml% with the complete path of the XML file or simply the file name if it's in the same folder as the MSI file).

That's it!

  • 1 year later...
Posted

haiiiiiiiiiiiiiiiiiiiiiiiii

about nod32 v4 silant instal with config.xml

What code I used from this:

RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml"

RunProgram="setup.msi /qn /cfg=config.xml"

RunProgram="setup.msi /qn /REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%"

RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml"

  • 2 years later...
Posted (edited)

hello i have a silent installer of nod32 and i want also to put the xml settings file how can i do it?

Edited by dimitris77
  • 3 months later...
Posted

ECHO OFF
cls
ECHO instalacja NOD32
ECHO.
:CheckOS
IF EXIST "%PROGRAMFILES(X86)%" (GOTO 64BIT) ELSE (GOTO 32BIT)
:64BIT
echo 64-bit...
"\\install$\nod32\klient\eea_nt64_plk.msi" /passive REBOOT="ReallySuppress" ADMINCFG="\\install$\nod32\licencja\2014_by_KC.xml"
GOTO END
:32BIT
echo 32-bit...
"\\install$\nod32\klient\eea_nt32_plk.msi" /passive REBOOT="ReallySuppress" ADMINCFG="\\install$\nod32\licencja\2014_by_KC.xml"
GOTO END
:END

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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