Reputation: 880
I have to implement the following scenario:
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
Upvotes: 1
Views: 370
Reputation: 48005
The new installer will read the existing response file from old installation if you add a "Load a response file" action to the "Installation location" screen. The default project template already has this action in place.
Upvotes: 1