How to programmatically detect 32-bit or 64-bit visio version is installed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One of the ways would be to look in the windows registry to see if visio exists under Office node(HKLM\Software\Wow6432Node\Microsoft\Office…) If exists, it indicates 32 bit version of Visio. If HKLM\Software\Microsoft\Office… lookup returns value, then it possibly indicates 64 bit version of visio installation. Hope this helps.