Removed: #1631 ActiveX Flash component download in windows installer

This commit is contained in:
Jindra Petřík
2021-02-27 22:50:48 +01:00
parent 1aee4e108a
commit 7e9df196ab
2 changed files with 8 additions and 4 deletions

View File

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

View File

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