[WiX-users] About running "Any CPU" custom EXE from 32bit MSI on 64bit machine

2010-07-15 Thread Chirag Goradia
Hi everyone, We are running custom EXEs ( .NET 2.0 console application ) built with "Any CPU" platform from a 32bit MSI on 64bit machine. In the custom EXE, we use * Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles)* to execute some custom logic on our files installed in the Progra

[WiX-users] Background colour mismatch of Exit Optional Checkbox on Finish Dialog

2010-07-02 Thread Chirag Goradia
Hi everyone, The Finish dialog box in MSI has the checkbox with a different background colour ( i.e. "Control" colour ) than the rest of Dialog which has a White background. It is similar to the screenshot shown here - http://www.tramontana.co.hu/wix/lesson8.php#8.6. How can we make the checkbox

[WiX-users] Background colour mismatch for Exit Optional Checkbox on Finish Dialog

2010-07-02 Thread Chirag Goradia
Hi everyone, The Finish dialog box in MSI has the checkbox with a different background colour ( i.e. "Control" colour ) than the rest of Dialog which has a White background. It is similar to the screenshot shown here - http://www.tramontana.co.hu/wix/lesson8.php#8.6. How can we make the checkbox

[WiX-users] How to specify in WiX source file - associating the created IIS wesbite with ASP.NET 2.0 instead of 1.1

2010-07-02 Thread Chirag Goradia
Hi everyone, We are using WiX v3.0 IIS extension to create a new Website as a part of MSI installation. The website gets associated with ASP.NET version 1.1 instead of 2.0 since the IIS Root is associated with ASP.NET version 1.1. In WiX source file, how can we specify to associate the website t