From 4b33e4e91aa504fc2bf68398d22a96f47d81e48f Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Sat, 25 May 2013 13:55:58 +0000 Subject: [PATCH] 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. --- msi/WiX/ShibbolethSP-properties.wxi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msi/WiX/ShibbolethSP-properties.wxi b/msi/WiX/ShibbolethSP-properties.wxi index 0e16c28..de75897 100644 --- a/msi/WiX/ShibbolethSP-properties.wxi +++ b/msi/WiX/ShibbolethSP-properties.wxi @@ -39,6 +39,8 @@ + + -- 2.1.4