I would like to change a property in my Windows Installer using a push button.
I found this article https://docs.microsoft.com/en-us/windows/desktop/msi/setproperty-controlevent
I copied the VsdAddonLicenseDlg file and opened it with orca, added a new property in the "Property" table and a push button in "Control".
I added a new row to the "ControlEvent" table for my push button. In the "Event" column I put "[PropertyName]" and in the "Argument" column the new value as described in the article. When I try to display the property in the next dialog window it shows the old value I set in "property" table, not the new one.