One to ask the user if they want to register their project which then it launches a CA with takes them to a website (should be checked by default)
The other is a checkbox which asks if you fants installed to the GAC. I would like this to be unchecked by default, and then when it is checked a CA would be run that would install the files to the gac.
I cannot figure out how to do the second one.
Here are the properties for my two checkboxes.
1) Name: CheckInstallToGac
Property: CHKGAC (set to 0 in the property table)
Property is Integer: True
Value: 0
2) Name: CheckRegister
Property: CHKIE
Property is Integer: True
Value: 1
What am I doing wrong? Can this behavior that I even be obtained?
Thanks
