Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让安装程序在 64 位机器上为 32 位应用程序工作。我最初包含了 vcredist 包的 64 位版本并编写了脚本,以便它可以在 64 位机器上使用它们。那么在 64 位机器上安装 32 位的是否符合规定?
是的,您应该安装 32 位可再发行组件。64 位可再发行组件对 32 位应用程序没有帮助,并且 64 位可再发行组件的安装程序不会自动安装 32 位可再发行组件。