From 7e9df196ab9a2f211d4f868692cb3d50a8d336eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 27 Feb 2021 22:50:48 +0100 Subject: [PATCH] Removed: #1631 ActiveX Flash component download in windows installer --- CHANGELOG.md | 3 +++ installer.nsi | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8312216f6..81402ec32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ All notable changes to this project will be documented in this file. - SWF is not garbage collected on close in some situations - AS1/2 script search does not show all results +### Removed +- #1631 ActiveX Flash component download in windows installer + ## [14.0.1] - 2021-02-26 ### Added - AS3 goto definition on imports diff --git a/installer.nsi b/installer.nsi index 3b292c657..cb877e43e 100644 --- a/installer.nsi +++ b/installer.nsi @@ -34,9 +34,10 @@ ${StrLoc} ;Old not working ;!define FLASH_URL "http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_ax.exe" -!define FLASH_URL "http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe" +;Not working too since 2021 +;!define FLASH_URL "http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe" -!include "nsis_plugins\Flash_Inetc.nsh" +;!include "nsis_plugins\Flash_Inetc.nsh" !include x64.nsh @@ -293,7 +294,7 @@ IntOp ${Var} $0 - $1 !insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_DIRECTORY ;!insertmacro CUSTOM_PAGE_JREINFO - !insertmacro CUSTOM_PAGE_FLASHINFO + ;!insertmacro CUSTOM_PAGE_FLASHINFO var SMDir @@ -681,7 +682,7 @@ Section "FFDec" SecDummy WriteUninstaller "$INSTDIR\Uninstall.exe" ;call DownloadAndInstallJREIfNecessary - call DownloadAndInstallFlashIfNecessary + ;call DownloadAndInstallFlashIfNecessary SectionEnd