From ac8d05e30977cfac2950da72780de1a3f9182f5c Mon Sep 17 00:00:00 2001 From: scantor Date: Thu, 7 Jun 2012 04:00:38 +0000 Subject: [PATCH] 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 --- msi/WiX/ShibbolethSP-exe-x86.wxs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' /> -- 2.1.4