PDA

View Full Version : Web Update Issues?



Unregistered
11-12-2005, 10:15 AM
version 5.1.1300

I am working on a web update. I created web install idepoly update which created the exe, one external file, and the ini. I copied the wupdate source, modified a little bit of text and compiled that.

I run the wupdate.exe, a dialog appears saying an update is ready, and it is downloaded. After that the wupdate.exe file is deleted. Is it suppose to be???

I then had to manually run the download update exe?? Looking through the script, I did not see any code that would delete the wupdate.exe and I did see code that should run the downloaded update setup exe.

Thanks

linder
11-13-2005, 04:18 AM
Hello,

The standard wupdate.exe (the web update client) does not delete itself. Perhaps you have enabled the "Remove Installer" option in your customized wupdate.sb5 source?

BTW, the standard (not modified) wupdate.exe automatically runs the update.exe.

HTH,

Unregistered
11-14-2005, 09:48 AM
Thanks for the reply!

I must of had a bad version I was testing. It is working find now.