Top "Silent-installer" questions

A "silent installer" is an installation program that does not display any configuration options or any other indication of the installation during the installation process.

setup.iss file is not generated

I have a installshiled project which generates setup.exe file. I'd like to enable silent install by generating proper setup.…

installshield silent-installer
How to interactive a silently installing msi? (Progress data and cancel it)

For some reason, we are delivering a product with our own install GUI, that means, we will run the msi …

installation windows-installer silent-installer
MSI installer calling another MSI installer in silent mode using WiX

I'm using WiX to make an MSI installer to call another MSI installer. I can resolve this situation in UILevel=5 (…

wix windows-installer silent silent-installer
How to install Node.js in custom folder silently on Windows?

I create a script to auto install all my dev stack on Windows. I have a problem with Node.js …

windows node.js silent-installer
PackageInstaller "Silent install and uninstall of apps by Device Owner” - Android M Preview

PackageInstaller (https://developer.android.com/reference/android/content/pm/PackageInstaller.html) seems to have been added starting in API 21 (Lollipop), …

silent-installer kiosk-mode android-6.0-marshmallow device-owner packageinstaller
Nullsoft Scriptable Install System (NSIS) Installer - Silent Mode

How to make a Nullsoft Scriptable Install System (NSIS) installer silent? From Wikipedia: "Nullsoft Scriptable Install System (NSIS), est un …

build installation nsis silent silent-installer
How to silently uninstall Python 2.7 on Windows?

Does anyone know how to silently uninstall Python 2.7 - i.e. uninstall it unattended, with no need for user interaction? …

python windows python-2.7 uninstallation silent-installer
C# code to run my installer.exe file in silent mode, in the background,

I have this C# code: string desktopPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); ProcessStartInfo psi = new ProcessStartInfo(); psi.Arguments = "–s –v –…

c# cmd silent-installer
Silent install of the firefox addon

I am trying to install a firefox xpi silently through an msi installer. I am doing so by the following …

firefox-addon mozilla silent-installer
How to Install an NSIS Executable Silently For All Users

I have an NSIS installer executable which I would like to install silently for all users. I know I can …

command-line windows-installer installation nsis silent-installer