Hi
This doesn't look to be the correct (or complete) log file.
For the issue, are you starting WebUpdate.DoUpdate(True) to force the current dir of the EXE to the actual application EXE folder?
This was definitely the complete log file from the windows server where installation was failing.
Further to my last post, on this server. after the download Windows does not ask me to allow the program to update the original exe. I wonder if this is relevant?
Sorry but this log file isn't complete.
Set WebUpdate.Logging = true and specify the exact log filename via WebUpdate.LogFileName as there should be much more log output in the log file.
Logging was set to true and the file was already specified as WUPDATE.LOG
Can you set an absolute path so there is no doubt?
Hi Bruno
It's important though to get the correct log file. A log file is generated from your application where TWebUpdate is linked in and it is also generated from the spawned updater app after your application has closed. The content you see in your log file is from the spawned updater. So, for some reason either your application has WebUpdate.logging = false, has a permission issue to generate the log file or is working from a different active directory that the log file is generated elsewhere.