I would like to be able to populate for instance the Textboxes (A) dialogue fields with data from the registry, instead of the default values I can set in the installer project.
I’ve looked hard, and the prospects for a solution is grim from what I can tell.
The standard method for this is to create a registry search with the same name as the property used for your textbox. For this you need to define an entry in AppSearch and RegLocator tables. Unfortunately I don’t think you can edit these tables from VS or if there is a predefined support for adding the search to your project.