<?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: Installing Specific Features in a MSI Package</title>
	<atom:link href="http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package</link>
	<description>Microsoft Guides, Windows Blog and Tech Tips</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Windows Installer FAQ - Part 4</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-919</link>
		<dc:creator>Windows Installer FAQ - Part 4</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-919</guid>
		<description>[...] For Information on ADDLOCAL property, check this article - http://www.msigeek.com/310/installing-specific-features-in-a-msi-package [...]</description>
		<content:encoded><![CDATA[<p>[...] For Information on ADDLOCAL property, check this article - <a href="http://www.msigeek.com/310/installing-specific-features-in-a-msi-package" rel="nofollow">http://www.msigeek.com/310/installing-specific-features-in-a-msi-package</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Installer FAQ - Part 4 &#124; MSigeek.com</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-474</link>
		<dc:creator>Windows Installer FAQ - Part 4 &#124; MSigeek.com</dc:creator>
		<pubDate>Mon, 07 Sep 2009 16:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-474</guid>
		<description>[...] For more information on ADDLOCAL property, check this &#8211; http://www.msigeek.com/installing-specific-features-in-a-msi-package/ [...]</description>
		<content:encoded><![CDATA[<p>[...] For more information on ADDLOCAL property, check this &#8211; <a href="http://www.msigeek.com/installing-specific-features-in-a-msi-package/" rel="nofollow">http://www.msigeek.com/installing-specific-features-in-a-msi-package/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome to Packegers</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-333</link>
		<dc:creator>Welcome to Packegers</dc:creator>
		<pubDate>Tue, 05 May 2009 15:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-333</guid>
		<description>For clear understanding....&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;br /&gt;ADDSOURCE=f1 ,here f1 is the feature name.&lt;br /&gt;Feature(f1) may resides in your local machine or may be in a network path.&lt;br /&gt;&lt;br /&gt;Pls Correct me, if I am wrong</description>
		<content:encoded><![CDATA[<p>For clear understanding&#8230;.</p>
<p>For example:</p>
<p>ADDSOURCE=f1 ,here f1 is the feature name.<br />Feature(f1) may resides in your local machine or may be in a network path.</p>
<p>Pls Correct me, if I am wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome to Packegers</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-8586</link>
		<dc:creator>Welcome to Packegers</dc:creator>
		<pubDate>Tue, 05 May 2009 15:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-8586</guid>
		<description>For clear understanding....For example:ADDSOURCE=f1 ,here f1 is the feature name.Feature(f1) may resides in your local machine or may be in a network path.Pls Correct me, if I am wrong</description>
		<content:encoded><![CDATA[<p>For clear understanding&#8230;.For example:ADDSOURCE=f1 ,here f1 is the feature name.Feature(f1) may resides in your local machine or may be in a network path.Pls Correct me, if I am wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Raj</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-287</link>
		<dc:creator>Vijay Raj</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-287</guid>
		<description>Guys, Keeping it simple.&lt;br /&gt;&lt;br /&gt;The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally.&lt;br /&gt;&lt;br /&gt;The value of the ADDSOURCE property is a list of features that are delimited by commas, and are to be installed to run from the source. &lt;br /&gt;&lt;br /&gt;For example: &lt;br /&gt;&lt;br /&gt;If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = MyFeature, all the features are first set to run-local and then MyFeature is set to run-from-source. &lt;br /&gt;&lt;br /&gt;If the command line is: ADDSOURCE=ALL, ADDLOCAL=MyFeature, first MyFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including MyFeature) are reset to run-from-source. &lt;br /&gt;&lt;br /&gt;-------------&lt;br /&gt;&lt;br /&gt;Reference: &lt;br /&gt;http://msdn.microsoft.com/en-us/library/aa367536(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Guys, Keeping it simple.</p>
<p>The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally.</p>
<p>The value of the ADDSOURCE property is a list of features that are delimited by commas, and are to be installed to run from the source. </p>
<p>For example: </p>
<p>If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = MyFeature, all the features are first set to run-local and then MyFeature is set to run-from-source. </p>
<p>If the command line is: ADDSOURCE=ALL, ADDLOCAL=MyFeature, first MyFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including MyFeature) are reset to run-from-source. </p>
<p>&#8212;&#8212;&#8212;&#8212;-</p>
<p>Reference: <br /><a href="http://msdn.microsoft.com/en-us/library/aa367536(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa367536(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Raj</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-8585</link>
		<dc:creator>Vijay Raj</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-8585</guid>
		<description>Guys, Keeping it simple.The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally.The value of the ADDSOURCE property is a list of features that are delimited by commas, and are to be installed to run from the source. For example: If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = MyFeature, all the features are first set to run-local and then MyFeature is set to run-from-source. If the command line is: ADDSOURCE=ALL, ADDLOCAL=MyFeature, first MyFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including MyFeature) are reset to run-from-source. -------------Reference: http://msdn.microsoft.com/en-us/library/aa367536(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Guys, Keeping it simple.The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally.The value of the ADDSOURCE property is a list of features that are delimited by commas, and are to be installed to run from the source. For example: If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = MyFeature, all the features are first set to run-local and then MyFeature is set to run-from-source. If the command line is: ADDSOURCE=ALL, ADDLOCAL=MyFeature, first MyFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including MyFeature) are reset to run-from-source. &#8212;&#8212;&#8212;&#8212;-Reference: <a href="http://msdn.microsoft.com/en-us/library/aa367536(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa367536(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chow</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-279</link>
		<dc:creator>chow</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-279</guid>
		<description>ADDLOCAL Property is used to install that particular feature locally on the machine.&lt;br /&gt;&lt;br /&gt;ADDSOURCE also do almost same but it will run from the source.</description>
		<content:encoded><![CDATA[<p>ADDLOCAL Property is used to install that particular feature locally on the machine.</p>
<p>ADDSOURCE also do almost same but it will run from the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chow</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-8584</link>
		<dc:creator>chow</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-8584</guid>
		<description>ADDLOCAL Property is used to install that particular feature locally on the machine.ADDSOURCE also do almost same but it will run from the source.</description>
		<content:encoded><![CDATA[<p>ADDLOCAL Property is used to install that particular feature locally on the machine.ADDSOURCE also do almost same but it will run from the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suchi.jigar</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-278</link>
		<dc:creator>Suchi.jigar</dc:creator>
		<pubDate>Thu, 16 Apr 2009 09:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-278</guid>
		<description>please tell me the difference in ADDLOCAL and ADDSOURCE, i am always confused, in these terms.</description>
		<content:encoded><![CDATA[<p>please tell me the difference in ADDLOCAL and ADDSOURCE, i am always confused, in these terms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suchi.jigar</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-8583</link>
		<dc:creator>Suchi.jigar</dc:creator>
		<pubDate>Thu, 16 Apr 2009 09:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-8583</guid>
		<description>please tell me the difference in ADDLOCAL and ADDSOURCE, i am always confused, in these terms.</description>
		<content:encoded><![CDATA[<p>please tell me the difference in ADDLOCAL and ADDSOURCE, i am always confused, in these terms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-261</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 Mar 2009 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-261</guid>
		<description>Excellant Article.</description>
		<content:encoded><![CDATA[<p>Excellant Article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.msigeek.com/310/installing-specific-features-in-a-msi-package/comment-page-1#comment-8582</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 Mar 2009 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.36.239.128/~msigeek/installing-specific-features-in-a-msi-package/#comment-8582</guid>
		<description>Excellant Article.</description>
		<content:encoded><![CDATA[<p>Excellant Article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

