kumarkiranc
Posts: 85
Joined: Tue Sep 18, 2007 6:49 am

setting the public property

Hi,

In VB script I assined a value to pubilc property

eg: Session.Property("SELECTPRODUCT") = "1"
Session.Property("SELECTPRODUCT") = "2"


how can i set this property in control condition to enable or disble multiple checkboxes in Dialogbox .


Thanks
Kiran
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

When using the "Control Conditions" tab for a dialog control you basically set events like this:

Code: Select all

PROPERTY        Enable
NOT PROPERTY    Disable
or

Code: Select all

PROPERTY="1"        Enable
PROPERTY="2"        Disable
You can read more about Control Conditions here:
http://www.advancedinstaller.com/user-g ... ialog.html

If you need a more explicit example then please give more details about what you are trying to do.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”