From: Scott Cantor Date: Thu, 7 Jun 2012 04:00:38 +0000 (+0000) Subject: Add command line options to service install X-Git-Tag: 2.5.0~60 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=44fcf93d301a02110b133fb3f39bfaaa9bfa1a56 Add command line options to service install --- diff --git a/msi/WiX/ShibbolethSP-exe-x86.wxs b/msi/WiX/ShibbolethSP-exe-x86.wxs index 6216a82..7c17d57 100644 --- a/msi/WiX/ShibbolethSP-exe-x86.wxs +++ b/msi/WiX/ShibbolethSP-exe-x86.wxs @@ -129,8 +129,10 @@ + 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' />