From 56a72f8fcb536fa6fc9b002a2578aa3483802fab Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 20 Mar 2003 11:39:18 +0000 Subject: [PATCH] GetFullPathName -> SearchPath git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2344 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/SysFunc.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/System/SysFunc.nsh b/Contrib/System/SysFunc.nsh index ecf5fe57..d3d86dbb 100644 --- a/Contrib/System/SysFunc.nsh +++ b/Contrib/System/SysFunc.nsh @@ -44,7 +44,7 @@ Function GetInstallerExeName IntOp $R2 $R2 - $R1 StrCpy $R0 $CMDLINE $R2 $R1 - GetFullPathName $R0 $R0 ; expand file name to full path + SearchPath $R0 $R0 ; expand file name to full path Pop $R2 Pop $R1