Shortly after I posted this yesterday, I figured out the problem. I am trying to customize the built-in dialog for installing the .NET dependency. >From my earlier post:
<Page Name="Welcome"> <Hypertext Name="EulaHyperlink" X="552" Y="366" Width="-11" Height="34" TabStop="yes" FontId="3">#(loc.InstallLicenseTerms)</Hypertext> <Button Name="InstallButton" X="578" Y="423" Width="180" Height="50" TabStop="yes" FontId="0" Visible="yes">#(loc.NetInstallAcceptAndInstallButton)</Button> <Button Name="WelcomeCancelButton" X="740" Y="29" Width="75" Height="40" TabStop="yes" FontId="0" Visible="yes">#(loc.NetInstallDeclineButton)</Button> <Text X="578" Y="252" Width="180" Height="50" FontId="1" Visible="yes" DisablePrefix="yes">#(loc.TitleWelcome)</Text> <Text X="589" Y="503" Width="180" Height="35" FontId="2" Visible="yes" DisablePrefix="yes">#(loc.CostarQualityMessage)</Text> <Text X="11" Y="423" Width="400" Height="50" FontId="2" Visible="yes" DisablePrefix="yes">#(loc.TitleMessage)</Text> <Text X="135" Y="492" Width="200" Height="50" FontId="2" Visible="yes" DisablePrefix="yes">#(loc.NetProductName)</Text> </Page> Notice that I changed the name of this page to Welcome - in the original theme file, it is named "Install". By doing this, everything was showing up on the page and it was displaying. However, everything was disabled but the application was not frozen or anything. Changing it back to "Install" fixed this behavior. So I see this fix from an experiential point of view. It would seem that the "Page" elements must be referred to elsewhere to see this behavior. Something must be expecting a page named "Install" but I don't know what that would be. I would love to be enlightened by someone who knows how this is all hooked up. mvd -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Entire-NET-4-0-Framework-dialog-disabled-tp7585384p7585405.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users