質問

I have created an exe using exe4j (chose to create a service ) I am running installutil from v2.0 .net framework library using

 installutil c:\...\myExe

and I get

the module was expected to contain an assembly manifest - badimageformatexception

How can I solve this? Thanks.

役に立ちましたか?

解決

InstallUtil is an installer for NET created services.
I doubt that it can install a service created with exe4j.

I will try using sc.exe

See references

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top