In my case, I have two version 1.0.0 (installed on end user's PC) and 1.0.1 (latest version with minor updates). In order to update 1.0.0 -> 1.0.1, I have created a patch msp file of which I am going to use to patch version 1.0.0.
Now, I could do manual patching, by double clicking on the msp file without issues, but the problem is, my company wants patch to be automatically applied whenever there is a new fix. From what I read on this tutorial https://www.advancedinstaller.com/user- ... dater.html, auto updater works just fine with patch as it is with updates, but I am struggling thus I have several questions:
- Do i need update.exe and update.ini file for the auto update?
- Since I am going to utilize remote server, do I need to put update.txt file on remote server to let end user's PC know whenever there is a new update?
- On the remote server, do I put the latest msp file for the patch to install automatically?
- When creating a new msp file, I have to specify upgraded image and target image. Under upgraded image, how do i specify msp file location on remote server while patch package file only allows file on localhost?
Appreciate if anyone can share suggestions.
Regards,
Alvin