Detect whether Office is 32bit or 64bit via the registry

前端 未结 28 1102
春和景丽
春和景丽 2020-11-29 21:29

Now that Office also comes in a 64bit install, where in the registry do you find out if the version of Office installed is 32bit or 64bit?

28条回答
  •  借酒劲吻你
    2020-11-29 22:16

    Not via the registry but via commandline tools:

    https://stackoverflow.com/a/6194710/2885897

    C:\Users\me>assoc .msg

    .msg=Outlook.File.msg.15

    C:\Users\me>ftype Outlook.File.msg.15

    Outlook.File.msg.15="C:\Program Files (x86)\Microsoft Office\Root\Office16\OUTLOOK.EXE" /f "%1"

提交回复
热议问题