Difference between revisions of "Supported Snapin's and Command Line Switches"

From FOG Project
Jump to: navigation, search
 
(No difference)

Latest revision as of 04:30, 8 April 2012

Software Version File Extension Used Command Line Switch Used Notes Documentation / Links Screen Shot Download Link
Firefox 3.6.x, 4.0+ .exe -ms Useful for both silent install and silent update. May be helpful to rename to Firefox.exe for updating purposes. [1] [2] [3]
Kidspiration 3 .exe Used InstallRite and set to reboot after install and turned off quiet installation. [] [4]
Spybot 1.6.2 .exe /verysilent /very silent will do a full silent install, see documentation [5] [6] [7] [8] [9]
Adobe Reader 9.XX or 10.01 .exe /sAll /rs /l Other advanced features available, see documentation [10] [11] [12]
Adobe Shockwave Full Installer 11.5.1.601 .exe /S Please note you must use a capital S in the command line [13] [14]
.VBS Scripts .vbs Must link to c:\windows\system32\cscript.exe in the "Snapin Run With:" command
Ninite Pro Installer any .exe /silent Free installer from ninite.com will not work, must subscribe to the pro service. Works great to update any apps available on Ninite. Always installs the latest version. [15] [16] [17]
Microsoft Office 2007 or 2010 any .exe Does not use a command line switches, you MUST use SFX Maker or other software to encapsulate the base folder. Please see notes. Uses a created .msp answer file. Run setup.exe /admin under command prompt to get started. Once you create the .msp file place it in the folder. See documentation links for help [18] [19]
VLC 1.1.11 .exe /L=1033 /S Replace /L=1033 with the language code you need. 1033 is English. [20]
Adobe AIR any .exe -silent -eulaAccepted You must request distribution rights from Adobe to get links.
Adobe Flash Player 10 ActiveX 10 .msi /qn Run with 'c:\WINDOWS\system32\msiexec.exe' run with args '/i' You must request distribution rights from Adobe to get links.
Adobe Flash Player 10 for Plugin Browsers 10 .msi /qn Run with 'c:\WINDOWS\system32\msiexec.exe' run with args '/i' You must request distribution rights from Adobe to get links.
ESET Nod32 4 .msi You need to create an install package with a tool like SFXMaker. Put the msi and your cfg.xml file into a directory along with a .bat file containing the script below. Then, set the package to execute the bat file.
@ECHO OFF
ECHO Installing ESET
ECHO Please wait...
start /wait msiexec.exe /i %systemdrive%\Windows\Temp\7ZipSfx.000\eavbe_nt32_enu.msi /qn REBOOT="ReallySuppress"
Audacity any .exe Use InstallRite per the instructions in the documents link, to create a custom installer. [21]
Google Chrome Standalone Enterprise any .msi Run with 'c:\WINDOWS\system32\msiexec.exe' run with args '/i'. [22]
Microsoft Security Essentials 2.1.11 .exe /s /runwgacheck [23]



There are also additional software packages that will load that have not been tested or confirmed working yet. Please feel free to edit this document when you find more.

Please note that with FOG you must NOT have a space in the file name when it it is uploaded to the server, and you must also link to Windows .msi when deploying an .msi to the server as well.