# HG changeset patch # User Richard Marti # Date 1549467454 -3600 # Node ID 7912b3df18bd9e5b2d79e70c8135209e2bf6d2cc # Parent c8c47635fd44e28b784aad15939b8c86d0d0faac Bug 1525601 - Port bug 1329869: Add missing variable AddTaskbarSC to uninstaller.nsi. r=jorgk diff --git a/mail/installer/windows/nsis/uninstaller.nsi b/mail/installer/windows/nsis/uninstaller.nsi --- a/mail/installer/windows/nsis/uninstaller.nsi +++ b/mail/installer/windows/nsis/uninstaller.nsi @@ -32,16 +32,20 @@ ManifestDPIAware true ; prevents compiling of the reg write logging. !define NO_LOG !define MaintUninstallKey \ "Software\Microsoft\Windows\CurrentVersion\Uninstall\MozillaMaintenanceService" Var TmpVal Var MaintCertKey +; AddTaskbarSC is defined here in order to silence warnings from inside +; MigrateTaskBarShortcut and is not intended to be used here. +; See Bug 1329869 for more. +Var AddTaskbarSC ; Other included files may depend upon these includes! ; The following includes are provided by NSIS. !include FileFunc.nsh !include LogicLib.nsh !include MUI.nsh !include WinMessages.nsh !include WinVer.nsh