Where to Download or Extract Adobe .MSI files and Java Runtimes.

By | August 9, 2013
Share

Adobe Reader:
1. Download latest .EXE ftp://ftp.adobe.com/pub/adobe/reader/win/
2. Extract .MSI and .MSP files using the “-nos_o and -nos_ne” arguments.

AdbeRdrXXXX.exe -nos_o”C:\SomeFolder” -nos_ne

3. Install using msiexec /i and /p commands.

start /w "" c:\windows\System32\msiexec.exe /i "%~dp0AcroRead.msi" /qn /norestart
start /w "" c:\windows\System32\msiexec.exe /p "%~dp0AdbeRdrUpd11003.msp" /qn /norestart

Adobe Flash:

*Updated links for msi download:
https://fpdownload.macromedia.com/pub/flashplayer/pdc/24.0.0.194/install_flash_player_24_active_x.msi
https://fpdownload.macromedia.com/pub/flashplayer/pdc/24.0.0.194/install_flash_player_24_plugin.msi
* thanks reddit /u/kheldorn
1. Download .MSI http://www.adobe.com/products/flashplayer/fp_distribution3.html
2. If you want to disable the client updating, see this article

Adobe Shockwave:
1. Download .MSI http://www.adobe.com/products/shockwaveplayer/shwv_distribution3.html

Java:
1. Download the Offline installer http://www.java.com/en/download/manual.jsp
2. Install using “/s” argument.

start /w "" "%~dp0jre-7u25-windows-i586.exe" /s

/Brian G

Leave a Reply

Your email address will not be published.

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.