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.
我已经使用 exe4j 创建了一个 exe(选择创建一个服务)我正在使用 v2.0 .net 框架库运行 installutil
installutil c:\...\myExe
我得到
该模块应包含程序集清单 - badimageformatexception
我该如何解决这个问题?谢谢。
InstallUtil 是 NET 创建的服务的安装程序。 我怀疑它是否可以安装使用 exe4j 创建的服务。
我会尝试使用 sc.exe
查看参考资料