SSPCPP-568 The INSTALL_DIR has to have a trailing backslash or else keygen fails.
authorrdw <rdw@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 4 Jun 2013 13:38:01 +0000 (13:38 +0000)
committerrdw <rdw@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 4 Jun 2013 13:38:01 +0000 (13:38 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3862 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/WiX/ShibbolethSP-properties.wxi

index de75897..223e92b 100644 (file)
@@ -40,7 +40,7 @@
 \r
   <!-- UPGRADINGPRODUCTCODE set in the uninstall if this is an upgrade uninstall -->\r
   <!-- SSPCPP-568 We need a default for InstallDir -->\r
-  <Property Id='INSTALLDIR' Value='C:\opt\shibboleth-sp'/>\r
+  <Property Id='INSTALLDIR' Value='C:\opt\shibboleth-sp\'/>\r
   <!-- IISMAJORVERSION if IIS installed -->\r
   <PropertyRef Id='IISMAJORVERSION' />\r
 \r