Unable web update
Posted: Wed Nov 04, 2015 2:03 am
My scenario are:
1. I have build installer enable web update whereby enable upgrade from version 4.0.87.23 to 4.0.88.0. I did put update.ini script as below:
2. The installer put at Machine A- C:\inetpub\wwwroot\update\parkway\v4.0.88.00.exe
3. While the ini script put at Machine A- C:\inetpub\wwwroot\update\parkway\updates.ini
4. The manual download at Internet Explorer - http://www.example.com/update/parkway/v4.0.88.00.exe and http://www.example.com/update/parkway/updates.ini successfully download
5. I try to access Machine B to click icon web update to upgrade version to 4.0.88.0, the system prompt 'No update are available for v4.0.88.0.exe at this time. Please check back again later.
Does the folder inside require to have permission for other machine download or any reason it failed?
1. I have build installer enable web update whereby enable upgrade from version 4.0.87.23 to 4.0.88.0. I did put update.ini script as below:
Code: Select all
[Update Packs for Versions]
4.0.87.23=4.0.88.0
[4.0.88.0]
URL=http://www.example.com/update/parkway/v4.0.88.00.exe
Description=Update to 4.0.88.0
Reboot=No
Silent=Yes
Parameters=
2. The installer put at Machine A- C:\inetpub\wwwroot\update\parkway\v4.0.88.00.exe
3. While the ini script put at Machine A- C:\inetpub\wwwroot\update\parkway\updates.ini
4. The manual download at Internet Explorer - http://www.example.com/update/parkway/v4.0.88.00.exe and http://www.example.com/update/parkway/updates.ini successfully download
5. I try to access Machine B to click icon web update to upgrade version to 4.0.88.0, the system prompt 'No update are available for v4.0.88.0.exe at this time. Please check back again later.
Does the folder inside require to have permission for other machine download or any reason it failed?