0

我从“WixSharp Managed Setup – Custom UI”模板创建了一个新的 Wixsharp 项目,并添加了 WixSharp nuget。在项目中 Platform target 设置为Any CPU。当我编译并执行 MSI 时,进程以 32 位执行。

任务管理器

如何让 MSI 将 Windows 安装程序作为 64 位进程执行?ManagedUI 支持吗?

如果我将 WixSharp 项目上的 Platform target 设置为x64,编译它并执行 MSI,我会收到一个错误:

Cannot attach ManagedUI: System.BadImageFormatException: Could not load file or assembly 'WixSharpSetup, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. File name: 'WixSharpSetup, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'

谢谢

4

0 回答 0