gbmolina Posted January 24, 2008 Share Posted January 24, 2008 hi there, I´ve been trying to get the nod32 v3.0.621 silent install with WPI running but with no success, here is the code I use:msiexec.exe /i "%WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi" /qb /cfg=%WPIPATH%\Install\NOD32_3.0.621\gbmNOD32v3settings.xmlif anyone can tell what am I doing wrong would vey much appreciate it. thanks.PS first I get the windows installer window which shows me the aveilable commands (I tried most of them, nothing happens), then WPI just quits giving an error report about the install process I also tried the /silen /passive switches with no success... Link to comment Share on other sites More sharing options...
mehappy Posted January 30, 2008 Share Posted January 30, 2008 You should use /qn instead /qb. Link to comment Share on other sites More sharing options...
gbmolina Posted January 30, 2008 Author Share Posted January 30, 2008 You should use /qn instead /qb. thanks, but it did not help, same error and no installation at all. Link to comment Share on other sites More sharing options...
mehappy Posted January 30, 2008 Share Posted January 30, 2008 I don't know what happening when you run your command. Do you get any error message? To find out which step(s) in installation process fail I would try to run this MSI in 3 steps:1. msiexec.exe /i "%WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi" (without any switches) if it works, go to step 2.2. msiexec.exe /i "%WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi" /qn. if it works too, go to step 3. 3. msiexec.exe /i "%WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi" /qn /cfg=%WPIPATH%\Install\NOD32_3.0.621\gbmNOD32v3settings.xml If it still doesn't work, put </l* c:\eavbe.log> in the end of your command to find out what's happening when Msiexec.exe trying to install that MSI-file. Link to comment Share on other sites More sharing options...
Zoldex Posted February 1, 2008 Share Posted February 1, 2008 I've exactly the same problem.It looks like the installer doesn't like the \cfg command... Link to comment Share on other sites More sharing options...
gbmolina Posted February 1, 2008 Author Share Posted February 1, 2008 I've exactly the same problem.It looks like the installer doesn't like the \cfg command...you mean to tell me that if i remove the /cfg everyhting will be ok? have you tested that? Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted February 1, 2008 Share Posted February 1, 2008 (edited) I have I install my Nod32 with just the /qn switch Edited February 1, 2008 by Kelsenellenelvian Link to comment Share on other sites More sharing options...
gbmolina Posted February 1, 2008 Author Share Posted February 1, 2008 I have I install my Nod32 with just the /qn switchare you sure? are you talking about nod32 v3.0.621? you mean a totaly silent install with NO reboot at the end? Link to comment Share on other sites More sharing options...
midi2k6 Posted February 1, 2008 Share Posted February 1, 2008 I am using the same your NOD32 version, if you're already extracted EXE to MSI, using nod32.msi /qn switch is correct. It will not REBOOT Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted February 2, 2008 Share Posted February 2, 2008 cmd1[pn]=['"%wpipath%\\Install\\Nod32av.msi" /qn'];Is my WPI command. Link to comment Share on other sites More sharing options...
kmaheshkumar Posted February 2, 2008 Share Posted February 2, 2008 cmd1[pn]=['"%wpipath%\\Install\\Nod32av.msi" /qn'];Is my WPI command.i am not using wpi install i am using only runoncex.cmd can any one tell me what is the parameter of that Link to comment Share on other sites More sharing options...
helo Posted February 2, 2008 Share Posted February 2, 2008 The switches for NOD32 changed from version 2 to version 3.I asume that this should work:msiexec.exe /i "%WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi" /qb! ADMINCFG=%WPIPATH%\Install\NOD32_3.0.621\gbmNOD32v3settings.xmlHere is the RunOnceEX commands I use.REG ADD %KEY%\100 /VE /D "ESET NOD32 Smart Security 3.0.621" /fREG ADD %KEY%\100 /V 2 /D "%systemdrive%\install\ESET\ess_nt32_enu.msi /qb! REBOOT=ReallySuppress ADMINCFG=%systemdrive%\Install\ESET\gbmNOD32v3settings.xml" /fParameters for ESET Smart Security and ESET NOD32 Antivirus should be typed after the name of the MSIinstallation package (e.g. ea_nt64_ENU.msi /qn):• /qnQuiet installation mode – no dialog windows are displayed.• /qb!No user intervention is possible, but the process of installation is indicated by a progress bar.• REBOOT="ReallySuppress"Suppresses restart after the installation of the program.• REBOOT="Force"Automatically reboots after the installation.• REBOOTPROMPT =""After the installation, a dialog window prompting the user to confirm rebooting is displayed (can’t be used along with /qn).• ADMINCFG=”path_to_xml_file”During the installation, parameters defined in the specified XML files are applied for the client solutions ESET. The parameter is not required for remote installation. Installation packages contain their own XML conigurations, which are applied automatically.Insert the desired XML configuration created in the ESET Configuration Editor and named cfg.xml to the directory where the downloaded installer is located. If you run the installer, it will automatically adopt configuration from cfg.xml. In case the XML configuration file has a different name, or it is located somewhere else, the parameter ADMINCFG=”path_to_xml_file”can be used. (for example ess_nt32_enu.msi ADMINCFG=”\\server\xml\settings.xml” to apply configuration stored on a network drive). Link to comment Share on other sites More sharing options...
sp00f Posted February 3, 2008 Share Posted February 3, 2008 msiexec.exe /i %AppsRoot%\Install\WPI\install\NOD32\nod32.3.0.msi /qntaskkill /IM egui.exe /FWorks fine Link to comment Share on other sites More sharing options...
gbmolina Posted February 5, 2008 Author Share Posted February 5, 2008 thanks everyone, I finally got it working, the tested syntax is this:msiexec.exe /i %WPIPATH%\Install\NOD32_3.0.621\eavbe_nt32_enu_30621.msi /qb! REBOOT="ReallySuppress" ADMINCFG=%WPIPATH%\Install\NOD32_3.0.621\gbmNOD32v3settings.xmlthanks again Link to comment Share on other sites More sharing options...
atolica Posted March 25, 2008 Share Posted March 25, 2008 THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO!THAAAAANNNNNKKKKKKKKK YOOOOOOOOOOOOUUUUUUUUUUUUUUUUUU HELO! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now