September 17, 200322 yr 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)
September 17, 200322 yr I may see if I can help here but I'm kind of busy right now. I would like to see nod32 installed myself.
September 17, 200322 yr Author 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 languagei 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 .
September 17, 200322 yr 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)
September 17, 200322 yr Author <?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>
September 17, 200322 yr could you email the version of nod32 that you are using to me also bah at webmedic dot net
September 17, 200322 yr Author 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 contentnodtmpb - <?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>[color="red"]nodtmpa - [/color] <?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>[color="red"]nodtmpc- [/color] <?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.
September 18, 200322 yr sory kind of busy working on the slipstream stuff. I have also been busy in my shop today
September 18, 200322 yr Author it's ok u don't owe me nothin i'll just try to learn little bit of xml meanwhile
May 15, 200719 yr 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).NOD32.rar
May 16, 200719 yr 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
Create an account or sign in to comment