Make WebUpdate only provide update notice

I have a current registration for the TMS Component Pack. I am using C++Builder XE4 and WebUpdate 2.2.6.0.  I would like the WebUpdate to check for an update and if the update is available,  show a message telling to user to go to my web site. I don't want the component to do the update. Is there any guidance for this WebUpdate setup? 


Thanks
Patrick 

You can call

WebUpdate.NewVersionAvailble: boolean
and just use this result. Calling NewVersionAvailable will not do further steps for performing the actual update.