代码之家  ›  专栏  ›  技术社区  ›  Regfor

如何以编程方式检测安装了32位或64位Visio版本?

  •  1
  • Regfor  · 技术社区  · 14 年前

    如何以编程方式检测安装了32位或64位Visio版本?

    8 回复  |  直到 11 年前
        1
  •  1
  •   Saravanan    14 年前

        2
  •  2
  •   user180100    14 年前

    Program Files (x86) Program Files

    GetBinaryType

        4
  •  0
  •   Community CDub    7 年前
        6
  •  0
  •   Jon Fournier    14 年前

        8
  •  0
  •   Community CDub    7 年前

    This has the answer. Office在Outlook项下为位添加注册表项(即使未安装Outlook):

    • 注册表路径:hkey_local_machine\software\microsoft\office\14.0\outlook
    • 注册表项:位
    • 值:x86或x64

    它也在下面给我 HKEY_LOCAL_MACHINE\Software\Microsoft\Office\15.0\Outlook (办公室2013)。