<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Command Line Switches for MSI and MSP Installations</title>
	<atom:link href="http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations</link>
	<description>Tech Tips, Windows Blog, Installer Guides, Ebooks and Webcasts</description>
	<lastBuildDate>Wed, 28 Jul 2010 05:16:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Webinar: Best Practices for Building Installation in Visual Studio 2010</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-5873</link>
		<dc:creator>Webinar: Best Practices for Building Installation in Visual Studio 2010</dc:creator>
		<pubDate>Wed, 28 Apr 2010 16:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-5873</guid>
		<description>[...] Command Line Switches for MSI and MSP Installations [...]</description>
		<content:encoded><![CDATA[<p>[...] Command Line Switches for MSI and MSP Installations [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-5530</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-5530</guid>
		<description>Thanks Konar, the credit goes to Bhuvana for this post!</description>
		<content:encoded><![CDATA[<p>Thanks Konar, the credit goes to Bhuvana for this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konar</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-5528</link>
		<dc:creator>Konar</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-5528</guid>
		<description>Excellent !!!!!!!!!! work</description>
		<content:encoded><![CDATA[<p>Excellent !!!!!!!!!! work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-2855</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-2855</guid>
		<description>Do add the /qn and run the &#039;cmd&#039; window in admin context (right click and run as administrator). This will work.!</description>
		<content:encoded><![CDATA[<p>Do add the /qn and run the &#8216;cmd&#8217; window in admin context (right click and run as administrator). This will work.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-2854</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-2854</guid>
		<description>when I remove &#039;/qn&#039; and hit enter it opens a dialog box, where I click ok, Then It runs fine on Wsindows7 too.
But I want it silent... :(</description>
		<content:encoded><![CDATA[<p>when I remove &#8216;/qn&#8217; and hit enter it opens a dialog box, where I click ok, Then It runs fine on Wsindows7 too.<br />
But I want it silent&#8230; <img src='http://www.msigeek.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-2853</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-2853</guid>
		<description>Well Nitin, try this -

Goto Start-&gt; cmd-&gt; right click and do a Run as Administrator. Now the cmd window will run in admin context (hint - this will open with the path C:\System32 in it.)

Here run the previous command. ie., msiexec /update &quot;mypath.msp&quot; /qn

This will work. Do test and let me know!</description>
		<content:encoded><![CDATA[<p>Well Nitin, try this -</p>
<p>Goto Start-> cmd-> right click and do a Run as Administrator. Now the cmd window will run in admin context (hint &#8211; this will open with the path C:\System32 in it.)</p>
<p>Here run the previous command. ie., msiexec /update &#8220;mypath.msp&#8221; /qn</p>
<p>This will work. Do test and let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-2852</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-2852</guid>
		<description>Hi Vijay,
Thanks for your reply.  I have not found any solution yet.

Problem: 
msiexec.exe /update &quot;myPatch.msp&quot;/qn

above works for XP but not on Windows7

How can I fire this command in Windows7. I have logged in as User who has admin privileges.

Nitin</description>
		<content:encoded><![CDATA[<p>Hi Vijay,<br />
Thanks for your reply.  I have not found any solution yet.</p>
<p>Problem:<br />
msiexec.exe /update &#8220;myPatch.msp&#8221;/qn</p>
<p>above works for XP but not on Windows7</p>
<p>How can I fire this command in Windows7. I have logged in as User who has admin privileges.</p>
<p>Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-2848</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 08 Apr 2010 08:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-2848</guid>
		<description>Hey Nitin, . If its running with a \qn, the UI dialog of the msi doesn’t appear and  even the UAC consent is not answered. Hence, the software doesn’t install. If you use a /qb, it may throw the UAC dialog. 

This link gives some information on this - http://www.symantec.com/connect/forums/you-do-not-have-sufficient-privileges-complete-installation-all-users. According to this one mitigation is to set a GPO policy and also rename the installer name to something like setup.msi or install.msi. 

However, if you are pushing through SCCM or any deployment agent, it shouldn’t cause an issue. It will just install.</description>
		<content:encoded><![CDATA[<p>Hey Nitin, . If its running with a \qn, the UI dialog of the msi doesn’t appear and  even the UAC consent is not answered. Hence, the software doesn’t install. If you use a /qb, it may throw the UAC dialog. </p>
<p>This link gives some information on this &#8211; <a href="http://www.symantec.com/connect/forums/you-do-not-have-sufficient-privileges-complete-installation-all-users" rel="nofollow">http://www.symantec.com/connect/forums/you-do-not-have-sufficient-privileges-complete-installation-all-users</a>. According to this one mitigation is to set a GPO policy and also rename the installer name to something like setup.msi or install.msi. </p>
<p>However, if you are pushing through SCCM or any deployment agent, it shouldn’t cause an issue. It will just install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-2847</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-2847</guid>
		<description>Hi Bhuvana,
Thanks for this valuable post. I would like to know installing patch (.msp) of my .net application works fine on XP professional using &#039;msiexec&#039; command with &#039;/qn&#039; option for silent install however it does not get installed on Windows7 Home basic. I guess there might of its security issues but I dont know how to fire msiexec command so that it is forcely installed.</description>
		<content:encoded><![CDATA[<p>Hi Bhuvana,<br />
Thanks for this valuable post. I would like to know installing patch (.msp) of my .net application works fine on XP professional using &#8216;msiexec&#8217; command with &#8216;/qn&#8217; option for silent install however it does not get installed on Windows7 Home basic. I guess there might of its security issues but I dont know how to fire msiexec command so that it is forcely installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: payday loans</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-865</link>
		<dc:creator>payday loans</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-865</guid>
		<description>I want to thank the blogger very much not only for this post but also for his all previous efforts. I found www.msigeek.com to be greatly interesting. I will be coming back to www.msigeek.com for more information.</description>
		<content:encoded><![CDATA[<p>I want to thank the blogger very much not only for this post but also for his all previous efforts. I found <a href="http://www.msigeek.com" rel="nofollow">http://www.msigeek.com</a> to be greatly interesting. I will be coming back to <a href="http://www.msigeek.com" rel="nofollow">http://www.msigeek.com</a> for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinaki M</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-506</link>
		<dc:creator>Pinaki M</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-506</guid>
		<description>Very useful article ...</description>
		<content:encoded><![CDATA[<p>Very useful article &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-503</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-503</guid>
		<description>@ Bhuvana,

Thanks a lot on clarifying the doubt

@ VJ,

Great VJ, learning abcd of Packaging now. This blog alwayz a handbook for me. Your tech updates and Winodows 7 articles are sooper :)</description>
		<content:encoded><![CDATA[<p>@ Bhuvana,</p>
<p>Thanks a lot on clarifying the doubt</p>
<p>@ VJ,</p>
<p>Great VJ, learning abcd of Packaging now. This blog alwayz a handbook for me. Your tech updates and Winodows 7 articles are sooper <img src='http://www.msigeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suchikant</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-498</link>
		<dc:creator>suchikant</dc:creator>
		<pubDate>Sat, 12 Sep 2009 22:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-498</guid>
		<description>very useful article</description>
		<content:encoded><![CDATA[<p>very useful article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msigeek</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-495</link>
		<dc:creator>msigeek</dc:creator>
		<pubDate>Sat, 12 Sep 2009 16:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-495</guid>
		<description>Thanks for supporting the blog Vivek. Your idea is really soooper cool. We will write an article on MST (Transforms) and post it soon.</description>
		<content:encoded><![CDATA[<p>Thanks for supporting the blog Vivek. Your idea is really soooper cool. We will write an article on MST (Transforms) and post it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msigeek</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-496</link>
		<dc:creator>msigeek</dc:creator>
		<pubDate>Sat, 12 Sep 2009 16:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-496</guid>
		<description>Thanks for your addition buddy.! Well, Bhuvana gets the credit for this nice post (not me) he he..!!</description>
		<content:encoded><![CDATA[<p>Thanks for your addition buddy.! Well, Bhuvana gets the credit for this nice post (not me) he he..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodolfuuu</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-494</link>
		<dc:creator>rodolfuuu</dc:creator>
		<pubDate>Sat, 12 Sep 2009 15:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-494</guid>
		<description>Great Post Vj, an aditional comment, you can set to install more than one msp file in the same command line, with ; between the msp filename. Example: msiexec /p “name1.msp”;&quot;name2.msp&quot; /qn</description>
		<content:encoded><![CDATA[<p>Great Post Vj, an aditional comment, you can set to install more than one msp file in the same command line, with ; between the msp filename. Example: msiexec /p “name1.msp”;&#8221;name2.msp&#8221; /qn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhuvana</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-492</link>
		<dc:creator>Bhuvana</dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-492</guid>
		<description>I am glad that it was useful</description>
		<content:encoded><![CDATA[<p>I am glad that it was useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shanthi</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-491</link>
		<dc:creator>shanthi</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-491</guid>
		<description>very useful and informative article.</description>
		<content:encoded><![CDATA[<p>very useful and informative article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rishumehra</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-490</link>
		<dc:creator>rishumehra</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-490</guid>
		<description>Very gud.. its quite informative..</description>
		<content:encoded><![CDATA[<p>Very gud.. its quite informative..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anilm2010</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-489</link>
		<dc:creator>anilm2010</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-489</guid>
		<description>Awesome post Bhuvana :-)</description>
		<content:encoded><![CDATA[<p>Awesome post Bhuvana <img src='http://www.msigeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhuvana</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-487</link>
		<dc:creator>Bhuvana</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-487</guid>
		<description>Hi Vivek&lt;br&gt;&lt;br&gt;Thanks for your feed back.&lt;br&gt;If you enter the command &#039;Msiexec /package &lt;ProductGUID&gt; MSIPATCHREMOVE=&lt;PatchGUID&gt;&#039; without /qb option, it displays the maintenance dialog.&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Bhuvana</description>
		<content:encoded><![CDATA[<p>Hi Vivek</p>
<p>Thanks for your feed back.<br />If you enter the command &#39;Msiexec /package &lt;ProductGUID&gt; MSIPATCHREMOVE=&lt;PatchGUID&gt;&#39; without /qb option, it displays the maintenance dialog.</p>
<p>Regards<br />Bhuvana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin J</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-488</link>
		<dc:creator>Sachin J</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-488</guid>
		<description>Good one.I attached this printout on my desk.</description>
		<content:encoded><![CDATA[<p>Good one.I attached this printout on my desk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnandK</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-486</link>
		<dc:creator>AnandK</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-486</guid>
		<description>Nice article, sure will be of use to Admins.</description>
		<content:encoded><![CDATA[<p>Nice article, sure will be of use to Admins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://www.msigeek.com/647/command-line-switches-for-msi-and-msp-installations/comment-page-1#comment-484</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=647#comment-484</guid>
		<description>Good article, &lt;br&gt;&lt;br&gt;Small doubt, any idea Why Ptach uninstallation doesnot work without &quot;/qb&quot; option?&lt;br&gt;&lt;br&gt;Thanks Bhuvana for this article in MSIGeek, I am also a fan of MSIGeek.&lt;br&gt;&lt;br&gt;VJ,&lt;br&gt;&lt;br&gt;Thanking you :) If any plan posting article on creating TRANSORMS? will help much profs like me to learn basics of packaing</description>
		<content:encoded><![CDATA[<p>Good article, </p>
<p>Small doubt, any idea Why Ptach uninstallation doesnot work without &#8220;/qb&#8221; option?</p>
<p>Thanks Bhuvana for this article in MSIGeek, I am also a fan of MSIGeek.</p>
<p>VJ,</p>
<p>Thanking you <img src='http://www.msigeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If any plan posting article on creating TRANSORMS? will help much profs like me to learn basics of packaing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
