August 31, 200521 yr note to evry1: u need to restart ur comp after you do the silent install of this or you will get an error
October 1, 200520 yr Might I recommend a simpler, more "kosher" method?By virtue of the administration edition, I have put together a config.xml file to play with.Simply run setup.exe as follows:setup.exe /silentmode /cfg=config.xml /settings=settings.xml /instmfcI found this to be a helpful URL:http://216.239.39.104/search?q=cache:WJOv3...lient=firefox-aVery helpful indeed, really.Everything "should" work, in theory... Worked on mine in any event.<{POST_SNAPBACK}>I have found this xml file to work but i omitted the settings switch EG: setup.exe /silentmode /cfg=config.xml /instmfcworks fine and everything is enabled.
November 24, 200520 yr there is ana autoit script for nod32 admin and nod32 trial install in autoit section.
January 21, 200620 yr why not? is just an automatic config.xml file maker...make things easier is that versus any copyright ?
March 28, 200620 yr hi all...my nod32 2.5 antivir isnt working because 30 days lefthow can i do for this?help plz.
March 31, 200620 yr After to have installed nod32 and inserted these key of registry :Windows Registry Editor Version 5.00;AMON SET TO ENABLED & Auto Startup[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AMON]"Start"=dword:00000002[HKEY_LOCAL_MACHINE\SOFTWARE\Eset\Nod\CurrentVersion\Modules\AMON\Settings\Config000\Settings]"enabled"=dword:00000001;IMON SET TO ENABLED[HKEY_LOCAL_MACHINE\SOFTWARE\Eset\Nod\CurrentVersion\Modules\Imon\Settings\Config000\Settings]"Enabled"=dword:00000001;DISABLE NOD32 STARTUP SPLASH SCREEN[HKEY_LOCAL_MACHINE\SOFTWARE\Eset\Nod\CurrentVersion\Common]"DontShowSplash"=dword:00000001To reboot of the PC me this message appears: As the immediate alarm is qualified in the registry...."ThreatSense.Net" ?? Thank you
March 31, 200620 yr HelloThanks a lot for those commans, very useful for the best antivirus. I will include them into unattend++
August 27, 200620 yr Hi,i have checked all posts (not only here) and I`m confused now how to install silently NOD32 with everything turned on except threat sense... May somebody specify what to export from registry (exactly) or if to use config.xml file attached somewhere above without exporting registry? How to get login and pasword into silent installation then? I have admin version...I would also like to know how to get updates (virus signatures) also to unattended install...(my version of nod is also old so after each reinstall I have to update program components...)Thanks for it in advance Edited August 28, 200620 yr by embe
August 28, 200620 yr no replies? I can`t believe, people please share your methods of NOD32 silent install....
August 30, 200620 yr embe,Earlier posts from galvanocentric and cje seem to have had good success, but you should get the latest version (the engine.nup file has signatures to July 27 I think). If you want to have more recent versions on first install, consider making a rar sfx of your "%ProgramFiles%\Eset\updfiles" folder and include it in your silent install somehow.Your Admin version should have a nice app (cfgedit.exe) for making a custom config.xml file.Under the section Update -> Profile -> Settings, you can enter your username and password which will be encrypted into the saved config.xml file like this fictitious username/password:<?xml version="1.0"?><NOD32SETUP> <SETUPINFO> <SETTINGS TIMESTAMP="1" ID="53CD0FA5"> <PLUGIN ID="31647055"> <DATA> <NODE NAME="Config000" TYPE="SUBNODE"> <NODE NAME="PROFILE_NAME" TYPE="STRING" VALUE="My Profile" /> <NODE NAME="Settings" TYPE="SUBNODE"> <NODE NAME="Username" TYPE="STRING" VALUE="AV-1234567" /> <NODE NAME="Password" TYPE="PASS" VALUE="ANbl6b/wmPJpZFGthMh8ddgxTbw=" /> </NODE> </NODE> </DATA> </PLUGIN> </SETTINGS> </SETUPINFO></NOD32SETUP>You can use cfgedit.exe to open the attached config.xml file and modify it to suit your needs or create your own config.xml file from scratch.I extracted the installer files using winrar to a folder and added the config.xml and NOD32.cmd to that folder (added my .reg files too).I then made a 7-Zip switchless installer (Instructions) using the following config.txt file:;!@Install@!UTF-8!RunProgram="NOD32.cmd";!@InstallEnd@!My NOD32.cmd file looks like this (If you dont use cmdow, delete the first line):cmdow @ /HID@echo offstart /wait setup.exe /cfg=config.xml /silentmode /instmfcrem If you have to copy a file, un-remark the following line & fix the filename & destination:rem copy /y nod32fix.reg "%ProgramFiles%\Eset"rem If you still have registry changes to make, un-remark the following line & fix the filename:rem start /wait regedit /s nod32.regIf you have your own preferred method for silent installation, the main ingredient should be:setup.exe /cfg=config.xml /silentmode /instmfcHope this helps.config.xml
Create an account or sign in to comment