How to make the Web Update feature enables download/updates patch installer?
Let say,
1. I have base installer
Product version 1.0.0.0
Receive Application Updates - Checked
Monitor URL: http://www.xxx.com/update/installer_v1.0.0.0.exe <-example
Schedule Update option is selected
I have install for version 1.0.0.0
2. I have another installer enable to update existing files
Product version 1.0.0.1
Receive Application Updates - Checked
Monitor URL: http://www.xxx.com/update/installer_v1.0.0.1.exe <-example
Schedule Update option is selected
Let say I have create patch installer
Product version 1.0.0.1
Receive Application Updates - Checked
Monitor URL: http://www.xxx.com/update/installer_v1.0.0.1_patch.exe <-example
Schedule Update option is selected
How to enable let the machine install patch after installed version 1.0.0.1
From what I know the updates.ini
Code: Select all
[Update Packs for Versions]
1.0.0.0=1.0.0.1
[1.0.0.1]
URL=http://www.example.com/update/installer_v1.0.0.1.exe
Description=Update to 1.0.0.1
Reboot=No
Silent=Yes
Parameters=
But I not sure how to configure patch file inside updates.ini
P/S: Assume that the URL and updates.ini enable connect using browser