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:
rob_strong%exchangecode.com 2006-07-05 18:20:49 +00:00
Родитель 7cd10e54bf
Коммит 17d9dc222b
1 изменённых файлов: 1 добавлений и 1 удалений

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

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