Error 1001 when installing custom Windows Service

前端 未结 8 595
误落风尘
误落风尘 2020-12-08 15:50

I wrote a windows service that runs on Framework 4.0 and running in VS 2015. I also created a setup project (free Installshield version).

My service did not show und

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 16:23

    If you have .NET 4.6 installed on your build machine, you'll need the 2015 version of the limited edition to avoid a versioning bug with InstallShield's support for Installer Classes. (There are many causes for a 1001 error, so this is not a guaranteed fix.) Note that InstallShield 2015 Limited Edition does not support the community edition of Visual Studio.

提交回复
热议问题