<?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: My first real experience with WiX</title>
	<atom:link href="http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/feed/" rel="self" type="application/rss+xml" />
	<link>http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/</link>
	<description>Gus Perez on software, technology, music, and other stuff...</description>
	<lastBuildDate>Fri, 16 Dec 2011 03:18:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gus</title>
		<link>http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/comment-page-1/#comment-2596</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Wed, 02 May 2007 04:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/#comment-2596</guid>
		<description>Thanks again. We&#039;ll see how it goes...</description>
		<content:encoded><![CDATA[<p>Thanks again. We&#8217;ll see how it goes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgama</title>
		<link>http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/comment-page-1/#comment-2592</link>
		<dc:creator>mgama</dc:creator>
		<pubDate>Tue, 01 May 2007 18:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/#comment-2592</guid>
		<description>Ahh, yeah.  With the desktop shortcuts, you could create them under &quot;all users&quot; which will show up for all users.  But there is no such common location for the quick launch shortcuts AFAIK.</description>
		<content:encoded><![CDATA[<p>Ahh, yeah.  With the desktop shortcuts, you could create them under &#8220;all users&#8221; which will show up for all users.  But there is no such common location for the quick launch shortcuts AFAIK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/comment-page-1/#comment-2591</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Tue, 01 May 2007 16:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/#comment-2591</guid>
		<description>Thanks mgama. I&#039;ll look into that tonight though you&#039;re likely dead on. I still need shortcuts to go on user specific paths such as the desktop or quick launch (haven&#039;t gotten to the latter yet though). Unless there&#039;s an &quot;all users&quot; version of those two as well. I&#039;ll see what I figure out but I appreciate the info. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks mgama. I&#8217;ll look into that tonight though you&#8217;re likely dead on. I still need shortcuts to go on user specific paths such as the desktop or quick launch (haven&#8217;t gotten to the latter yet though). Unless there&#8217;s an &#8220;all users&#8221; version of those two as well. I&#8217;ll see what I figure out but I appreciate the info. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgama</title>
		<link>http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/comment-page-1/#comment-2590</link>
		<dc:creator>mgama</dc:creator>
		<pubDate>Tue, 01 May 2007 15:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://gusperez.com/wp/2007/04/30/my-first-real-experience-with-wix/#comment-2590</guid>
		<description>As you ask around, I&#039;m guessing someone is going to ask you if your setup is a per-user or per-machine install.  That is controlled by the ALLUSERS property.  I&#039;d guess that most apps are per-machine, meaning that when one user installs it on the computer, all other user accounts on that computer can also use the app.  That means that regkeys were created under HKLM (where all users will see them), and shortcuts, files, etc., were all created under the appropriate locations.  

Based on that, you will see some ICE warnings/errors come and go.  I believe the reason why you had to break the shortcuts out to a 2nd component was it was installing per-user information, while the component was installing per-machine files.  

I could go on, but I think the per-user and per-machine will provide you with enough reading &amp; refactoring of your code for now.  :)</description>
		<content:encoded><![CDATA[<p>As you ask around, I&#8217;m guessing someone is going to ask you if your setup is a per-user or per-machine install.  That is controlled by the ALLUSERS property.  I&#8217;d guess that most apps are per-machine, meaning that when one user installs it on the computer, all other user accounts on that computer can also use the app.  That means that regkeys were created under HKLM (where all users will see them), and shortcuts, files, etc., were all created under the appropriate locations.  </p>
<p>Based on that, you will see some ICE warnings/errors come and go.  I believe the reason why you had to break the shortcuts out to a 2nd component was it was installing per-user information, while the component was installing per-machine files.  </p>
<p>I could go on, but I think the per-user and per-machine will provide you with enough reading &amp; refactoring of your code for now.  :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

