We have a custom plug-in that is installed via it’s own MSI.
We have a business need to allow the users easy access to the version number of this plug-in.
The problem is, in order to access the plug in, you need to go into runtime of the application that hosts it.
Now, I know that the easiest way to access the version is to r/click on the executable and access the properties page, but the path is a bit too complex for the users.
I want to try to modify the registry key that is accessible via the add remove programs in Control Panel.
Currently the master MSI is hard coded to populate the version of this key with the initial version number.
This is the key generated by the MSI that is logged into the registry and I want to modify that key with subsequent version values.
Is there a way to programmatically modify this key?