[wix-users] Option for launching application
Luna Ram
lunaram at noida.interrasystems.com
Tue Oct 23 06:19:23 PDT 2018
Thank you Nir Bar
It works.....
On 2018-10-23 5:57 PM, Nir Bar wrote:
> If you're using WiX ExitDialog, note that it has:
>
> <Control Id="OptionalText" Type="Text" X="135" Y="110"
> Width="220" Height="80" Transparent="yes" NoPrefix="yes" Hidden="yes"
> Text="[WIXUI_EXITDIALOGOPTIONALTEXT]">
> <Condition
> Action="show">WIXUI_EXITDIALOGOPTIONALTEXT AND NOT Installed</Condition>
> </Control>
> <Control Id="OptionalCheckBox" Type="CheckBox" X="135"
> Y="190" Width="220" Height="40" Hidden="yes"
> Property="WIXUI_EXITDIALOGOPTIONALCHECKBOX" CheckBoxValue="1"
> Text="[WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT]">
> <Condition
> Action="show">WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT AND NOT
> Installed</Condition>
> </Control>
>
> Meaning that the checkbox will only show when Installed property isn't
> defined.
> During minor upgrades, Installed is defined which is why it doesn't show.
>
> You need to modify ExitDialog to use a different show condition
>
>
> --
> /Nir Bar/
> ///WiX Expert/
>
>
More information about the wix-users
mailing list