Should be simple: installation dialogs

  • Thread starter Thread starter John Spiegel
  • Start date Start date
J

John Spiegel

Hi all,

I've added a custom dialog to my install package. The button labels are yes
and no with button values of 1 and 2 and the ButtonProperty = "BUTTON2".
I've also added a launch condition of BUTTON2 == 2. Seems simple enough.
However, the installation presents the dialog but installs whether or not I
set the value to 2. What stupid thing am I missing (and having zero luck
finding in the [un]help[ful] file)?

TIA,

John
 
hi john

have you tried BUTTON2='2', in all the conditions I have, I always enclose
it in single quotes.

Hoped it helps
henk
 
Hi Henk,

Thanks for jumping in. Didn't seem to have any effect. I'm probably
missing some stupid setting in some stupid place or something stupid like
that <g>.

- John

Henk Verhoeven said:
hi john

have you tried BUTTON2='2', in all the conditions I have, I always enclose
it in single quotes.

Hoped it helps
henk


John Spiegel said:
Hi all,

I've added a custom dialog to my install package. The button labels are yes
and no with button values of 1 and 2 and the ButtonProperty = "BUTTON2".
I've also added a launch condition of BUTTON2 == 2. Seems simple enough.
However, the installation presents the dialog but installs whether or
not
I
set the value to 2. What stupid thing am I missing (and having zero luck
finding in the [un]help[ful] file)?

TIA,

John
 
Back
Top