<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Unattend It! &#187; Windows Installer</title>
	<atom:link href="http://www.unattendit.com/tag/windows-installer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unattendit.com</link>
	<description>Automate Everything!</description>
	<lastBuildDate>Mon, 14 Jun 2010 07:21:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Unattended installation of Windows Installer (.MSI Files)</title>
		<link>http://www.unattendit.com/2009/10/11/unattended-installation-of-windows-installer-msi-files/</link>
		<comments>http://www.unattendit.com/2009/10/11/unattended-installation-of-windows-installer-msi-files/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 04:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[silent installation]]></category>
		<category><![CDATA[unattended]]></category>
		<category><![CDATA[Windows Installer]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=4</guid>
		<description><![CDATA[If your installer has a .msi file extension, it uses the Windows Installer. Typically all that is needed is to execute the file with one of the following switches.
example.msi /QB
example.msi /QN
The /QB switch will run the installer and display a progress box while installing the software. The /QN switch will run the installer and display [...]]]></description>
			<content:encoded><![CDATA[<p>If your installer has a .msi file extension, it uses the Windows Installer. Typically all that is needed is to execute the file with one of the following switches.</p>
<blockquote><p>example.msi /QB</p>
<p>example.msi /QN</p></blockquote>
<p>The /QB switch will run the installer and display a progress box while installing the software. The /QN switch will run the installer and display no nothing at all.</p>
<p>Some installers reboot automatically after the installation has run. To suppress the reboot you can run the installer with the switch &#8220;REBOOT=Suppress.&#8221; For example:</p>
<blockquote><p>example.msi /QB REBOOT=Suppress</p>
<p>example.msi /QN REBOOT=Suppress</p></blockquote>
<p>The following are all of the switches available for MSI files:</p>
<blockquote><p>Windows ® Installer. V 5.0.7100.0</p>
<p>msiexec /Option &lt;Required Parameter&gt; [Optional Parameter]</p>
<p>Install Options<br />
&lt;/package | /i&gt; &lt;Product.msi&gt;<br />
Installs or configures a product<br />
/a &lt;Product.msi&gt;<br />
Administrative install &#8211; Installs a product on the network<br />
/j&lt;u|m&gt; &lt;Product.msi&gt; [/t &lt;Transform List&gt;] [/g &lt;Language ID&gt;]<br />
Advertises a product &#8211; m to all users, u to current user<br />
&lt;/uninstall | /x&gt; &lt;Product.msi | ProductCode&gt;<br />
Uninstalls the product<br />
Display Options<br />
/quiet<br />
Quiet mode, no user interaction<br />
/passive<br />
Unattended mode &#8211; progress bar only<br />
/q[n|b|r|f]<br />
Sets user interface level<br />
n &#8211; No UI<br />
b &#8211; Basic UI<br />
r &#8211; Reduced UI<br />
f &#8211; Full UI (default)<br />
/help<br />
Help information<br />
Restart Options<br />
/norestart<br />
Do not restart after the installation is complete<br />
/promptrestart<br />
Prompts the user for restart if necessary<br />
/forcerestart<br />
Always restart the computer after installation<br />
Logging Options<br />
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] &lt;LogFile&gt;<br />
i &#8211; Status messages<br />
w &#8211; Nonfatal warnings<br />
e &#8211; All error messages<br />
a &#8211; Start up of actions<br />
r &#8211; Action-specific records<br />
u &#8211; User requests<br />
c &#8211; Initial UI parameters<br />
m &#8211; Out-of-memory or fatal exit information<br />
o &#8211; Out-of-disk-space messages<br />
p &#8211; Terminal properties<br />
v &#8211; Verbose output<br />
x &#8211; Extra debugging information<br />
+ &#8211; Append to existing log file<br />
! &#8211; Flush each line to the log<br />
* &#8211; Log all information, except for v and x options<br />
/log &lt;LogFile&gt;<br />
Equivalent of /l* &lt;LogFile&gt;<br />
Update Options<br />
/update &lt;Update1.msp&gt;[;Update2.msp]<br />
Applies update(s)<br />
/uninstall &lt;PatchCodeGuid&gt;[;Update2.msp] /package &lt;Product.msi | ProductCode&gt;<br />
Remove update(s) for a product<br />
Repair Options<br />
/f[p|e|c|m|s|o|d|a|u|v] &lt;Product.msi | ProductCode&gt;<br />
Repairs a product<br />
p &#8211; only if file is missing<br />
o &#8211; if file is missing or an older version is installed (default)<br />
e &#8211; if file is missing or an equal or older version is installed<br />
d &#8211; if file is missing or a different version is installed<br />
c &#8211; if file is missing or checksum does not match the calculated value<br />
a &#8211; forces all files to be reinstalled<br />
u &#8211; all required user-specific registry entries (default)<br />
m &#8211; all required computer-specific registry entries (default)<br />
s &#8211; all existing shortcuts (default)<br />
v &#8211; runs from source and recaches local package<br />
Setting Public Properties<br />
[PROPERTY=PropertyValue]</p>
<p>Consult the Windows ® Installer SDK for additional documentation on the<br />
command line syntax.</p>
<p>Copyright © Microsoft Corporation. All rights reserved.<br />
Portions of this software are based in part on the work of the Independent JPEG Group.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/10/11/unattended-installation-of-windows-installer-msi-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
