From 25995be53162f8a7ca7b3b8960b05d81a5f3abaa Mon Sep 17 00:00:00 2001 From: stansmith Date: Wed, 1 Aug 2007 17:11:43 +0000 Subject: [PATCH] [WinOF] delete OpenSM file from %SystemRoot%\temp instead of %TEMP%. git-svn-id: svn://openib.tc.cornell.edu/gen1@747 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/WinOF/InstallShield/CustomActions.vbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branches/WinOF/InstallShield/CustomActions.vbs b/branches/WinOF/InstallShield/CustomActions.vbs index ff373bc1..18f56c48 100644 --- a/branches/WinOF/InstallShield/CustomActions.vbs +++ b/branches/WinOF/InstallShield/CustomActions.vbs @@ -182,7 +182,8 @@ Function RemoveDriverFiles() 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