SSPCPP-568 The INSTALL_DIR has to have a trailing backslash or else keygen fails.
authorRod Widdowson <rdw@steadingsoftware.com>
Tue, 4 Jun 2013 13:38:01 +0000 (13:38 +0000)
committerRod Widdowson <rdw@steadingsoftware.com>
Tue, 4 Jun 2013 13:38:01 +0000 (13:38 +0000)
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