How to detect if my Visual 开发者_如何学PythonStudio 2010 setup project was already installed? If it was, then how do I get the product's version number?
You can get product's version number from registry:
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\(your product)\DisplayVersion
精彩评论