Fix service desc attribute
authorScott Cantor <cantor.2@osu.edu>
Fri, 8 Jun 2012 00:49:55 +0000 (00:49 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 8 Jun 2012 00:49:55 +0000 (00:49 +0000)
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