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.
全部,
我想将与 32 位和 64 位相关的两个文件放在一个 MSI 项目中 让我知道是否有人做过
谢谢拉杰尼尔
x86 和 x64 机器上只能安装 32 位 MSI 软件包。但是,32 位 MSI 包无法写入 x64 机器上的 64 位位置,例如“C:\Program Files”或“C:\Windows\system32”。它将始终被重定向到“C:\Program Files (x86)”或“C:\Windows\SysWOW64”。您是否需要将 64 位文件安装在 64 位位置?