[cpp-sp] 02/03: SSPCPP-817 Remove Stale reference to old batch files in Windows installer script
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 12 08:31:04 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ba71cb52925495f08aa9c7cf4882189b5d227e72
commit ba71cb52925495f08aa9c7cf4882189b5d227e72
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 12 11:48:43 2018 +0100
SSPCPP-817 Remove Stale reference to old batch files in Windows installer script
https://issues.shibboleth.net/jira/browse/SSPCPP-817
---
msi/scripts/shib_edit_config_files.vbs-wix | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/msi/scripts/shib_edit_config_files.vbs-wix b/msi/scripts/shib_edit_config_files.vbs-wix
index 58eff51..a27e0df 100644
--- a/msi/scripts/shib_edit_config_files.vbs-wix
+++ b/msi/scripts/shib_edit_config_files.vbs-wix
@@ -203,14 +203,7 @@ if (Err = 0) then
If (NOT FileSystemObj.FileExists(ConfigDir & "protocols.xml")) then
FileSystemObj.CopyFile DistDir & "protocols.xml", ConfigDir, false
- End If
-
- ConfigFile = ConfigDir & "SetService64.bat"
- ReplaceInFile ConfigFile, "@-INSTALLDIR-@", InstallDir
-
- ConfigFile = ConfigDir & "SetService32.bat"
- ReplaceInFile ConfigFile, "@-INSTALLDIR-@", InstallDir
-
+ End If
'Last End If
End If
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list