Problem with Setup project for Windows service C++/CLI
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I want to make a setup project for a windows service written in c++/cli. At the moment I have a big problem that the installer fails allways. The problem is, that I get allways an exception that during initializing the installation is happened an error (FileLoadException with unverifyable file. HRESULT: 0x80131019). I have found a lot of things about that error in the www, but no solution for me. If I want to install the service with service -Install this works fine... The problem has something to do with the custom action. That I have added to the installer....Only primaray output of service (with argument -Install) Best regards Hansjörg