Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



General tips
- When the update download is downloaded on the desktop or other folder than the folder where the application's EXE is located, make sure to use SetCurrentDir(ExtractFilePath(Application.ExeName)); before calling TWebUpdate.DoUpdate
- When the updated EXE is distributed as CAB file, make sure that TWebUpdate.CABExtract is set to false and that there are no identifiers compressed = 1 in the section for the application. It is the spawned updater app that needs to decompress the CAB file and not TWebUpdate in the application itself.