Re: [WiX-users] Entire .NET 4.0 Framework dialog disabled

2013-04-24 Thread Rob Mensching
The src\ext\bal\wixstdba\WixStandardBoostrapperApplication.cpp has a table of identifiers at the top of the code that connect it to the theme. On Wed, Apr 24, 2013 at 7:46 AM, mvd1 wrote: > Shortly after I posted this yesterday, I figured out the problem. I am > trying to customize the built-i

Re: [WiX-users] Entire .NET 4.0 Framework dialog disabled

2013-04-24 Thread mvd1
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: #(loc.InstallLicenseTerms) #(loc.NetInstallAcceptAndInstallButton) #(loc.NetInstallDeclineButton)

[WiX-users] Entire .NET 4.0 Framework dialog disabled

2013-04-23 Thread Mark Van Dyke
Hello, I am using Wix 3.8.401.0 and Visual Studio 2010. I am writing a custom managed bootstrapper that bundles my MSI, another 3rd party MSI and it has a .net 4 prerequisite. When I use the built-in .NET dialog I have no issues and it works great. However, I am now customizing the UI (basic