[cpp-sp COMMIT] /branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs

noreply at shibboleth.net noreply at shibboleth.net
Thu Jun 7 05:00:38 BST 2012


Author: scantor
Date: Thu Jun  7 05:00:38 2012
New Revision: 3697

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3697&view=rev
Log:
Add command line options to service install

Modified:
    branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs

Modified: branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs?rev=3697&r1=3696&r2=3697&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs Thu Jun  7 05:00:38 2012
@@ -129,8 +129,10 @@
           <File KeyPath='yes' Checksum='yes' Name='shibd.exe' />
           <!-- NOTE - whether this actually happens is predicated in noarch on whether this is an upgrade or not -->
           <ServiceInstall Id='shibd' Name='shibd_Default' 
-                          DisplayName='Shibboleth 2 Daemon (Default)' Type='ownProcess' 
-                          Start='auto' ErrorControl='ignore' />
+                          DisplayName='Shibboleth 2 Daemon (Default)'
+                          Display='Manages shared state and offloads SAML processing from Shibboleth web server modules.'
+                          Arguments='-stdout "[INSTALLDIR]\var\log\shibboleth\stdout.log" -stderr "[INSTALLDIR]\var\log\shibboleth\stderr.log"'
+                          Type='ownProcess' Start='auto' ErrorControl='ignore' />
           <ServiceControl Id='shibd_Default' Name='shibd_Default' Stop='both'  
                           Remove='uninstall' Start='install' Wait='no' />
         </Component>



More information about the commits mailing list