Fix service desc attribute
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 8 Jun 2012 00:49:55 +0000 (00:49 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 8 Jun 2012 00:49:55 +0000 (00:49 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3702 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/WiX/ShibbolethSP-exe-x86.wxs

index ef2fccf..d0d4517 100644 (file)
           <!-- 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)'\r
-                          Display='Manages shared state and offloads SAML processing from Shibboleth web server modules.'\r
+                          Description='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