Where Customization Begins 

  • Silent Switches - Switches Collection 1

 #27271  by TheAslan
 27 Jul 2013, 15:01
I thought that this would be useful topic, where's collected all the silent switches.

I don't have so much experience about silent switches, that's why this list is so short, but you can add more, just edit this post.

NOTE:
Let's keep these applications below in Alphabetical order for easier navigation


A
Adobe Reader: AdbeRdr11003_en_US.exe /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES AgreeToLicense=Yes ENABLE_CACHE_FILES=No
Adobe Air: AdobeAIRInstaller.exe -silent -eulaAccepted

B
Blender: blender-2.49b-windows.exe /S

C
CCleaner: /S (Slim version only)

D
Deamon Tools Lite: DTLite4453-0297.exe /S /nogadget /sptd
Defraggler: /S (Slim version only)

E
Evernote: Evernote_4.6.7.8409.exe -quiet

F
Firefox: Firefox Setup 20.0.1.exe -ms

G
GIMP: gimp-2.8.6-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

H
Handbrake: HandBrake-0.9.8-x86_64-Win_GUI.exe /S or HandBrake-0.9.8-i686-Win_GUI.exe /S

I
IrfanView: iview432_setup.exe /silent /desktop=1 /group=1 /allusers=1 /assoc=1
Irfanview plugins: irfanview_plugins_432_setup.exe /silent

J
Java and Java x64: jre-6u22-windows-x64.exe /s AgreeToLicense=YES IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0

K
Kompozer: kompozer-0.8b3.en-US.win32.exe /VERYSILENT /NORESTART /SP-

L
LibreOffice: LibreOffice_4.1.0_Win_x86.msi /qn ALLUSERS=1 CREATEDESKTOPLINK=1 REGISTER_ALL_MSO_TYPES=1 ISCHECKFORPRODUCTUPDATES=0

M
MPC Home Cinema: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

N
Notepad++: npp.6.3.2.Installer.exe /S

R
Recuva: /S (Slim version only)

S
Speccy: /S (Slim version only)

U
UxStyle Core: /qn /norestart

W
WinRAR: /s
Last edited by TheAslan on 02 Sep 2013, 14:17, edited 3 times in total.
 #27285  by ricktendo
 31 Jul 2013, 05:45
You can also choose certain options in inno installers using (TASKS, MERGETASKS, COMPONENTS, ETC) command lines. Here is some more info

Code: Select allInno Setup ® Installer.

setup.exe /Option

Install Options
   /LOADINF="filename"
      Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.
      Don't forget to use quotes if the filename contains spaces.
   /SAVEINF="filename"
      Instructs Setup to save installation settings to the specified file.
      Don't forget to use quotes if the filename contains spaces.
   /LANG=language
      Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry.
      When a valid /LANG parameter is used, the Select Language dialog will be suppressed.
   /DIR="x:\dirname"
      Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified.
   /GROUP="folder name"
      Overrides the default folder name displayed on the Select Start Menu Folder wizard page. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.
   /NOICONS
      Instructs Setup to initially check the Don't create any icons check box on the Select Start Menu Folder wizard page.
   /NOCANCEL
      Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.
   /COMPONENTS="comma separated list of component names"
      Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type.
   /TASKS="comma separated list of task names"
      * Applies to Inno Setup version 5.1.4, and above.
      Specifies a list of tasks that should be initially selected or deselected. To deselect a task, prefix its name with a "!" character.
      Only the specified tasks (and their children) will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.
      Examples:
      Deselect all tasks, then select the "desktopicon" and "fileassoc" tasks:
      /TASKS="desktopicon,fileassoc"
      Deselect all tasks, then select a parent task item, but exclude one of its children:
      /TASKS="parent,!parent\child"
   /MERGETASKS="comma separated list of task names"
      * Applies to Inno Setup version 5.1.4, and above.
      Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default.
      If UsePreviousTasks is set to yes, the specified tasks will be selected/deselected after any previous tasks are restored.
      Examples:
      Keep the default set of selected tasks, but additionally select the "desktopicon" and "fileassoc" tasks:
      /MERGETASKS="desktopicon,fileassoc"
      Keep the default set of selected tasks, but deselect the "desktopicon" task:
      /MERGETASKS="!desktopicon"
   /PASSWORD=password
      Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored.
      When an invalid password is specified, this command line parameter is also ignored.
Display Options
   /SP-
      Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes.
   /SILENT
   /VERYSILENT
      Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above)
      If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.
   /SUPPRESSMSGBOXES
      Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'.
      The default response in situations where there's a choice is:
      Yes in a 'Keep newer file?' situation.
      No in a 'File exists, confirm overwrite.' situation.
      Abort in Abort/Retry situations.
      Cancel in Retry/Cancel situations.
      Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation.
      Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation.
      5 message boxes are not suppressible:
      The About Setup message box.
      The Exit Setup? message box.
      The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found.
      Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters.
      Any message box displayed by [Code] support function MsgBox.
Restart Options
   /NORESTART
      Instructs Setup not to reboot even if it's necessary.
   /RESTARTEXITCODE=exit code
      Specifies the custom exit code that Setup is to return when a restart is needed. Useful along with '/NORESTART'.
Logging Options
   /LOG
      Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.
      The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)
      The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice.
   /LOG="filename"
      Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.
CMenu Options
   AutoIt Usage
      Template AutoIt Script, requires no recording.
      Create the Au3 template script.
      Edit any variables at the start of the script, and and shortcuts, that require deletion.
      Refer to the CMenu Help Guide. It displays sample highlighted items, to edit.
      Compile the script, into an exe, and keep it with the installer.
      Run the compiled exe, to install.
      ;
      If recorded with CMenu, the ProgramName.inf is saved to the installer directory.
   Command line Usage
      Record an installation. Change filenames in command, to suit.
       Setup.exe /SAVEINF="c:\ProgramName.inf"
      The ProgramName.inf is saved to the root of c:\ drive, as to above command.
      But, CMenu record will save the ProgramName.inf to the installer directory.
      To silently install, use:
       Setup.exe /VERYSILENT /SP- /LOADINF="Full Address to\ProgramName.inf"
      You can add more parameters, as required.
      ;
      Or not record the install, and use parameters above, to the commandline.