代码之家  ›  专栏  ›  技术社区  ›  Bil Simser

有没有办法让Server 2008在安装程序中*显示*为Vista?

  •  2
  • Bil Simser  · 技术社区  · 17 年前

    我有一个工具想安装在我的主开发箱(Windows Server 2008)上。安装程序告诉我它需要Vista。当然,我并不是说Server 2008就是Vista,但我认为安装在Vista上的东西应该能够安装在Server 2008上。

    是否有某种方法(可能是通过临时注册表更改)使服务器2008系统显示为Vista,以便安装软件?

    谢谢!

    3 回复  |  直到 17 年前
        1
  •  4
  •   Sören Kuklau Keith Boynton    17 年前

    Win2008Workstation has an example guide 如何使用Orca修补MSI文件。

        2
  •  1
  •   Nick Berardi    17 年前

    当右键单击并进入安装程序的属性时,您是否尝试过运行安装程序的模拟器?

    右键单击>属性>相容性>并将兼容模式更改为Windows XP或Windows Server 2003

        3
  •  1
  •   Cristian Libardo    17 年前

    一些想法:

    • 如果是MSI安装程序, download orca 并删除执行检查的自定义操作
    • 使用以下工具 process monitor 观察安装程序读取哪些注册表项,并对其进行调整以匹配vista。