[WiX-users] How to populate a RadioButtonGroup Control with dynamic RadioButton ?

2008-12-05 Thread Guillaume Chassigneux
Hi ! I am using Wix 3.0.4721. I try to define a new Dialog containing a RadioButtonGroup that I must populate with the result of a WebService call. Before displaying my new dialog, I launch a DTD custom action in order to retrieve the list of items and.. What ? Is the better way to populate

[WiX-users] SpawnWaitDialog and immediate C# custom action

2008-10-31 Thread Guillaume Chassigneux
Hi, I have a lengthy C# custom action launched on the Next button of a dialog. I want to display a wait dialog during the long action. I am trying to use SpawnWaitDialog but I do not achieve to make it work… I manage either to display the wait dialog but the action is not launched and installer st

[WiX-users] WiX3 : Duplicate entries in Add/Remove Program files after upgrade

2008-10-31 Thread Guillaume Chassigneux
Hi, I am creating an upgrade package changing ProductVersion, ProductCode and PackageCode each time I want to update my application. I have OnlyDetect = 'no' on the UpgradeVersion node. I also have set up the InstallExecuteSequence to insert the following My problem is that when I upgra