Jump to content

Silent Install Switches


Legolash2o

Recommended Posts

Hey guys, I'm currently adding a screen to show the silent install switch/syntax for common programs. If you have any programs which you know the silent install for can you please let me know.

 

So far:

 

.NET Framework 4.5: /passive /norestart
7zip: -y /q /r:n
AdobeAIR: -silent -eulaAccepted -desktopShortcut
Adobe Reader: /sPB /rs
Alcohol 120%: /qn
Avast Anti-Virus (free): /silent
AVIsynth: /S
AVStoDVD: /S
Burn Aware: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP
Ccleaner: /S
CDBurnerXP: /NOCANDY /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
ClassicShell: /qn
Cyberfox: /Silent /TASKS="desktopicon,Install_Start_Menu_Icons"
Driver Easy: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
ESET Smart Security: /qb /norestart
Firefox: /S /NCRC
Flash Player: -install
Google Chrome: --system-level
Google Chrome (Standalone): /silent /install
HashTab: /S
IconPackager: /s
Imgburn: /NOCANDY /S
Java Runtime Environment: /s /v/qn
Journal Viewer: /qn
IrfanView: /silent /desktop=1 /thumbs=1 /group=1 /allusers=1 /assoc=1
IrfanView-Plugin: /silent
Kazaa Codec Pack: /silent
LAVFilters:  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Malwarebytes: /silent
Media Player Classic - BE:  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Microsoft Office: /config %APP%\MyConfigPath.xml
Microsoft Security Essentials: /s
Notepad++: /S
nVidia Graphic Drivers: -s -n
PaintDotNET EXE: /createMsi CHECKFORBETAS=0 CHECKFORUPDATES=0 DESKTOPSHORTCUT=1 JPGPNGBMPEDITOR=0 PDNUPDATING=0 TGAEDITOR=0
PaintDotNET MSI: /passive /norestart
Partition Wizard Home Edition:  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Perfect Disk: /qn
Piriform Defraggler:  /S
Open Office: /qn /norestart
RealPlayer: /s /v/qn
Realtek-HD-Audio: /s
Recuva:  /S
Revo Uninstaller: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP
Shockwave: /S
Silverlight: /q /doNotRequireDRMPrompt /ignorewarnings
SkypeSetup: /VERYSILENT /nogoogle /noie /nolaunch
SoftPerfect-RamDisk:  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Speccy:  /S 
SpywareBlaster: /verysilent
SumatraPDF:  /s /register /opt plugin, pdffilter, pdfpreviewer
TeamViewer: /MSI /S
TeraCopy: /silent
Thunderbird: /S /NCRC
TuneUp Utilities: /q
VLC Media Player: /S
UnCleaner: /NOWINDOW
Windows 8 Manager: /q
WinISO: /VERYSILENT /SP-
WinRAR: /S
XMediaRecode:  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Edited by Legolash2o
Link to comment
Share on other sites

May be you can post a spoiler of the programs you have already the silent switches for ;).

 

Anyway:

 

AdobeReader: /sPB /rs

AdobeAIR: -silent

ClassicShell: /qn (eventually /qn APPLICATIONFOLDER=C:\XYZ)

AIDA64: (/LOADINF=AIDA64.inf) /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

Cyberfox: /Silent /TASKS="desktopicon,Install_Start_Menu_Icons"

Firefox/Thunderbird: /S /NCRC

IrfanView: iviewxxx_setup.exe /silent /folder="c:\test folder\irfanview" /desktop=1 /thumbs=1 /group=1 /allusers=0 /assoc=1 /ini="%APPDATA%\irfanview"

IrfanView-Plugin: /silent

PaintDotNET: a) <installer.exe> /createMsi CHECKFORBETAS=0 CHECKFORUPDATES=0 DESKTOPSHORTCUT=1 JPGPNGBMPEDITOR=0 PDNUPDATING=0 TGAEDITOR=0 (generiert x64 & x86)

                      b ) <PaintDotNet_xXX.msi> /passive /norestart

RealPlayer: /s /v/qn

Realtek-HD-Audio: setup.exe /s /f2c:\mylog.log /z[-rpC:\RHDSetup.log] (extract the archive before!)

Shark007-Advanced: /S /v/qn (unzip the Advanced.exe before; if not ->>> undesired software)

TeamViewer: /MSI /S

 

Basically, if the installer allows the switches /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- (see AIDA64) the user can try first to install the program on a running system with the switches

/SAVEINF="xyz.inf" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-, selecting the options he wants, and then build the silent-installer (or put the switches in WTK)

/LOADINF="xyz" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

Regards, Thiersee

Link to comment
Share on other sites

post-10183-0-34454300-1409827238.png

 

IrfanView: iviewxxx_setup.exe /silent /folder="c:\test folder\irfanview" /desktop=1 /thumbs=1 /group=1 /allusers=0 /assoc=1 /ini="%APPDATA%\irfanview"

Will that work with just the /silent? Basically without the /folder and /ini. I'd rather keep things simple as it's for beginners :)

 

P.S. I've already fixed the 'Malwarebytes' spelling bug :P

Edited by Legolash2o
Link to comment
Share on other sites

attachicon.gifCommonApplications.png

 

IrfanView: iviewxxx_setup.exe /silent /folder="c:\test folder\irfanview" /desktop=1 /thumbs=1 /group=1 /allusers=0 /assoc=1 /ini="%APPDATA%\irfanview"

Will that work with just the /silent? Basically without the /folder and /ini. I'd rather keep things simple as it's for beginners :)

.....

Yes, it does, but:

1) It doesn't set a desktop-link

2) The user has to set the options for every user

 

I think you can eliminate the switch /thumbs=1

 

BTW, I use this way, because I need to copy italian language files (english and german are default).

Link to comment
Share on other sites

Ok everything that has been added and that has been mentioned is available to few in the first post. :)

 

I'm googling more!

 

 

 

......
SkypeSetup - /VERYSILENT /nogoogle /noie
......

What for effect does have on Skype the switch /noie?

 

TNX, Thiersee

 

 

 

; http://www.skype.com/go/getskype-full
; ALLUSERS=1 - install for all the windows users
; /NOIE - No Internet Explorer plugin
; /NOGOOGLE - No Google toolbar
; /verysilent - No installation interface
; /NORESTART - No restart
; /SP- 
; /NOCANCEL cannot interrupt
;  /SUPPRESSMSGBOXES - avoid message boxes
; /NOLAUNCH' - doesn't start skype after installation

Link to comment
Share on other sites

AVIsynth http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/ :  /S 

 

AVStoDVD https://sites.google.com/site/avstodvdmain/ :  /S

 

DVDStyler (Note: DVDStyler will try installing a crapware toolbar) http://www.dvdstyler.org/en/ :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

ffdshow http://ffdshow-tryout.sourceforge.net/ :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

Google-Chrome (Standalone-Setup) https://support.google.com/installer/answer/126299?hl=en : /silent /install

 

Haali Media Splitter http://haali.su/mkv/ :  /S /NCRC

 

ImgBurn 2.5.8 WITHOUT this f...... OpenCandy http://www.imgburn.com/index.php?act=download :  /NOCANDY /S

 

Inno-Setup http://www.jrsoftware.org/isdl.php :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

LAVFilters https://github.com/Nevcairiel/LAVFilters/releases/tag/0.62 :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

mkvtoolnix http://www.fosshub.com/MKVToolNix.html :  /S /NCRC

 

nVidia Graphic Drivers http://www.geforce.co.uk/drivers : First you have to extract downloaded setup with 7-zip. switch for setup.exe in extracted archive : -s -n

 

Partition Wizard Home Edition http://www.partitionwizard.com/free-partition-manager.html :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

Piriform Defraggler / Recuva / Speccy https://www.piriform.com/products :  /S

 

SoftPerfect-RamDisk http://www.softperfect.com/products/ramdisk/ :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

 

SumatraPDF http://blog.kowalczyk.info/software/sumatrapdf/free-pdf-reader.html :  /s /register /opt plugin, pdffilter, pdfpreviewer

 

XMediaRecode http://www.xmedia-recode.de/en/download.html :  /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

Edited by Snow
Link to comment
Share on other sites

A little note to burnaware-free : it will be installing a toolbar. my workaround for this: extract it with universal-extractor, delete the temp folder inside the extracted setup, then edit install.iss and compile it with inno-setup.

Link to comment
Share on other sites

A little note to burnaware-free : it will be installing a toolbar. my workaround for this: extract it with universal-extractor, delete the temp folder inside the extracted setup, then edit install.iss and compile it with inno-setup.

You can do also this way (just tested):

 

1) install in a VM with the switch /SAVEINF=burnaware.inf and user-defined installation

2) untick the option for the Toolbar

3 finish the installation

 

To make it silent:

1) installer & burnaware.inf in a folder

2) in WTK thick the option "Copy Folder" and put "/LOADINF=burnaware.inf" as 1st switch then the other switches.

 

Thiersee

Link to comment
Share on other sites

Test 3 has been released with more applications added......

Thanks, but you forgot 1 line for PaintDot.NET

 

 

PaintDotNET EXE: /createMsi CHECKFORBETAS=0 CHECKFORUPDATES=0 DESKTOPSHORTCUT=1 JPGPNGBMPEDITOR=0 PDNUPDATING=0 TGAEDITOR=0
PaintDotNET MSI: /passive /norestart

The first line is only to extract the .MSI-file with NO INSTALL!

 

Thiersee

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...