cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gomochainstall
Level 6

Set a property using a checkbox not working

Jump to solution

All,

I'm trying to set a property using a checkbox on the last dialog (SetupCompleteSuccess), but currently it is never setting that property:

1. Created a new property called 'STARTSERVICESAUTOMATICALLY' with a default value -1

2. Added a checkbox on the SetupCompleteSuccess dialog

3. Set the property on the checkbox to 'STARTSERVICESAUTOMATICALLY'

4. Execute the installer, show the windows installer log

When I look in the log I see the following:

Property(C): STARTSERVICESAUTOMATICALLY = -1

Instead it should have the value 1. 

 

Anyone have any idea what I'm doing wrong?

Labels (1)
0 Kudos
(1) Solution
gomochainstall
Level 6

It was caused by the fact that the property already had a value. I removed the -1 default value and now it is working. 

View solution in original post

0 Kudos
(1) Reply
gomochainstall
Level 6

It was caused by the fact that the property already had a value. I removed the -1 default value and now it is working. 

0 Kudos