-
How to split [ProductVersion]
Hi all,
Im trying to enter just the AA.BB part of my products version number into the registry and was wondering how to go about it?
Can I reference the Major and Minor part of [ProductVersion] or would it be a case of splitting [ProductVersion]?
Thanks
Steve
-
After installation you can call MsiGetProductInfo with the INSTALLPROPERTY_VERSIONMINOR and INSTALLPROPERTY_VERSIONMAJOR constants; but during installation I think you'll just have to split ProductVersion.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules