Consider adding ALWAYS_START_SERVICE to the Windows Installer
Completed
Description fields
Basics
Logistics
Basics
Logistics
Description
One of my perpetual issues with the IdP installer is that if the starts do not align correctly the installation ma fail, purely because the service cannot start.
We will have this in spades when we start running Jetty as a particular user.
One of my perpetual issues with the IdP installer is that if the starts do not align correctly the installation ma fail, purely because the service cannot start.
We will have this in spades when we start running Jetty as a particular user.
I just rediscovered in https://shibboleth.atlassian.net/browse/SSPCPP-961 that in SP land we have a property called ALWAYS_START_SERVICE = "TRUE" and this action
<InstallExecuteSequence> <StartServices>(NOT Installed) AND (ALWAYS_START_SERVICE = "TRUE")</StartServices> </InstallExecuteSequence>
(Don’t think that We need the Not Installed thing)