- #Is ms office 2010 64 bit or 32 bit install#
- #Is ms office 2010 64 bit or 32 bit code#
- #Is ms office 2010 64 bit or 32 bit free#
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Winword.exe", Microsoft Office project 2010, Office Project 2010 64-bit.
#Is ms office 2010 64 bit or 32 bit free#
If (ERROR_SUCCESS = rk.Open(HKEY_LOCAL_MACHINE, Classic Menu for Office 2010 is free for personal use and brings back the classic familiar.
#Is ms office 2010 64 bit or 32 bit code#
Here is the MFC code fragment: CRegKey rk HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Winword.exe. We recommend the 32-bit version, which runs great on both 32- and 64-bit versions of Windows.
#Is ms office 2010 64 bit or 32 bit install#
The only way I have found, though, not via the registry, is to check bitness for one of the Office executables with the use of the Windows API function GetBinaryType (since Windows 2000 Professional).įor example, you can check the bitness of Winword.exe, which path is stored under Microsoft recommends most users to install 32-bit version of Office 2010/2013/2016/2019 but not 64-bit version at following pages: 'This product includes both 32- and 64-bit versions for a single computer. in registry (for 64-bit Office without Outlook installed). To add to vtrz's answer, here's a function I wrote for Inno Setup: const
Similarly, a 64-bit version of Outlook 2010 cannot be installed on the same computer on which 32-bit versions of other Office applications are already installed. That is, a 32-bit version of Outlook 2010 cannot be installed on the same computer on which 64-bit versions of other Office 2010 applications are already installed, such as 64-bit Microsoft Word 2010 or 64-bit Microsoft Excel 2010.
Registry path: HKEY_LOCAL_MACHINE\Software\Microsoft\Office\15.0\Outlook
Normally, 32-bit Office can be installed on 32-bit system or 64-bit system.īy default, If it is installed on a 32-bit system, the installation path is:Ĭ:\Program Files\Microsoft Office. If Outlook is not installed, we can also try to detect the path of the If we want to detect from the registry, the registry subkey is a good path for us to detect. If there is any misunderstanding, please feel free to let me know. However, the registry subkey is not available if Outlook is not installed. HKEY_LOCAL_MACHINE\Software\Microsoft\Office\14.0\Outlook. Normally, weĬan check the Bitness registry file under this registry subkey: Thank you for using Office 2010 Setup and Deployment forum.įrom your description, I understand that you want to programming detect whether the Office program installed on the computer is 32-bit or 64-bit.