Set up a default INSTALLDIR.
authorrdw <rdw@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 25 May 2013 13:55:58 +0000 (13:55 +0000)
committerrdw <rdw@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 25 May 2013 13:55:58 +0000 (13:55 +0000)
Various scripts fail horribly without this - most notably the editing script, but also keygen.
This only get provoked by a GUI-less install but should work anyway.

Hard wire the default to be C:\opt\shibboleth-sp\ Unfortunately we have to hardwire the dos device
since symbol exampansion does not work, and without a dos device we wonder off into network territory.

git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3857 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/WiX/ShibbolethSP-properties.wxi

index 0e16c28..de75897 100644 (file)
@@ -39,6 +39,8 @@
   <Property Id='ALWAYS_START_SERVICE' Value='TRUE' Secure='yes' />\r
 \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
   <!-- IISMAJORVERSION if IIS installed -->\r
   <PropertyRef Id='IISMAJORVERSION' />\r
 \r