<?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: DefaultCompressionLevel</title>
	<atom:link href="http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/</link>
	<description>Bob Arnson on setup and servicing with WiX and MSI</description>
	<lastBuildDate>Sun, 24 Jul 2011 04:35:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-7065</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Wed, 13 Aug 2008 23:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-7065</guid>
		<description>Jeremy,

Yep, LZMA is a great algorithm; CAB definitely hasn&#039;t kept up.

Let me know how it works using LZMA on no-compression cabinets. I&#039;m wondering whether they&#039;ll work well with solid compression.</description>
		<content:encoded><![CDATA[<p>Jeremy,</p>
<p>Yep, LZMA is a great algorithm; CAB definitely hasn&#8217;t kept up.</p>
<p>Let me know how it works using LZMA on no-compression cabinets. I&#8217;m wondering whether they&#8217;ll work well with solid compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Stanley</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-7064</link>
		<dc:creator>Jeremy Stanley</dc:creator>
		<pubDate>Wed, 13 Aug 2008 22:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-7064</guid>
		<description>We&#039;re migrating our product from Inno Setup to Windows Installer, and the installer size has doubled with .msi. The solid LZMA archive supported by IS does a whole lot better than whatever Microsoft calls &quot;high&quot;.

But this is still a useful feature, though - I&#039;ll use weak Microsoft compression for daily builds, and _no_ compression for milestone releases--because then our bootstrapper (which extracts the .msi and does language transforms) can use LZMA to bring the whole thing down to size. ;)</description>
		<content:encoded><![CDATA[<p>We&#8217;re migrating our product from Inno Setup to Windows Installer, and the installer size has doubled with .msi. The solid LZMA archive supported by IS does a whole lot better than whatever Microsoft calls &#8220;high&#8221;.</p>
<p>But this is still a useful feature, though &#8211; I&#8217;ll use weak Microsoft compression for daily builds, and _no_ compression for milestone releases&#8211;because then our bootstrapper (which extracts the .msi and does language transforms) can use LZMA to bring the whole thing down to size. <img src='http://www.joyofsetup.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-3950</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Fri, 16 May 2008 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-3950</guid>
		<description>WiX supports the NETFRAMEWORK35 property in WixNetfxExtension to detect .NET 3.5. To install it when necessary, however, requires a chainer, which isn&#039;t yet available in WiX.</description>
		<content:encoded><![CDATA[<p>WiX supports the NETFRAMEWORK35 property in WixNetfxExtension to detect .NET 3.5. To install it when necessary, however, requires a chainer, which isn&#8217;t yet available in WiX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidhya</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-3849</link>
		<dc:creator>Vidhya</dc:creator>
		<pubDate>Fri, 16 May 2008 09:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-3849</guid>
		<description>Hi,

I need your help on to get the setup of my wpf application using Wix 3.0

Is there a way to check if the system has .net framework 3.5 while installing?
If it is there, just install the appln without any error and if its not there,
install .net 3.5 setup exe and then continue installing the application.

Can you tell me the steps for the same.
 
Can you tell me that what action/condition to do this?
 
Waiting for your reply.
 
Kind Regards,
Vidhya</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need your help on to get the setup of my wpf application using Wix 3.0</p>
<p>Is there a way to check if the system has .net framework 3.5 while installing?<br />
If it is there, just install the appln without any error and if its not there,<br />
install .net 3.5 setup exe and then continue installing the application.</p>
<p>Can you tell me the steps for the same.</p>
<p>Can you tell me that what action/condition to do this?</p>
<p>Waiting for your reply.</p>
<p>Kind Regards,<br />
Vidhya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joy of Setup &#187; WiX goodies: WixCop</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-1002</link>
		<dc:creator>Joy of Setup &#187; WiX goodies: WixCop</dc:creator>
		<pubDate>Sun, 20 Apr 2008 05:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-1002</guid>
		<description>[...] might make some more backward-compatible tweaks to simplify common tasks, like we’ve done a few times [...]</description>
		<content:encoded><![CDATA[<p>[...] might make some more backward-compatible tweaks to simplify common tasks, like we’ve done a few times [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Stebner's WebLog : Link to info about a new feature in WiX v3.0 to globally set the default compression level</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-846</link>
		<dc:creator>Aaron Stebner's WebLog : Link to info about a new feature in WiX v3.0 to globally set the default compression level</dc:creator>
		<pubDate>Wed, 06 Feb 2008 00:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-846</guid>
		<description>[...] Bob Arnson recently posted some information about a new feature he contributed to the WiX toolset that I wanted to link to here.&#160; This feature allows you to pass a new switch named -dcl to the WiX linker (light.exe) to specify a default compression level for all of the cabinets in a package.&#160; This type of global setting can be useful when using WiX in an automated build system where you&#039;d like to allow developers to create buddy builds with no compression (to speed up buddy build times), but would also like to ensure that daily builds and release builds are compressed. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bob Arnson recently posted some information about a new feature he contributed to the WiX toolset that I wanted to link to here.&nbsp; This feature allows you to pass a new switch named -dcl to the WiX linker (light.exe) to specify a default compression level for all of the cabinets in a package.&nbsp; This type of global setting can be useful when using WiX in an automated build system where you&#8217;d like to allow developers to create buddy builds with no compression (to speed up buddy build times), but would also like to ensure that daily builds and release builds are compressed. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joy of Setup &#187; Highlights of WiX v3.0.3801.0</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-836</link>
		<dc:creator>Joy of Setup &#187; Highlights of WiX v3.0.3801.0</dc:creator>
		<pubDate>Sun, 03 Feb 2008 00:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-836</guid>
		<description>[...] Add default compression level for cabinets, as discussed previously. [...]</description>
		<content:encoded><![CDATA[<p>[...] Add default compression level for cabinets, as discussed previously. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor van Hillo</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-832</link>
		<dc:creator>Victor van Hillo</dc:creator>
		<pubDate>Thu, 31 Jan 2008 07:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-832</guid>
		<description>Bob,

Thanks for your quick response!</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>Thanks for your quick response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-830</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Wed, 30 Jan 2008 16:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-830</guid>
		<description>Victor,

Older releases aren&#039;t available; we get only 100MB of Web site space from SourceForge, so we have to recycle bits pretty quickly.

Getting the ComPlus and Msmq extensions building again is high on the bug list.</description>
		<content:encoded><![CDATA[<p>Victor,</p>
<p>Older releases aren&#8217;t available; we get only 100MB of Web site space from SourceForge, so we have to recycle bits pretty quickly.</p>
<p>Getting the ComPlus and Msmq extensions building again is high on the bug list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor van Hillo</title>
		<link>http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/comment-page-1/#comment-829</link>
		<dc:creator>Victor van Hillo</dc:creator>
		<pubDate>Wed, 30 Jan 2008 13:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/01/28/new-wix-feature-defaultcompressionlevel/#comment-829</guid>
		<description>Great to hear!

Can you also provide (fix the bug) the WixComPlusExtension.dll in Wix v3? I really need the dll in the .msi. I converted all projects to v3 but now I have a problem with Com installations. I know it is an open issue but i hope it will be fixed soon. 

Or do you know where I can download older weekly builds? I need the build of 30 November 2007 there the WixComPlusExtension.dll is still included in the binaries.zip</description>
		<content:encoded><![CDATA[<p>Great to hear!</p>
<p>Can you also provide (fix the bug) the WixComPlusExtension.dll in Wix v3? I really need the dll in the .msi. I converted all projects to v3 but now I have a problem with Com installations. I know it is an open issue but i hope it will be fixed soon. </p>
<p>Or do you know where I can download older weekly builds? I need the build of 30 November 2007 there the WixComPlusExtension.dll is still included in the binaries.zip</p>
]]></content:encoded>
	</item>
</channel>
</rss>

