<?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: New WiX feature: Setting package installation scope</title>
	<atom:link href="http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/</link>
	<description>Bob Arnson's blog about setup and servicing</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/comment-page-1/#comment-2590</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Wed, 07 May 2008 14:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/#comment-2590</guid>
		<description>It&#039;s automatic based on the value of the ALLUSERS property. You need to set that to switch between per-user and per-machine installs.</description>
		<content:encoded><![CDATA[<p>It&#8217;s automatic based on the value of the ALLUSERS property. You need to set that to switch between per-user and per-machine installs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VEERENDRA N</title>
		<link>http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/comment-page-1/#comment-2562</link>
		<dc:creator>VEERENDRA N</dc:creator>
		<pubDate>Wed, 07 May 2008 09:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/#comment-2562</guid>
		<description>thanks bob,

will the installer skip the fact that the user is not having admin rights and go ahead and install in HKCU when we have HKMU as the root

thanks
viren</description>
		<content:encoded><![CDATA[<p>thanks bob,</p>
<p>will the installer skip the fact that the user is not having admin rights and go ahead and install in HKCU when we have HKMU as the root</p>
<p>thanks<br />
viren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/comment-page-1/#comment-2452</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Tue, 06 May 2008 17:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/#comment-2452</guid>
		<description>Use the registry root HKMU -- it automatically adjusts based on whether the install is per-machine or per-user.</description>
		<content:encoded><![CDATA[<p>Use the registry root HKMU &#8212; it automatically adjusts based on whether the install is per-machine or per-user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VEERENDRA N</title>
		<link>http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/comment-page-1/#comment-2451</link>
		<dc:creator>VEERENDRA N</dc:creator>
		<pubDate>Tue, 06 May 2008 17:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/#comment-2451</guid>
		<description>Hi,

We have a pecuiliar situation for the installation of our product, we need the msi to be setup in such a way that
1. if the user is not having admin rights then the msi should automaticalle put the registry entries in HKCU
2. If the user is having admin rights then msi will be setup permachine. using HKLM

now my thoughts are to have a variable parameter like $REGROOT and pass on HKCU or HKLM for the reg root. I am finding difficult to get the syntax to pass the parameter inside the wxs file. is this the right way of doing this or any other way is preffered?

thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We have a pecuiliar situation for the installation of our product, we need the msi to be setup in such a way that<br />
1. if the user is not having admin rights then the msi should automaticalle put the registry entries in HKCU<br />
2. If the user is having admin rights then msi will be setup permachine. using HKLM</p>
<p>now my thoughts are to have a variable parameter like $REGROOT and pass on HKCU or HKLM for the reg root. I am finding difficult to get the syntax to pass the parameter inside the wxs file. is this the right way of doing this or any other way is preffered?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joy of Setup &#187; Highlights of WiX v3.0.4014.0</title>
		<link>http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/comment-page-1/#comment-1001</link>
		<dc:creator>Joy of Setup &#187; Highlights of WiX v3.0.4014.0</dc:creator>
		<pubDate>Sun, 20 Apr 2008 05:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/#comment-1001</guid>
		<description>[...] Added Package/@InstallScope. [...]</description>
		<content:encoded><![CDATA[<p>[...] Added Package/@InstallScope. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
