I have a solution that contains 2 projects:
- 1. Installation Project
2. Update Project
The installation project gets it's version # automatically from the Product Information/Product Details/Version (retrieved automatically from the selected executable). This is what I want and is working great.

- setup project 1.jpg (223.45 KiB) Viewed 16849 times
In the update project, from the Update Installed Detection tab, if I select:
Detect if the update is already installed by
a registry search value

- update project 1.jpg (234.71 KiB) Viewed 16849 times
I have to manually update the Expected value by clicking the button next to the value and then selecting the executable referenced in step 1.
What I would like to see is for the update project to automatically select the version number from the executable referenced in step 1.
This would help prevent the accidental creation of an update.ini with the incorrect version number.