Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). makensis.mk changes. r=jmathies

This commit is contained in:
Robert Strong 2010-06-21 18:16:40 -07:00
Родитель eb62760725
Коммит 485b396f5e
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -69,10 +69,10 @@ $(CONFIG_DIR)/setup.exe::
done
$(INSTALL) $(addprefix $(MOZILLA_DIR)/other-licenses/nsis/Plugins/,$(CUSTOM_NSIS_PLUGINS)) $(CONFIG_DIR)
$(INSTALL) $(MOZILLA_DIR)/toolkit/mozapps/installer/windows/nsis/setup.ico $(CONFIG_DIR)
cd $(CONFIG_DIR) && makensisu.exe installer.nsi
cd $(CONFIG_DIR) && $(MAKENSISU) installer.nsi
# Support for building the uninstaller when repackaging locales
ifeq ($(CONFIG_DIR),l10ngen)
cd $(CONFIG_DIR) && makensisu.exe uninstaller.nsi
cd $(CONFIG_DIR) && $(MAKENSISU) uninstaller.nsi
endif
$(CONFIG_DIR)/7zSD.sfx:
@ -95,6 +95,6 @@ uninstaller::
done
$(INSTALL) $(addprefix $(MOZILLA_DIR)/other-licenses/nsis/Plugins/,$(CUSTOM_NSIS_PLUGINS)) $(CONFIG_DIR)
$(INSTALL) $(MOZILLA_DIR)/toolkit/mozapps/installer/windows/nsis/setup.ico $(CONFIG_DIR)
cd $(CONFIG_DIR) && makensisu.exe uninstaller.nsi
cd $(CONFIG_DIR) && $(MAKENSISU) uninstaller.nsi
$(NSINSTALL) -D $(DIST)/bin/uninstall
cp $(CONFIG_DIR)/helper.exe $(DIST)/bin/uninstall