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

noreply at shibboleth.net noreply at shibboleth.net
Sat May 25 09:55:59 EDT 2013


Author: rdw
Date: Sat May 25 09:55:58 2013
New Revision: 3857

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3857&view=rev
Log:
Set up a default INSTALLDIR.

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.


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=3857&r1=3856&r2=3857&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-properties.wxi Sat May 25 09:55:58 2013
@@ -39,6 +39,8 @@
   <Property Id='ALWAYS_START_SERVICE' Value='TRUE' Secure='yes' />
 
   <!-- 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'/>
   <!-- IISMAJORVERSION if IIS installed -->
   <PropertyRef Id='IISMAJORVERSION' />
 



More information about the commits mailing list