devil270975 Posted June 8, 2008 Share Posted June 8, 2008 you dont need admincfg=<path to xml> if your xml is called cfg.xml and resides in the same dir as the installer. Link to comment Share on other sites More sharing options...
Minus30 Posted July 7, 2008 Share Posted July 7, 2008 Um, and what would be the layout of such an XML file? Can't seem to find it anywhere :s Link to comment Share on other sites More sharing options...
amitri Posted July 8, 2008 Share Posted July 8, 2008 Um, and what would be the layout of such an XML file? Can't seem to find it anywhere :sWith NOD32 installed and everything in place just go to setup and export settings in cfg.xml. Link to comment Share on other sites More sharing options...
atolica Posted August 16, 2008 Share Posted August 16, 2008 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. Link to comment Share on other sites More sharing options...
biatche Posted August 23, 2008 Share Posted August 23, 2008 how do you guys create your .xml? i've tried using /admincfg="%somepath%"the settings dont seem to be read Link to comment Share on other sites More sharing options...
Maxt3rJF Posted June 11, 2010 Share Posted June 11, 2010 how do you guys create your .xml? i've tried using /admincfg="%somepath%"the settings dont seem to be readI 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! Link to comment Share on other sites More sharing options...
eltunisie Posted November 21, 2011 Share Posted November 21, 2011 haiiiiiiiiiiiiiiiiiiiiiiiiiabout nod32 v4 silant instal with config.xmlWhat 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" Link to comment Share on other sites More sharing options...
dimitris77 Posted October 21, 2014 Share Posted October 21, 2014 (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 October 21, 2014 by dimitris77 Link to comment Share on other sites More sharing options...
dead_beat Posted February 3, 2015 Share Posted February 3, 2015 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now