Getting the Current version number

Hi,

I would like to ask if there is a way to obtain current version number present on user machine regardless of the fact whether there is a new update available or not. We want to use wyUpdate versioning system for other purposes in our client / server application.

Sure, you can save the latest version number to the registry using the %version% variable. When you build your updates the %version% variable will be filled in with the correct value.

Tell me if this helps.

Sorry for the late answer. I hadn't time to implement this feature till yesterday. And yes it helped...thanks for reply