I have to implement the following scenario:
- Application is installed with user specific values like installation directory, server url, user home and more
- User should start a stand-alone updater
- updater should automatically check for update, download file and start the new installer in silent mode
- After installation there should be a status message whether update was successful or not
Therefore I took the updater of the Hello sample app and removed the user input forms. Now the check is succesful and the file will be downloaded. But how to pass through the user input values to the new installer? Should I use the response file and set this one as an argument for the silent installation?
Thanks in adnvance
Hardie