Followup to Bug 476106 (Win32 only) - Unable to get directory path for directories immediately under some symlinks. r=jmathies

This commit is contained in:
Robert Strong 2009-02-05 00:28:15 -08:00
Родитель 5a0cc7264d
Коммит 0360bb2d02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -559,7 +559,7 @@ Function .onInit
FunctionEnd
Function un.onInit
GetFullPathName $INSTDIR "$INSTDIR\.."
${un.GetParent} "$INSTDIR" $INSTDIR
${un.GetLongPath} "$INSTDIR" $INSTDIR
${Unless} ${FileExists} "$INSTDIR\${FileMainEXE}"
Abort