Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
2
-
Windows 2015-01-28
Description
As summarised by josh in PUP-1802
In FOSS, there's a service_manager.rb that registers ruby.exe, so that's already good. https://github.com/puppetlabs/marionette-collective/blob/master/ext/windows/service_manager.rb#L34
In PE, this is handled in the wix installer, and that registers mco_daemon.bat, so that's not good.
We should change the wix installer to use a similar mechanism for PE as we do for FOSS so there are fewer differences in how we launch things, and also to address the underlying issues raised in PUP-1802