From: Scott Cantor Date: Fri, 3 Aug 2012 22:54:04 +0000 (+0000) Subject: Remove schema path env var. X-Git-Tag: 2.5.0~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=5bff7770a6e7a0313943b4a04fc238997e267f31 Remove schema path env var. --- diff --git a/msi/scripts/shib_edit_config_files.vbs-wix b/msi/scripts/shib_edit_config_files.vbs-wix index 0d232b3..0aacd1c 100644 --- a/msi/scripts/shib_edit_config_files.vbs-wix +++ b/msi/scripts/shib_edit_config_files.vbs-wix @@ -74,6 +74,9 @@ if (Err = 0) then Set WshShell = CreateObject("WScript.Shell") WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\SHIBSP_PREFIX", ConvertedDir, "REG_SZ" + 'Blow away any old SHIBSPP_SCHEMAS variable we find + WshShell.RegDelete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\SHIBSP_SCHEMAS" + 'Perform actual Substitutions 'Afterwards, if the config file doesn't already exist, copy up to etc/shibboleth 'Also strip *.in for files in dist