WebUpdate

I use the TWebupdate component and do File Version based updates. I'd like to be able to force an update check and download without changing my application's version - how is this possible?
In other words trigger the application to re-download and update when both the running application and the already posted INF file have the same version details.

Currently when no new version is detected, there is no built-in option to force a redownload.
If you need to redownload something regardless of the version, you might consider to use the TWebCopy component to do this download.

Hello Bruno, Thank you for that quick response, I'll consider that as an option.
Thank you.