Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. how to find out installed MS-office is 64-bit or 32-bit via registry?

how to find out installed MS-office is 64-bit or 32-bit via registry?

Scheduled Pinned Locked Moved C#
windows-admintutorialquestion
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SRKSHOME
    wrote on last edited by
    #1

    Hi, How to find out installed MS office 2010 is 32-bit or 64-bit from the registry? googled and fouind couple of links...but seems not working or do not have the registry key. thanks.

    P M 2 Replies Last reply
    0
    • S SRKSHOME

      Hi, How to find out installed MS office 2010 is 32-bit or 64-bit from the registry? googled and fouind couple of links...but seems not working or do not have the registry key. thanks.

      P Offline
      P Offline
      Programm3r
      wrote on last edited by
      #2

      Hi, Have a look at the following key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Outlook] -> Bitness=x86 Kind regards,

      S 1 Reply Last reply
      0
      • P Programm3r

        Hi, Have a look at the following key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Outlook] -> Bitness=x86 Kind regards,

        S Offline
        S Offline
        SRKSHOME
        wrote on last edited by
        #3

        I also got the same when I googled it.This registry key is not there in my machine.

        P 1 Reply Last reply
        0
        • S SRKSHOME

          I also got the same when I googled it.This registry key is not there in my machine.

          P Offline
          P Offline
          Programm3r
          wrote on last edited by
          #4

          Hmm.... What type of OS are you using? You can always check in your program files. If Outlook was installed in the 'Program Files (x86)', when it should be 32-bit otherwise it's a 64-bit installation?

          M S 2 Replies Last reply
          0
          • P Programm3r

            Hmm.... What type of OS are you using? You can always check in your program files. If Outlook was installed in the 'Program Files (x86)', when it should be 32-bit otherwise it's a 64-bit installation?

            M Offline
            M Offline
            markovl
            wrote on last edited by
            #5

            Although this is the general case, the user may have installed the app in a custom folder - and this check will fail. @OP: If the OS is x64 there should be HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node node and under it, if there's an Office x86 product install, there should be a HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Common\InstallRoot Key with a Path value set. (substitute "14.0" with the appropriate version.) If it's x64 bit version, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Common\InstallRoot Key should be present.

            2A

            1 Reply Last reply
            0
            • S SRKSHOME

              Hi, How to find out installed MS office 2010 is 32-bit or 64-bit from the registry? googled and fouind couple of links...but seems not working or do not have the registry key. thanks.

              M Offline
              M Offline
              markovl
              wrote on last edited by
              #6

              I posted my answer here. I hope this helps.

              2A

              1 Reply Last reply
              0
              • P Programm3r

                Hmm.... What type of OS are you using? You can always check in your program files. If Outlook was installed in the 'Program Files (x86)', when it should be 32-bit otherwise it's a 64-bit installation?

                S Offline
                S Offline
                SRKSHOME
                wrote on last edited by
                #7

                I am using Win7 64-bit

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups