Exxoff
New member
I have created a "Setup & Deployment"-project.
I'd like to set a DWORD registry value to 0 or 1 depending on if a checkbox is checked or not during installation.
In the "User interface" page I have a checkbox called LOGGING. Depending on whether this checkbox is checked I want to add a registry entry called EnableLogging to 0 or 1.
In the "Registry" page of the setup project I have created a DWORD value called EnableLogging. The value must be "vsdrvtInteger". How can I make this work?
/ Exxoff
I'd like to set a DWORD registry value to 0 or 1 depending on if a checkbox is checked or not during installation.
In the "User interface" page I have a checkbox called LOGGING. Depending on whether this checkbox is checked I want to add a registry entry called EnableLogging to 0 or 1.
In the "Registry" page of the setup project I have created a DWORD value called EnableLogging. The value must be "vsdrvtInteger". How can I make this work?
/ Exxoff