Adobe Flash Player

Post date: May 02, 2013 1:19:10 PM

@rem Adobe Flash Player is freeware software for viewing multimedia, executing Rich Internet Applications,

@rem and streaming video and audio, content created on the Adobe Flash platform. 網路瀏覽器外掛程式

@rem https://www.adobe.com/products/flashplayer/distribution.html

if exist AdobeFlashPlayer\install_flash_player_32_plugin.msi goto next

start /wait "" wget.exe "https://fpdownload.macromedia.com/pub/flashplayer/pdc/32.0.0.114/install_flash_player_32_plugin.msi" --directory-prefix=AdobeFlashPlayer

start /wait "" wget.exe "https://fpdownload.macromedia.com/pub/flashplayer/pdc/32.0.0.114/install_flash_player_32_ppapi.msi" --directory-prefix=AdobeFlashPlayer

:next

start /wait msiexec /qr /i AdobeFlashPlayer\install_flash_player_32_plugin.msi

start /wait msiexec /qr /i AdobeFlashPlayer\install_flash_player_32_ppapi.msi