is it possible to access entered information during install later in my application? Can i write this to registry and how ?
thanks
is it possible to access entered information during install later in my application? Can i write this to registry and how ?
thanks
Copyright © 2021 Jogjafile Inc.
The Express edition doesn't make it obvious how to do this, but it's actually really easy. Those fields are wired up to Windows Installer Properties. I believe they are
USERNAME
andCOMPANYNAME
repsectively, but you can verify by taking a verbose log file and looking for the properties that have the values you enter. Once you know the name, all you have to do is reference the properties in your registry, and their values will be written by Windows Installer. Here are example steps in the registry view:[USERNAME]
or[COMPANYNAME]