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.

Batch script to install MSI

I am trying to write a .bat for the first time. I am trying to install .msi using script, currently …

batch-file windows-installer installation silent-installer
Installing JDK 8 and JRE 8 silently on a Windows machine through command line

We want to update the JDK environment on multiple machines, all running windows but different versions (either XP or 7) For …

java windows silent-installer
How to silently install exe using powershell

I am trying to install trial version of Lotus Notes Designer using Powershell command Start-Process -FilePath "EXEPath" -Verb runAs -ArgumentList "/…

powershell silent-installer domino-designer-eclipse
How to silently install a pkg file in Mac OS X

I am developing a Mac OS X application(cloud printing application). To run my application i need some support drivers. …

macos packagemaker silent-installer
How to ignore optional prerequisites when installing Oracle database in silent mode?

I was referring to this PAGE to install Oracle 11g database in silent mode. When installing, there were some optional …

oracle oracle11g silent-installer
Install / Unistall from shell command in Android

I want to implement a silent installer-from-apk-file and unistaller-package in Android. The topic has largely been discussed on SO and …

android silent-installer
How to silently install Java JDK into a specific directory on windows

On my development machine I always have to install Java 6 and Java 7 and I have to install each JDK in …

java java-7 java-6 silent-installer
Silent Administrative Install - Specifying an installation directory

I'm currently trying to add some testing functionality into our builds, and in order to do this I need to …

command-line installation windows-installer silent-installer
Silent installation

I am writing a InstallerClass using C# as a custom action for my installer, and I can successfully run an …

c# windows silent-installer
How to install Visual Studio Code silently (without auto open when installation ends)?

I found the option to install silently from command line (vscode-installer.exe /VERYSILENT), BUT it still opens automatically at the …

installation inno-setup visual-studio-code silent-installer