Bug 470717 - Remove usage of deprecated GetPathFromRegStr macro. r=mcsmurf

This commit is contained in:
Robert Strong 2008-12-22 11:21:21 -08:00
Родитель c37760ea18
Коммит 34b2ac30c1
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -346,10 +346,9 @@ Section "-Application" APP_IDX
ClearErrors
ReadRegStr $R0 HKLM "Software\Apple Computer, Inc.\QuickTime" "InstallDir"
${Unless} ${Errors}
Push $R0
${GetPathFromRegStr}
Pop $R0
${Unless} ${Errors}
${GetLongPath} $R0 "$R0"
${Unless} $R0 == ""
ClearErrors
GetFullPathName $R0 "$R0\Plugins\nsIQTScriptablePlugin.xpt"
${Unless} ${Errors}
${LogHeader} "Copying QuickTime Scriptable Component"