SOOPAFLY
Sep 17 2003, 08:41 AM
I'm Looking for a way to make an unattended installation of this program and because there are numerous options during the installation that i need to change i suspect that an answer file is needed to achieve this. (i saw xml files in the temp folder after the installation starts so i think that they are used as an answer files but unfortunatly i'm unfamilier with xml)
webmedic
Sep 17 2003, 08:43 AM
I may see if I can help here but I'm kind of busy right now. I would like to see nod32 installed myself.
SOOPAFLY
Sep 17 2003, 08:56 AM
i opened the xml file in the the installation folder and i'm almost sure it is used as the answer file(i saw a line there that says EVAL="1" / i changed it to 0 and the trial version title disappeared) i wish i knew xml language
i also tried to use a vbs script with sendkeys function but there is a screen in the installation where i need to tick an option( "choose update options later" or something like this) in order to proceed to the next screen but unfortunatly i can't find a key that will reach it .
webmedic
Sep 17 2003, 09:00 AM
really could you send that file to me? Maybe we can see. xml is not so bad the problem is they can difine it however they want that is the biggest strength of xml and possibly it's biggest weakness also (well as far as regular users are concerned)
SOOPAFLY
Sep 17 2003, 09:05 AM
CODE
<?xml version="1.0" ?>
- <NOD32GLOBALSETUP>
<DISPLAY TITLE="NOD32 for Windows NT/2000/XP" />
<SETUP REQUIRED_OS="NT" INSTALLPATH="%PROGRAMFILES%\Eset" DAT_CNT="0" EVAL="1" />
- <COMPONENTS>
<COMPONENT ARCHIVE="ntbaseen.nup" />
<COMPONENT ARCHIVE="ntstden.nup" />
<COMPONENT ARCHIVE="ntineten.nup" />
</COMPONENTS>
- <ENGINES>
<ENGINE FILE="engine.nup" />
<ENGINE FILE="advheur.nup" />
<ENGINE FILE="archs.nup" />
</ENGINES>
- <SETTINGS>
- <PLUGIN ID="31647055">
- <DATA>
<NODE NAME="DefaultServerCount" VALUE="3" TYPE="DWORD" />
<NODE NAME="DefaultServer1" VALUE="http://www.eset.sk/nod_eval/" TYPE="STRING" />
<NODE NAME="DefaultServer0" VALUE="http://www.nod32.com/nod_eval/" TYPE="STRING" />
<NODE NAME="DefaultServer2" VALUE="http://www.esetsoftware.com/nod_eval/" TYPE="STRING" />
- <NODE NAME="config000" TYPE="SUBNODE">
- <NODE NAME="Settings" TYPE="SUBNODE">
<NODE NAME="SelectedServer" TYPE="STRING" VALUE="http://www.nod32.com/nod_eval/" />
</NODE>
</NODE>
</DATA>
</PLUGIN>
</SETTINGS>
</NOD32GLOBALSETUP>
webmedic
Sep 17 2003, 09:08 AM
could you email the version of nod32 that you are using to me also
bah at webmedic dot net
SOOPAFLY
Sep 17 2003, 09:16 AM
the xml code i posted before is of the file in the installation folder but when i start the setup it unpacks 4 folder to temp dir in three of which there are also setupc.xml files here are the folder names and their corresponding xml file content
nodtmpb - CODE
<?xml version="1.0" ?>
- <NOD32COMPONENTSETUP>
<SETUP NAME="NOD32MOD_WINNT_ENGLISH_STANDARD" BUILD="1107D006" LANGUAGE="ENGLISH" PLATFORM="WINNT" TYPE="STANDARD" />
<DISPLAY NAME="NOD32 for Windows NT/2000/XP - Standard component" />
- <MODULES>
- <GUI>
<FILE NAME="pu_amon.dll" />
<FILE NAME="pu_nod32.dll" />
</GUI>
- <EXE>
<FILE NAME="ps_amon.dll" />
<FILE NAME="ps_nod32.dll" />
</EXE>
</MODULES>
- <FILES>
<FILE SOURCE="nod32.exe" TARGET="%INSTALLDIR%\nod32.exe" />
<FILE SOURCE="nod32.chm" TARGET="%INSTALLDIR%\nod32.chm" />
<FILE SOURCE="nodshex.dll" TARGET="%INSTALLDIR%\nodshex.dll" />
<FILE SOURCE="nod.ovl" TARGET="%INSTALLDIR%\nod.ovl" />
<FILE SOURCE="ps_nod32.dll" TARGET="%INSTALLDIR%\ps_nod32.dll" />
<FILE SOURCE="pu_nod32.dll" TARGET="%INSTALLDIR%\pu_nod32.dll" />
<FILE SOURCE="amon.sys" TARGET="%DRIVERSDIR%\amon.sys" />
<FILE SOURCE="ps_amon.dll" TARGET="%INSTALLDIR%\ps_amon.dll" />
<FILE SOURCE="pu_amon.dll" TARGET="%INSTALLDIR%\pu_amon.dll" />
<FILE SOURCE="pu_amon.chm" TARGET="%INSTALLDIR%\pu_amon.chm" />
</FILES>
- <SETTINGS>
- <PLUGIN ID="50444f4e">
- <DATA>
<NODE NAME="PROFILE_CURRENTPROFILE" VALUE="My Profile" TYPE="STRING" />
<NODE NAME="ShextProfile" VALUE="Profile for scanning objects from within the context menu" TYPE="STRING" />
- <NODE NAME="config000" TYPE="SUBNODE">
<NODE NAME="Scanner" TYPE="SUBNODE" />
<NODE NAME="Settings" TYPE="SUBNODE" />
<NODE NAME="PROFILE_NAME" VALUE="My Profile" TYPE="STRING" />
</NODE>
- <NODE NAME="config001" TYPE="SUBNODE">
<NODE NAME="Scanner" TYPE="SUBNODE" />
<NODE NAME="Settings" TYPE="SUBNODE" />
<NODE NAME="PROFILE_NAME" VALUE="Profile for scanning objects from within the context menu" TYPE="STRING" />
</NODE>
</DATA>
</PLUGIN>
- <PLUGIN ID="4e4f4d41">
- <DATA>
- <NODE NAME="config000" TYPE="SUBNODE">
<NODE NAME="Scanner" TYPE="SUBNODE" />
<NODE NAME="Settings" TYPE="SUBNODE" />
<NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" />
</NODE>
</DATA>
</PLUGIN>
</SETTINGS>
</NOD32COMPONENTSETUP>
nodtmpa -
<?xml version="1.0" ?>
- <NOD32COMPONENTSETUP>
- <SETUP NAME="NOD32MOD_WINNT_ENGLISH_BASE" BUILD="1107D006" LANGUAGE="ENGLISH" PLATFORM="WINNT" TYPE="BASE">
<NODE NAME="BUILD" VALUE="1104AF01" TYPE="DWORD" />
</SETUP>
<DISPLAY NAME="NOD32 For Windows NT/2000/XP - Base" />
- <MODULES>
- <GUI>
<FILE NAME="krnvis.dll" />
<FILE NAME="pu_upd.dll" />
</GUI>
- <EXE>
<FILE NAME="krnstp.dll" />
<FILE NAME="ps_upd.dll" />
</EXE>
</MODULES>
- <FILES>
<FILE SOURCE="nod32krn.exe" TARGET="%INSTALLDIR%\nod32krn.exe" />
<FILE SOURCE="nod32kui.chm" TARGET="%INSTALLDIR%\nod32kui.chm" />
<FILE SOURCE="nod32kui.exe" TARGET="%INSTALLDIR%\nod32kui.exe" />
<FILE SOURCE="pu_upd.dll" TARGET="%INSTALLDIR%\pu_upd.dll" />
<FILE SOURCE="ps_upd.dll" TARGET="%INSTALLDIR%\ps_upd.dll" />
<FILE SOURCE="pu_upd.chm" TARGET="%INSTALLDIR%\pu_upd.chm" />
<FILE SOURCE="readme.txt" TARGET="%INSTALLDIR%\readme.txt" />
<FILE SOURCE="nod32.002" TARGET="%INSTALLDIR%\nod32.002" />
<FILE SOURCE="setup.exe" TARGET="%INSTALLDIR%\setup\setup.exe" />
<FILE SOURCE="main.dll" TARGET="%INSTALLDIR%\setup\main.dll" />
<FILE SOURCE="eset.chm" TARGET="%INSTALLDIR%\eset.chm" />
<DIR TARGET="%INSTALLDIR%" />
<DIR TARGET="%INSTALLDIR%\logs" />
<DIR TARGET="%INSTALLDIR%\logs\nod32" />
<DIR TARGET="%INSTALLDIR%\updfiles" />
</FILES>
- <SETTINGS>
- <PLUGIN ID="6c504343">
- <DATA>
- <NODE NAME="config000" TYPE="SUBNODE">
- <NODE NAME="SETTINGS" TYPE="SUBNODE">
<NODE NAME="GraphicMode" VALUE="1" TYPE="DWORD" />
<NODE NAME="DontShowSplash" VALUE="0" TYPE="DWORD" />
<NODE NAME="Msg_Format_Virus" VALUE="%TimeStamp% - %ProgramName% Program Virus Alert triggered on %ComputerName%: %InfectedObject% infected with %VirusName%." TYPE="STRING" />
<NODE NAME="Msg_Format_Error" VALUE="%TimeStamp% - During execution of %ProgramName% on the computer %ComputerName%, the following warning occured: %ErrorDescription%" TYPE="STRING" />
<NODE NAME="QuarantineDirectory" VALUE="%INSTALLDIR%\infected" TYPE="STRING" />
</NODE>
<NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" />
</NODE>
</DATA>
</PLUGIN>
- <PLUGIN ID="31647055">
- <DATA>
<NODE NAME="DefaultServerCount" VALUE="3" TYPE="DWORD" />
<NODE NAME="DefaultServer1" VALUE="http://www.eset.sk/nod_upd/" TYPE="STRING" />
<NODE NAME="DefaultServer0" VALUE="http://www.nod32.com/nod_upd/" TYPE="STRING" />
<NODE NAME="DefaultServer2" VALUE="http://www.esetsoftware.com/nod_upd/" TYPE="STRING" />
- <NODE NAME="config000" TYPE="SUBNODE">
<NODE NAME="SETTINGS" TYPE="SUBNODE" />
<NODE NAME="PROFILE_NAME" VALUE="My Profile" TYPE="STRING" />
</NODE>
</DATA>
</PLUGIN>
</SETTINGS>
</NOD32COMPONENTSETUP>
nodtmpc-
<?xml version="1.0" ?>
- <NOD32COMPONENTSETUP>
<SETUP NAME="NOD32MOD_WINNT_ENGLISH_INET" BUILD="1107D006" LANGUAGE="ENGLISH" PLATFORM="WINNT" TYPE="INET" />
<DISPLAY NAME="NOD32 For Windows NT/2000/XP - Internet support" />
- <MODULES>
- <GUI>
<FILE NAME="pu_imon.dll" />
<FILE NAME="pu_nms.dll" />
</GUI>
- <EXE>
<FILE NAME="imon.dll" />
<FILE NAME="ps_nms.dll" />
</EXE>
</MODULES>
- <FILES>
<FILE SOURCE="imon.dll" TARGET="%SYSTEMDIR%\imon.dll" />
<FILE SOURCE="pu_imon.dll" TARGET="%INSTALLDIR%\pu_imon.dll" />
<FILE SOURCE="pu_imon.chm" TARGET="%INSTALLDIR%\pu_imon.chm" />
<FILE SOURCE="nms32.dll" TARGET="%SYSTEMDIR%\nms32.dll" />
<FILE SOURCE="pu_nms.dll" TARGET="%INSTALLDIR%\pu_nms.dll" />
<FILE SOURCE="ps_nms.dll" TARGET="%INSTALLDIR%\ps_nms.dll" />
<FILE SOURCE="pu_nms.chm" TARGET="%INSTALLDIR%\pu_nms.chm" />
</FILES>
- <SETTINGS>
- <PLUGIN ID="4e4f4d49">
- <DATA>
- <NODE NAME="config000" TYPE="SUBNODE">
- <NODE NAME="SCANNER" TYPE="SUBNODE">
<NODE NAME="target_file_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_boot_enable" VALUE="0" TYPE="DWORD" />
<NODE NAME="target_arch_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_sfx_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_rtp_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_mime_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_mbx_enable" VALUE="0" TYPE="DWORD" />
<NODE NAME="target_mem_enable" VALUE="0" TYPE="DWORD" />
<NODE NAME="Extensions" VALUE="ADD:|*|EXCLUDE:REMOVE:" TYPE="STRING" />
<NODE NAME="adv_heur_enable" VALUE="1" TYPE="DWORD" />
</NODE>
<NODE NAME="SETTINGS" TYPE="SUBNODE" />
<NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" />
</NODE>
</DATA>
</PLUGIN>
- <PLUGIN ID="50534d4e">
- <DATA>
- <NODE NAME="config000" TYPE="SUBNODE">
- <NODE NAME="SCANNER" TYPE="SUBNODE">
<NODE NAME="target_file_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_boot_enable" VALUE="0" TYPE="DWORD" />
<NODE NAME="target_arch_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_sfx_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_rtp_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_mime_enable" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_mbx_enable" VALUE="0" TYPE="DWORD" />
<NODE NAME="target_mem_enable" VALUE="0" TYPE="DWORD" />
<NODE NAME="target_file_action" VALUE="2" TYPE="DWORD" />
<NODE NAME="target_file_uncl_action" VALUE="10" TYPE="DWORD" />
<NODE NAME="target_arch_action" VALUE="2" TYPE="DWORD" />
<NODE NAME="target_arch_uncl_action" VALUE="1" TYPE="DWORD" />
<NODE NAME="target_mime_action" VALUE="2" TYPE="DWORD" />
<NODE NAME="target_mime_uncl_action" VALUE="10" TYPE="DWORD" />
<NODE NAME="target_rtp_action" VALUE="2" TYPE="DWORD" />
<NODE NAME="target_rtp_uncl_action" VALUE="10" TYPE="DWORD" />
<NODE NAME="target_sfx_action" VALUE="2" TYPE="DWORD" />
<NODE NAME="target_sfx_uncl_action" VALUE="1" TYPE="DWORD" />
<NODE NAME="Extensions" VALUE="ADD:|*|EXCLUDE:REMOVE:" TYPE="STRING" />
<NODE NAME="adv_heur_enable" VALUE="1" TYPE="DWORD" />
</NODE>
<NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" />
</NODE>
</DATA>
</PLUGIN>
</SETTINGS>
</NOD32COMPONENTSETUP>
EDIT by
Shark007PLEASE USE CODEBOX tags when pasting large blocks of text to the forums.
SOOPAFLY
Sep 17 2003, 09:16 AM
eror
SOOPAFLY
Sep 17 2003, 09:20 AM
i use nod32 v2.000.6
SOOPAFLY
Sep 17 2003, 04:30 PM
bump bump
webmedic
Sep 17 2003, 08:08 PM
sory kind of busy working on the slipstream stuff. I have also been busy in my shop today
SOOPAFLY
Sep 18 2003, 03:09 AM
it's ok u don't owe me nothin i'll just try to learn little bit of xml meanwhile
rickytheanuj
May 15 2007, 01:28 PM

Here i create a autoit script to install NOD32 v2.7.0.1... And hope it will work on older version too.
To Use it,
Extract you nod32 to a folder.
Also extract this attached script to that folder.
And run it (nod3227.exe).
oldo
May 16 2007, 11:14 AM
It's the setup.xml file that you need to customize.
Best wy to do it.. get youorself an evaluation version of enterprise edition with remote administrator from here:
http://www.en.nod32.ch/download/You can configure a package exatly as you want it
oldo
May 16 2007, 11:14 AM
Dobby
Aug 19 2007, 01:26 PM
To do a silent install:
CODE
ndntenst.exe /silentmode
Configure NOD32 the way you want then export the registry settings from:
CODE
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Eset
Oh that's of course if you have an x64 OS. I think you can drop the "Wow6432Node\" bit if you are using 32 bit Windows
Stoner81
Jul 28 2008, 04:37 PM
QUOTE (Dobby @ Aug 19 2007, 08:26 PM)

To do a silent install:
CODE
ndntenst.exe /silentmode
Configure NOD32 the way you want then export the registry settings from:
CODE
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Eset
Oh that's of course if you have an x64 OS. I think you can drop the "Wow6432Node\" bit if you are using 32 bit Windows
Does this work coz I hope so!!!
Thanks for this i hope this worls for version 2.7
Thanks again
Stoner81
daemeon2
Jul 28 2008, 07:00 PM
I found this on these forums here....
http://www.msfn.org/board/nod32-v30621-sil...ms-t111457.htmlit has a ton of setup options listed here....
I also googled this issue.., google also comes up with the same idea as well....
hope this helps!
l8taz,
Daemeon2
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.