Fix service desc attribute
[shibboleth/sp.git] / msi / WiX / ShibbolethSP-exe-x86.wxs
index 3f65cc3..d0d4517 100644 (file)
           <File KeyPath='yes' Checksum='yes' Name='shibd.exe' />\r
           <!-- NOTE - whether this actually happens is predicated in noarch on whether this is an upgrade or not -->\r
           <ServiceInstall Id='shibd' Name='shibd_Default' \r
-                          DisplayName='Shibboleth 2 Daemon (Default)' Type='ownProcess' \r
-                          Start='auto' ErrorControl='ignore' />\r
-          <ServiceControl Id='shibd_Default' Name='shibd_Default' Stop='uninstall'  \r
+                          DisplayName='Shibboleth 2 Daemon (Default)'\r
+                          Description='Manages shared state and offloads SAML processing from Shibboleth web server modules.'\r
+                          Arguments='-stdout "[INSTALLDIR]var\log\shibboleth\stdout.log" -stderr "[INSTALLDIR]var\log\shibboleth\stderr.log"'\r
+                          Type='ownProcess' Start='auto' ErrorControl='ignore' />\r
+          <ServiceControl Id='shibd_Default' Name='shibd_Default' Stop='both'  \r
                           Remove='uninstall' Start='install' Wait='no' />\r
         </Component>\r
         <Directory Id='sbin_debug' Name='debug' FileSource='$(var.SPBuildDirectory)\cpp-sp\Debug' >\r