Вопрос

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