<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</title><link>http://blogs.msdn.com/jrock/archive/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited.aspx</link><description>In one of my last blog posts I wrote about how we would be changing the file extension of WiX extensions from .dll to .wixext. Well, it turns out that we won't be doing it for technical reasons. A WiX extension is really just a .NET assembly with an embedded</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</title><link>http://blogs.msdn.com/jrock/archive/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited.aspx#8011566</link><pubDate>Tue, 04 Mar 2008 01:39:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8011566</guid><dc:creator>MSDN Blog Postings  » Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited/"&gt;http://msdnrss.thecoderblogs.com/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</title><link>http://blogs.msdn.com/jrock/archive/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited.aspx#8026451</link><pubDate>Tue, 04 Mar 2008 16:26:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8026451</guid><dc:creator>DM</dc:creator><description>&lt;p&gt;Can't you use a double &amp;quot;dot&amp;quot; extension like &amp;quot;*.wixext.dll&amp;quot; ?&lt;/p&gt;
&lt;p&gt;DM&lt;/p&gt;</description></item><item><title>re: Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</title><link>http://blogs.msdn.com/jrock/archive/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited.aspx#8031285</link><pubDate>Tue, 04 Mar 2008 21:02:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8031285</guid><dc:creator>jrock</dc:creator><description>&lt;p&gt;That's a great idea. However, at that point, it's more of a convention than a file extension. The OS just looks at the last part (.dll) and will ignore the .wixext part. We won't get a lot of the benefits that I pointed out in my last blog. Right now we use the convention WixXExtension.dll where X is something like IIs, NetFx, Office, etc. which is essentially what you're proposing.&lt;/p&gt;
&lt;p&gt;If I'm missing something, though (which is entirely probable), please point it out!&lt;/p&gt;
&lt;p&gt;Thanks for posting.&lt;/p&gt;
</description></item><item><title>re: Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</title><link>http://blogs.msdn.com/jrock/archive/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited.aspx#8131355</link><pubDate>Mon, 10 Mar 2008 16:02:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8131355</guid><dc:creator>DM</dc:creator><description>&lt;p&gt;Hi Justin,&lt;/p&gt;
&lt;p&gt;Your Wix?Extension convention makes extension files look like this:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;WixIIsExtension.dll&lt;/p&gt;
&lt;p&gt; &amp;nbsp;WixNetFxExtention.dll&lt;/p&gt;
&lt;p&gt;What I'm proposing is something like:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;IIs.wixext.dll&lt;/p&gt;
&lt;p&gt; &amp;nbsp;NetFx.wixext.dll&lt;/p&gt;
&lt;p&gt;If I build myself a collection of extensions they could look like:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;MyDMTools.wixext.dll&lt;/p&gt;
&lt;p&gt; &amp;nbsp;MyOtherTools.wixext.dll&lt;/p&gt;
&lt;p&gt;Another example, to search for all Wix Extensions you could use a syntax like this (sorry for my old DOS heritage):&lt;/p&gt;
&lt;p&gt;dir ?:\ *.wixext.dll /s&lt;/p&gt;
&lt;p&gt;A double dot extension may not be as useful as changing the .dll extension completely but it sure looks a lot more dicoverable to me.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;</description></item><item><title>re: Changing the file extension of WiX extensions from .dll to .wixext (Revisited)</title><link>http://blogs.msdn.com/jrock/archive/2008/03/03/changing-the-file-extension-of-wix-extensions-from-dll-to-wixext-revisited.aspx#8328674</link><pubDate>Fri, 21 Mar 2008 10:39:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8328674</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;Yup. Then your dialog box filter can be *.wixext.dll&lt;/p&gt;</description></item></channel></rss>