Remove extra slash from paths
authorScott Cantor <cantor.2@osu.edu>
Thu, 7 Jun 2012 14:08:42 +0000 (14:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 7 Jun 2012 14:08:42 +0000 (14:08 +0000)
msi/WiX/ShibbolethSP-exe-x86.wxs

index 7c17d57..ef2fccf 100644 (file)
           <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
-                          Arguments='-stdout "[INSTALLDIR]\var\log\shibboleth\stdout.log" -stderr "[INSTALLDIR]\var\log\shibboleth\stderr.log"'\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
                           Remove='uninstall' Start='install' Wait='no' />\r