Skip to content

Commit

Permalink
v1.0.6-TRON
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatus authored Jul 4, 2017
1 parent 75da866 commit bf92f7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ if exist "%windir%\System32\macromed\flash\*plugin.exe" set FLASH_FIREFOX_DETECT
:: Perform removal and fresh installation of those existing versions
if %FLASH_ACTIVEX_DETECTED%==yes (
wmic product where "name like 'Adobe Flash Player%%ActiveX'" uninstall /nointeractive >> "%LOGPATH%\%LOGFILE%" 2>NUL
msiexec /i "install_flash_player_25_active_x.msi" %FLAGS%
msiexec /i "install_flash_player_26_active_x.msi" %FLAGS%
)
if %FLASH_CHROME_DETECTED%==yes (
wmic product where "name like 'Adobe Flash Player%%PPAPI'" uninstall /nointeractive >> "%LOGPATH%\%LOGFILE%" 2>NUL
msiexec /i "install_flash_player_25_ppapi.msi" %FLAGS%
msiexec /i "install_flash_player_26_ppapi.msi" %FLAGS%
)
if %FLASH_FIREFOX_DETECTED%==yes (
wmic product where "name like 'Adobe Flash Player%%Plugin'" uninstall /nointeractive >> "%LOGPATH%\%LOGFILE%" 2>NUL
wmic product where "name like 'Adobe Flash Player%%NPAPI'" uninstall /nointeractive >> "%LOGPATH%\%LOGFILE%" 2>NUL
msiexec /i "install_flash_player_25_plugin.msi" %FLAGS%
msiexec /i "install_flash_player_26_plugin.msi" %FLAGS%
)


Expand Down

0 comments on commit bf92f7e

Please sign in to comment.