<?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: WiX v3.5 supports Visual Studio 2010 beta 2</title>
	<atom:link href="http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/</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/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7642</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Tue, 15 Dec 2009 02:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7642</guid>
		<description>HabSoft,

Burn is still in active development for v3.5.</description>
		<content:encoded><![CDATA[<p>HabSoft,</p>
<p>Burn is still in active development for v3.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HabSoft</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7641</link>
		<dc:creator>HabSoft</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7641</guid>
		<description>OK thanks.  It did seem too good to be true.  I&#039;d settle for a WIX 3.5 code fragment to install SQL Express 2008.  Most of the SQL Server world is watching for the WIX 3.5 carrot out of the corner of their eye, because installers are really a nightmare.</description>
		<content:encoded><![CDATA[<p>OK thanks.  It did seem too good to be true.  I&#8217;d settle for a WIX 3.5 code fragment to install SQL Express 2008.  Most of the SQL Server world is watching for the WIX 3.5 carrot out of the corner of their eye, because installers are really a nightmare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7640</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7640</guid>
		<description>HabSoft,

Finishing ClickThrough was dropped from WiX v3.0 and moved to v4.0.</description>
		<content:encoded><![CDATA[<p>HabSoft,</p>
<p>Finishing ClickThrough was dropped from WiX v3.0 and moved to v4.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HabSoft</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7639</link>
		<dc:creator>HabSoft</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7639</guid>
		<description>No Visual Studio on box at this time, looking to install SQL Express 2008 along with a FoxPro application.</description>
		<content:encoded><![CDATA[<p>No Visual Studio on box at this time, looking to install SQL Express 2008 along with a FoxPro application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HabSoft</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7638</link>
		<dc:creator>HabSoft</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7638</guid>
		<description>ClickThrough blew up on recently formatted Windows 7 64 bit box:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: Win32 handle that was passed to Icon is not valid or is the wrong type.
   at System.Drawing.Icon..ctor(IntPtr handle, Boolean takeOwnership)
   at System.Drawing.Icon..ctor(IntPtr handle)
   at System.Drawing.Icon.FromHandle(IntPtr handle)
   at Microsoft.Tools.WindowsInstallerXml.Extensions.ClickThrough.NativeMethods.GetDirectoryIcon(Boolean small, Boolean open)
   at Microsoft.Tools.WindowsInstallerXml.Extensions.ClickThrough.PickEntryStep..ctor()
   at Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedAppClickThroughUI.GetControls()
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WorkPage.InitializeFromFabricator()
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WorkPage.set_Extension(ClickThroughUIExtension value)
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.ClickThroughForm.ShowWorkPage(Object sender, ClickThroughUIExtension extension)
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WelcomePage.ComboBox_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message&amp; m)
   at System.Windows.Forms.ComboBox.WndProc(Message&amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
ctui
    Assembly Version: 3.0.0.0
    Win32 Version: 3.5.1030.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/ctui.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
wui
    Assembly Version: 3.0.0.0
    Win32 Version: 3.5.1030.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/wui.DLL
----------------------------------------
wix
    Assembly Version: 3.0.0.0
    Win32 Version: 3.5.1030.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/wix.DLL
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
WixIsolatedAppExtension
    Assembly Version: 3.0.0.0
    Win32 Version: 3.5.1030.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/WixIsolatedAppExtension.DLL
----------------------------------------
wconsole
    Assembly Version: 3.0.0.0
    Win32 Version: 3.5.1030.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/wconsole.DLL
----------------------------------------
WixOfficeExtension
    Assembly Version: 3.0.0.0
    Win32 Version: 3.5.1030.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/WixOfficeExtension.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


    


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.</description>
		<content:encoded><![CDATA[<p>ClickThrough blew up on recently formatted Windows 7 64 bit box:</p>
<p>See the end of this message for details on invoking<br />
just-in-time (JIT) debugging instead of this dialog box.</p>
<p>************** Exception Text **************<br />
System.ArgumentException: Win32 handle that was passed to Icon is not valid or is the wrong type.<br />
   at System.Drawing.Icon..ctor(IntPtr handle, Boolean takeOwnership)<br />
   at System.Drawing.Icon..ctor(IntPtr handle)<br />
   at System.Drawing.Icon.FromHandle(IntPtr handle)<br />
   at Microsoft.Tools.WindowsInstallerXml.Extensions.ClickThrough.NativeMethods.GetDirectoryIcon(Boolean small, Boolean open)<br />
   at Microsoft.Tools.WindowsInstallerXml.Extensions.ClickThrough.PickEntryStep..ctor()<br />
   at Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedAppClickThroughUI.GetControls()<br />
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WorkPage.InitializeFromFabricator()<br />
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WorkPage.set_Extension(ClickThroughUIExtension value)<br />
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.ClickThroughForm.ShowWorkPage(Object sender, ClickThroughUIExtension extension)<br />
   at Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WelcomePage.ComboBox_SelectedIndexChanged(Object sender, EventArgs e)<br />
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)<br />
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message&amp; m)<br />
   at System.Windows.Forms.ComboBox.WndProc(Message&amp; m)<br />
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)<br />
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)<br />
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</p>
<p>************** Loaded Assemblies **************<br />
mscorlib<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)<br />
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ctui<br />
    Assembly Version: 3.0.0.0<br />
    Win32 Version: 3.5.1030.0<br />
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/ctui.exe<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Windows.Forms<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Drawing<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
wui<br />
    Assembly Version: 3.0.0.0<br />
    Win32 Version: 3.5.1030.0<br />
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/wui.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
wix<br />
    Assembly Version: 3.0.0.0<br />
    Win32 Version: 3.5.1030.0<br />
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/wix.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Configuration<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Xml<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
WixIsolatedAppExtension<br />
    Assembly Version: 3.0.0.0<br />
    Win32 Version: 3.5.1030.0<br />
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/WixIsolatedAppExtension.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
wconsole<br />
    Assembly Version: 3.0.0.0<br />
    Win32 Version: 3.5.1030.0<br />
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/wconsole.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
WixOfficeExtension<br />
    Assembly Version: 3.0.0.0<br />
    Win32 Version: 3.5.1030.0<br />
    CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Installer%20XML%20v3.5/bin/WixOfficeExtension.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>************** JIT Debugging **************<br />
To enable just-in-time (JIT) debugging, the .config file for this<br />
application or computer (machine.config) must have the<br />
jitDebugging value set in the system.windows.forms section.<br />
The application must also be compiled with debugging<br />
enabled.</p>
<p>For example:</p>
<p>When JIT debugging is enabled, any unhandled exception<br />
will be sent to the JIT debugger registered on the computer<br />
rather than be handled by this dialog box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7599</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7599</guid>
		<description>Bob, what&#039;s the best option that will work both on development and build machines?</description>
		<content:encoded><![CDATA[<p>Bob, what&#8217;s the best option that will work both on development and build machines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7598</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7598</guid>
		<description>Will,

Yes, it&#039;s still open, so the bug still exists. Have you considered using alternate ways of pointing to your content? http://www.joyofsetup.com/2009/01/01/choosing-your-payloads/</description>
		<content:encoded><![CDATA[<p>Will,</p>
<p>Yes, it&#8217;s still open, so the bug still exists. Have you considered using alternate ways of pointing to your content? <a href="http://www.joyofsetup.com/2009/01/01/choosing-your-payloads/" rel="nofollow">http://www.joyofsetup.com/2009/01/01/choosing-your-payloads/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7597</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 02 Nov 2009 12:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7597</guid>
		<description>Are web application installations still hosed (ID 2886669)?</description>
		<content:encoded><![CDATA[<p>Are web application installations still hosed (ID 2886669)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Painter</title>
		<link>http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/comment-page-1/#comment-7596</link>
		<dc:creator>Christopher Painter</dc:creator>
		<pubDate>Sat, 31 Oct 2009 11:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2009/10/30/wix-v3-5-supports-visual-studio-2010-beta-2/#comment-7596</guid>
		<description>Congratulations on the performance fix.  I&#039;ve seen it around for a couple of years and I&#039;ve also spent some time learning how to do VS SDK work and it&#039;s not easy stuff.

Now if InstallShield would just fix their stuff. :-)  Their VS integration is so bad that we have to use a script to add and remove projects from the solution to use msbuild at build time.  We don&#039;t even attempt to open the solution up in our dev environment.   I guess InstallShield never thought that you would have dozens of projects in one solution.</description>
		<content:encoded><![CDATA[<p>Congratulations on the performance fix.  I&#8217;ve seen it around for a couple of years and I&#8217;ve also spent some time learning how to do VS SDK work and it&#8217;s not easy stuff.</p>
<p>Now if InstallShield would just fix their stuff. <img src='http://www.joyofsetup.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Their VS integration is so bad that we have to use a script to add and remove projects from the solution to use msbuild at build time.  We don&#8217;t even attempt to open the solution up in our dev environment.   I guess InstallShield never thought that you would have dozens of projects in one solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

