Bug 393149 - Some registry keys aren't removed under HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\ [win32 only]. r=sspitzer

This commit is contained in:
rob_strong@exchangecode.com 2007-08-21 23:46:06 -07:00
Родитель 31b3d24b9f
Коммит a1005af5d8
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -819,8 +819,9 @@ Exch $R9 ; exchange the new $R9 value with the top of the stack
${GetParentDir}
Pop $R9
IfFileExists "$R8" 0 +2
StrCmp $R9 $INSTDIR 0 outerloop
IfFileExists "$R8" 0 +3
${${_MOZFUNC_UN}GetLongPath} "$R9" $R9
StrCmp "$R9" "$R1" 0 outerloop
ClearErrors
DeleteRegKey SHCTX "$R2\$R3"
IfErrors outerloop