Topshelf service and Wix Installer

1.7k Views Asked by At

We develop a pack of windows services and used topshelf, which helped us to write them with easy. But now we implement an installer for them and faced a problem: Wix installs our services incorrectly. As mentioned here, the problem is because class, implementing Installer base class is somewhere in Topshelf and isn't found by util Wix uses to install service. We cannot write installers for each service and neither do want to implement our own custom actions to work with services (make registry entries for them, check if they are installed and so on). So, what can we do to deal with this problem?

0

There are 0 best solutions below