
Refer on the above picture, in order to make the installer silent update download require to set Update Packs -> Silent Download =Yes. and I also select the radio button on second selection which enable installer directly download update without showing any dialog for user to click 'download' button.
After I set everything, it seem like the installer still prompt the notify user to download dialog. which totally different what I want.
Scenario 1
1. User finish install v1.0.0
2. Click shortcut update icon into version 1.0.1 (which available to download) and set schedules enable to download update directly
3. Wait for task schedules trigger, the installer still prompt notify user to download
What I did previously?
I deleted all installedupdates.dat in ENGINECACHE before start install v1.0.0
Code: Select all
[Update Packs for Versions]
1.0.0.0=1.0.0.1
[1.0.0.1]
URL=http://localhost/New folder/Test1_1_0_0_1.exe
Description=Update from 1.0.0.0 to 1.0.0.1
Reboot=No
Silent=Yes
Parameters=
anything I still left behind?
FYI: If the installer success update into v1.0.1 (in web update method) but unable to let the installer to silent update download