From d602f4fb516292c297072bd924289eea37b45fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 15 Mar 2023 20:36:27 +0100 Subject: New upstream version 3.1.9 --- scripts/uninstall.vbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/uninstall.vbs') diff --git a/scripts/uninstall.vbs b/scripts/uninstall.vbs index b392a46..ea02045 100644 --- a/scripts/uninstall.vbs +++ b/scripts/uninstall.vbs @@ -39,7 +39,7 @@ EnvPath = sh.RegRead(key3) ' wscript.echo "EnvPath= " & EnvPath ' Calculates strStartAt which cuts the strSearchFor value from the path -' strSearchFor = ";C:\program files\intel\ipmirastools" +' strSearchFor = ";C:\program files\sourceforge\ipmiutil" strSearchFor = ";" & InstallLoc newPath = EnvPath iStartAt = "0" @@ -54,7 +54,7 @@ If (strStartAt > "0") then strTotalLen=len(newPath) newPathLeft=left(newPath,iStartAt) newPathRight=right(newPath, (strTotalLen-strSearchForLen-iStartAt)) - newPath=newPathLeft + newPathRight + newPath=newPathLeft + ";" + newPathRight end if ' wscript.echo "newPath= " & newPath -- cgit v1.2.3