WebUpdate and UAC

Hi


Is there a way to control if WebUpdate will use UAC or not within the application and not by compiler directive in WUpdate.pas. I don't want to modify the source code.

TIA
Marcin

Sorry, it can only be done by changing the define. This controls which resource is included , the one requiring UAC or the one not. We did not want to have the overload of having to include both resources.

Thanks for the answer.

Let me ask one thing more (and forgive me my lack of knowledge). Is it possible to set define at the project level - before compilation? What I want to achieve is not to modify wupdate.pas each time we install new version of the component pack.

TIA
Marcin

Sorry, it is not structured this way unfortunately.