From: scantor Date: Thu, 7 Jun 2012 04:00:38 +0000 (+0000) Subject: Add command line options to service install X-Git-Tag: 2.5.0~61 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=ac8d05e30977cfac2950da72780de1a3f9182f5c Add command line options to service install git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3697 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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' />