Installer:Command Line Arguments: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 5: Line 5:
The account performing the installation will require administrative privileges to properly complete the installation.
The account performing the installation will require administrative privileges to properly complete the installation.


<tt>&lt;path to setup executable&gt; [/S] | [/D=&lt;<b>full path</b> to installation directory&gt;]</tt>
Silent install:<br>
<tt>&lt;path to setup executable&gt; -ms</tt>


notes:
Silent uninstall:<br>
/S is broken in Firefox 3.5 through Firefox 3.6 - {{Bug|506867}}<br>
All version of Firefox<br>
/D= is broken in Firefox 3.5 through Firefox 4.0 - {{Bug|592414}}
<tt>&lt;path to setup executable&gt; /S</tt>


Firefox 4.0 and later<br>
<tt>&lt;path to setup executable&gt; -ms</tt>
Configuration ini file:<br>
<tt>&lt;path to setup executable&gt; [/INI=&lt;<b>full path</b> to configuration ini file&gt;]</tt>
<tt>&lt;path to setup executable&gt; [/INI=&lt;<b>full path</b> to configuration ini file&gt;]</tt>


<tt>&lt;path to setup executable&gt; [-ms]</tt>
Silent install / uninstall:<br>
<tt>/S</tt> or <tt>-ms</tt><br>
<tt>-ms</tt><br>
note: -ms is not available when uninstalling Firefox 3.5 / 3.6 so use /S instead when uninstalling - {{Bug|506867}}<br>
Installation directory:<br>
<tt>/D=&lt;<b>full path</b> to install directory&gt;</tt>
Configuration ini file:<br>
When specifying a configuration ini file the installer will always run silently. When specifying a Configuration ini file other command line switches should not be specified and may have unexpected results<br>
When specifying a configuration ini file the installer will always run silently. When specifying a Configuration ini file other command line switches should not be specified and may have unexpected results<br>
/INI=<<b>full path</b> to configuration ini file>
/INI=<<b>full path</b> to configuration ini file>
Confirmed users
1,041

edits

Navigation menu