June 8, 200818 yr you dont need admincfg=<path to xml> if your xml is called cfg.xml and resides in the same dir as the installer.
July 7, 200818 yr Um, and what would be the layout of such an XML file? Can't seem to find it anywhere :s
July 8, 200818 yr 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.
August 16, 200818 yr 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.
August 23, 200818 yr how do you guys create your .xml? i've tried using /admincfg="%somepath%"the settings dont seem to be read
June 11, 201016 yr 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!
November 21, 201114 yr 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"
October 21, 201411 yr 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, 201411 yr by dimitris77
February 3, 201511 yr 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
Create an account or sign in to comment