I want to install the same application multiple times on the same system, for example for two user using two different web services (each one has their own).
In in my setup script I want to change the
AppID
andAppName
based on input from the user (for example my defaultAppName="Service App"
should be changed toAppName="Service App One"
if the user has entered "One").Above changes should be reflected in the "Select Start Menu Folder" page.
How can the Next click events for the "Select Start Menu Folder" and the "Select Destination Location" wizard pages be caught? This is required to validate the user input.