Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

nod32 v3.0.621 silent install problems

Featured Replies

you dont need admincfg=<path to xml> if your xml is called cfg.xml and resides in the same dir as the installer.

  • 4 weeks later...

Um, and what would be the layout of such an XML file? Can't seem to find it anywhere :s

Um, and what would be the layout of such an XML file? Can't seem to find it anywhere :s
With NOD32 installed and everything in place just go to setup and export settings in cfg.xml.
  • 1 month later...

Regarding custom silent installation of Nod32, is it possible to install it silently with all the up to date virus definition files? I tried this some time ago, by extracting the msi and copying the updated *.nup files to APPDATADIR\Updfiles, but it failed to install the signature database.

how do you guys create your .xml? i've tried using /admincfg="%somepath%"

the settings dont seem to be read

  • 1 year later...

how do you guys create your .xml? i've tried using /admincfg="%somepath%"

the settings dont seem to be read

I know that post has been written a while ago but I think it could be useful to give some more information on that.

When you installed a NOD32 with all the setup you need, you can go into it's console and extract the configs into a file (XML file).

We use that to deploy NOD32 on all our customers PCs. So we are packaging the MSI file with the XML file into a Wise Installation package and we deploy at large with all the same setups.

So the string to use to call the installation silent is nod32.msi /qn REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%"

(you replace %xmlfile.xml% with the complete path of the XML file or simply the file name if it's in the same folder as the MSI file).

That's it!

  • 1 year later...

haiiiiiiiiiiiiiiiiiiiiiiiii

about nod32 v4 silant instal with config.xml

What code I used from this:

RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml"

RunProgram="setup.msi /qn /cfg=config.xml"

RunProgram="setup.msi /qn /REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%"

RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml"

  • 2 years later...

hello i have a silent installer of nod32 and i want also to put the xml settings file how can i do it?

Edited by dimitris77

  • 3 months later...

ECHO OFF
cls
ECHO instalacja NOD32
ECHO.
:CheckOS
IF EXIST "%PROGRAMFILES(X86)%" (GOTO 64BIT) ELSE (GOTO 32BIT)
:64BIT
echo 64-bit...
"\\install$\nod32\klient\eea_nt64_plk.msi" /passive REBOOT="ReallySuppress" ADMINCFG="\\install$\nod32\licencja\2014_by_KC.xml"
GOTO END
:32BIT
echo 32-bit...
"\\install$\nod32\klient\eea_nt32_plk.msi" /passive REBOOT="ReallySuppress" ADMINCFG="\\install$\nod32\licencja\2014_by_KC.xml"
GOTO END
:END

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.