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

git-svn-id: svn://10.0.0.236/trunk@201563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rob_strong%exchangecode.com
2006-07-05 18:20:49 +00:00
parent 984af41366
commit 7689347758

View File

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