From ca86e91fdb5e50529ba84a3bfcf649e32a87c12e Mon Sep 17 00:00:00 2001 From: stansmith Date: Wed, 1 Aug 2007 17:13:11 +0000 Subject: [PATCH] [WinOF] delete OpenSM file from %SystemRoot%\temp instead of %TEMP%. git-svn-id: svn://openib.tc.cornell.edu/gen1@748 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/WinOF/WIX/CustomActions.vbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branches/WinOF/WIX/CustomActions.vbs b/branches/WinOF/WIX/CustomActions.vbs index ec6e8713..aacca232 100644 --- a/branches/WinOF/WIX/CustomActions.vbs +++ b/branches/WinOF/WIX/CustomActions.vbs @@ -225,7 +225,8 @@ End if Dim fso Dim sTemp Set fso = CreateObject("Scripting.FileSystemObject") - sTemp = fso.GetSpecialFolder(2) + sTemp = fso.GetSpecialFolder(0) & "\temp\" + ' remove files from %SystemRoot%\temp FileDelete(sTemp & "guid2lid") FileDelete(sTemp & "opensm-sa.dump") FileDelete(sTemp & "osm.log") -- 2.41.0