clint
Posts: 135
Joined: Fri Jun 19, 2009 9:46 am
Location: Germany

Exit dialog: Application Launch Checkbox

Hello,

How do I conditionally suppress this Checkbox?

Thankyou,
clint
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Exit dialog: Application Launch Checkbox

Hello Clint,

In order to achieve this you an proceed like this:
1. Go to "Table Editor" page and select the "ControlCondition" table
2. In the "Condition" field of the "ExitDialog -> LaunchProdText -> Hide" and "ExitDialog -> LaunchProdCheckBox -> Hide" rows append the following condition (to the existing one):

Code: Select all

OR MY_CONDITION
3. build and test the project

Please keep in mind that our "Table Editor" feature is available only in "Enterprise" or higher project types.

If you have any question let us know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
clint
Posts: 135
Joined: Fri Jun 19, 2009 9:46 am
Location: Germany

Re: Exit dialog: Application Launch Checkbox

Hi Daniel,


Great!

That's nice: The green frame around the condition there identifies manual changes to the condtion, and it persists after the Build

Thank you!

clint
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Exit dialog: Application Launch Checkbox

You're welcome Clint.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”