Known Installers w/ Silent Install Switches

Discussion in 'Application Software' started by Humphrey, Apr 22, 2012.

  1. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    #1 Humphrey, Apr 22, 2012
    Last edited by a moderator: Apr 20, 2017
    With the many ways to automate the install of a system I thought it would be nice to have MDL's wonderful members post silent installer applications silent install switches.

    Ill start!

    Microsoft Security Essentials + the updates
    Code:
    mseinstall.exe /s /runwgacheck /o
    Mpam-fe.exe /s
    nis_full.exe /s
    Google Chrome Standalone Installer (All Users)
    Code:
    chromeStandaloneSetup.exe /silent /install
    VideoLAN VLC (/l=1033 is the English language.)
    Code:
    vlc-2.0.1-win32.exe /L=1033 /S​
    CDBurnXP
    Code:
    cdbxp_setup_4.4.0.3018.exe /SILENT

    Maybe sticky this?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. francisuk

    francisuk MDL Novice

    May 19, 2013
    5
    1
    0
    #2 francisuk, May 19, 2013
    Last edited by a moderator: Apr 20, 2017
    Google Chrome Standalone Installer (All Users)
    Code:
    chromeStandaloneSetup.exe /silent /install
    For me on Windows XP and the Wifes Vista SP2 both x64 this command dont work but

    chromeStandaloneSetup.exe /install

    This works fine :)

    VideoLAN VLC (/l=1033 is the English language.)
    Code:
    vlc-2.0.1-win32.exe /L=1033 /S​
    Dont work for me nether :( but heres my list to add.

    Camfrog Video Chat
    Code:
    camfrog.exe /S ​
    Mozilla FireFox 21.0
    Code:
    Firefox Setup 21.0.exe -ms ​
    Mozilla Thunderbird
    Code:
    Thunderbird.exe -ms ​