Jump to content

NOD32 Antivirus Software


paul3vanz

Recommended Posts

  • 1 month later...

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 /instmfc

I found this to be a helpful URL:

http://216.239.39.104/search?q=cache:WJOv3...lient=firefox-a

Very helpful indeed, really.

Everything "should" work, in theory... Worked on mine in any event.

I have found this xml file to work but i omitted the settings switch

EG: setup.exe /silentmode /cfg=config.xml /instmfc

works fine and everything is enabled.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 2 months later...

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:00000001

To reboot of the PC me this message appears:

senzatitolo19eq.jpg

As the immediate alarm is qualified in the registry...."ThreatSense.Net" ??

Thank you

Link to comment
Share on other sites

  • 4 months later...

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 by embe
Link to comment
Share on other sites

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 off
start /wait setup.exe /cfg=config.xml /silentmode /instmfc

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

If you have your own preferred method for silent installation, the main ingredient should be:

setup.exe /cfg=config.xml /silentmode /instmfc

Hope this helps.

config.xml

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