зеркало из https://github.com/mozilla/pjs.git
Fix typo from Bug 343581 - Uninstaller removed required system folder 'C:\Documents and Settings\All Users\Desktop'. Also fix typo in calendar's installer.nsi. r=sspitzer
This commit is contained in:
Родитель
7cd10e54bf
Коммит
17d9dc222b
|
@ -967,7 +967,7 @@ Function un.RemoveDirsCallback
|
|||
Pop $R0
|
||||
GetFullPathName $R1 "$R0"
|
||||
; We only try to remove empty directories but the Desktop, StartMenu, and
|
||||
; QuickLaunch directories can be empty so gaurd against removing them.
|
||||
; QuickLaunch directories can be empty so guard against removing them.
|
||||
SetShellVarContext all
|
||||
${If} $R1 == "$DESKTOP"
|
||||
${OrIf} $R1 == "$STARTMENU"
|
||||
|
|
Загрузка…
Ссылка в новой задаче