<?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: Highlights of WiX v3.0.4116.0</title>
	<atom:link href="http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/</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</generator>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/comment-page-1/#comment-5180</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Fri, 23 May 2008 18:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/#comment-5180</guid>
		<description>Most MSI packages can be installed by automation using the /qb or /qn switches. But there&#039;s definitely more that can be done in tools for test automation.</description>
		<content:encoded><![CDATA[<p>Most MSI packages can be installed by automation using the /qb or /qn switches. But there&#8217;s definitely more that can be done in tools for test automation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/comment-page-1/#comment-5177</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 23 May 2008 17:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/#comment-5177</guid>
		<description>Suggestion for a blog topic (sorry, no email addy so I&#039;m leaving it here):  Automating install after successful build.  I&#039;d like to do this so that my wix install package is run after my QA release build completes each night.  That way there&#039;s a fresh install ready on the test web server for acceptance testing the next day.</description>
		<content:encoded><![CDATA[<p>Suggestion for a blog topic (sorry, no email addy so I&#8217;m leaving it here):  Automating install after successful build.  I&#8217;d like to do this so that my wix install package is run after my QA release build completes each night.  That way there&#8217;s a fresh install ready on the test web server for acceptance testing the next day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/comment-page-1/#comment-5109</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Thu, 22 May 2008 16:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/#comment-5109</guid>
		<description>You can use the lit tool to combine one or more .wixobj files into a .wixlib and use the -bf switch to bind the files the .wixobj(s) refer to into the .wixlib. That gives you the equivalent of a merge module without all the problems of modularization GUIDs and such.</description>
		<content:encoded><![CDATA[<p>You can use the lit tool to combine one or more .wixobj files into a .wixlib and use the -bf switch to bind the files the .wixobj(s) refer to into the .wixlib. That gives you the equivalent of a merge module without all the problems of modularization GUIDs and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Stout</title>
		<link>http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/comment-page-1/#comment-5107</link>
		<dc:creator>Jim Stout</dc:creator>
		<pubDate>Thu, 22 May 2008 15:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/05/17/highlights-of-wix-v3041160/#comment-5107</guid>
		<description>Hi Bob,

This is not really a comment about this post, but more of a general question about a comment you made in another group - which I now cannot find.....

Q. Is it possible to generate a wixobj (or other type of file) that is a linkable fragment of a database with files, etc. included?  If yes, how?

Almost 10 years ago we wrote a system to support distributed development &amp; suites of products that used a homegrown textmsi/msm tool.  

It depends heavily on msm-based fragments that are kicked out by build systems from multiple teams and consumed by multiple installer build systems (which use IMSMMerege and msidb.exe along with custom tools).

We now have over 500 of these fragments that don&#039;t meet the strict definition of a WiX MSM but we&#039;d like to move away from our legacy system.  

We are currently using WiX 3.0 and have been quite successful with it, but it still consumes our &#039;legacy pseudo-MSMs&#039;.

We&#039;d like to used dark or some similar tool to convert them from our sql based archive to WiX XML without converting them to full MSMs (too much work).  

Any ideas? 

Thanks in advance,  

Jim Stout - Attachmate Corp (formerly WRQ, Inc.)</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>This is not really a comment about this post, but more of a general question about a comment you made in another group &#8211; which I now cannot find&#8230;..</p>
<p>Q. Is it possible to generate a wixobj (or other type of file) that is a linkable fragment of a database with files, etc. included?  If yes, how?</p>
<p>Almost 10 years ago we wrote a system to support distributed development &amp; suites of products that used a homegrown textmsi/msm tool.  </p>
<p>It depends heavily on msm-based fragments that are kicked out by build systems from multiple teams and consumed by multiple installer build systems (which use IMSMMerege and msidb.exe along with custom tools).</p>
<p>We now have over 500 of these fragments that don&#8217;t meet the strict definition of a WiX MSM but we&#8217;d like to move away from our legacy system.  </p>
<p>We are currently using WiX 3.0 and have been quite successful with it, but it still consumes our &#8216;legacy pseudo-MSMs&#8217;.</p>
<p>We&#8217;d like to used dark or some similar tool to convert them from our sql based archive to WiX XML without converting them to full MSMs (too much work).  </p>
<p>Any ideas? </p>
<p>Thanks in advance,  </p>
<p>Jim Stout &#8211; Attachmate Corp (formerly WRQ, Inc.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
