Add command line options to service install
authorScott Cantor <cantor.2@osu.edu>
Thu, 7 Jun 2012 04:00:38 +0000 (04:00 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 7 Jun 2012 04:00:38 +0000 (04:00 +0000)
msi/WiX/ShibbolethSP-exe-x86.wxs

index 6216a82..7c17d57 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
+                          DisplayName='Shibboleth 2 Daemon (Default)'\r
+                          Display='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