GetFullPathName -> SearchPath

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2344 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-20 11:39:18 +00:00
parent 84d1984c25
commit 56a72f8fcb

View file

@ -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