Re: [WiX-users] How is Control Condition supposed to work?

2009-10-27 Thread Richard
In article <737773.28096...@web59811.mail.ac4.yahoo.com>, "little.forest" writes: > Property="SETTING_FOLDERS_PROP" > Value="$(var.WIX_UPGRADE_SETTING_PARAMS)" > /> > > > BinaryKey="DetectSettingMigrationBin" > DllEntry="DetectSetting" > Execute="firstSe

Re: [WiX-users] How is Control Condition supposed to work?

2009-10-27 Thread Richard
In article <530673.17954...@web59801.mail.ac4.yahoo.com>, "little.forest" writes: > Basically, we need to show the end user a dialog to tell > them if they want t o migrate their existing settings from > old version to new. I'm having trouble to conditionally > show a dialog(http://n2.nabbl

Re: [WiX-users] How is Control Condition supposed to work?

2009-10-27 Thread Richard
In article <411781.78617...@web59815.mail.ac4.yahoo.com>, "little.forest" writes: > How is Control condition supposed to work? For the most robust results, I use combinations of show *and* hide actions with mutually exclusive conditions. > I've this code: > Property="MIGRATE_SETTING_CHEC

Re: [WiX-users] How is Control Condition supposed to work?

2009-10-27 Thread little.forest
7, 2009 2:24:54 PM Subject: Re: [WiX-users] How is Control Condition supposed to work? If you want to use a condition to show or hide it, all properties used in that condition need to be set before you open the dialog (make sure that NEED_MIGRATE_SETTING is set by something not triggered by this d

Re: [WiX-users] How is Control Condition supposed to work?

2009-10-27 Thread Blair
you subscribe to an event. -Original Message- From: little.forest [mailto:little.for...@ymail.com] Sent: Tuesday, October 27, 2009 1:59 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How is Control Condition supposed to work? Hi all, If you know how

Re: [WiX-users] How is Control Condition supposed to work?

2009-10-27 Thread little.forest
Hi all, If you know how to show/hide a checkbox based on a property which is set on runtime, please let me know. We're eager to see the solution. Basically, we need to show the end user a dialog to tell them if they want to migrate their existing settings from old version to new. I'm having t