Hello,
The thing I wish to implement using Advanced Installer is the following :
Say there are two setups, one of product "S" for the server, and one of product "C" for the client user. The setup of "C" would be a MSI file, included initally inside the setup of "S".
When "S" is installed on the server, the admin choses a few properties during installation (say for example the server internet URL and port number). The MSI setup of "C" is also copied somewhere in the wwwroot of IIS.
When a user proceeds to download the setup of "C", I wish the MSI setup to somehow be able to retrieve the chosen settings from the server (internet URL and port number) and write them to the user's registry for example, or set them as MSI public properties at Wizard stage. This would avoid the need for each user to manually specify the same values during the setup of "C", which could lead to lots of errors, support requests and loss of time.
How could such a thing be achieved with Advanced Installer please ?
If not, could it be achieved using the MSI technology at all ?