[cpp-sp COMMIT] /branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi

noreply at shibboleth.net noreply at shibboleth.net
Tue Jun 4 09:38:01 EDT 2013


Author: rdw
Date: Tue Jun  4 09:38:01 2013
New Revision: 3862

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3862&view=rev
Log:
SSPCPP-568 The INSTALL_DIR has to have a trailing backslash or else keygen fails.

Modified:
    branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi

Modified: branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi?rev=3862&r1=3861&r2=3862&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi Tue Jun  4 09:38:01 2013
@@ -40,7 +40,7 @@
 
   <!-- UPGRADINGPRODUCTCODE set in the uninstall if this is an upgrade uninstall -->
   <!-- SSPCPP-568 We need a default for InstallDir -->
-  <Property Id='INSTALLDIR' Value='C:\opt\shibboleth-sp'/>
+  <Property Id='INSTALLDIR' Value='C:\opt\shibboleth-sp\'/>
   <!-- IISMAJORVERSION if IIS installed -->
   <PropertyRef Id='IISMAJORVERSION' />
 



More information about the commits mailing list