Tags

Howto (51) Free Software (35) Powershell (33) Windows Server (23) AD (16) Hyper-V (16) Exchange (13) Office (13) Group Policy (10) Windows Server 2012 (9) Scripts (7) Symantec BE (5) Windows 8 (5) Cisco (4) TMG (4) Terminal Server (4) Cluster (3) HP (3) RDS (3) UAG (3) Citrix (2) DC (2) DNS (2) IE10 (2) OpenID (2) PKI (2) SCVMM (2) Windows Live (2) iLO (2) Backup (1) DPM (1) Fileserver (1) IE (1) SQL; DPM (1) Security (1) Sharepoint (1) Switch (1) VMWare (1) Veeam (1)

dinsdag 6 maart 2012

Adobe Flash Player Version info en Installation

Om te kijken welke flash player version je geinstalleerd hebt:

http://kb2.adobe.com/cps/155/tn_15507.html

of

http://www.playerversion.com/


Om de laatste MSI versie te downloaden:

http://www.adobe.com/products/flashplayer/distribution3.html

Om te installeren kun je gebruik maken van onderstaande batchfile:

@echo off
pushd %~dp0
cd ..

set AppName=Adobe Flash Player
set AppSourcePath=Source
set AppConfigPath=Configuration
set AppInstallPath=Scripts
set AppHotfixesPath=Hotfixes
set MST=TRANSFORMS=
set LogFile="%temp%\%AppName%.log"
set Switches=/qn ALLUSERS=1 REBOOT="ReallySuppress"


cls
echo.
echo Installing %AppName%
echo.

cd %AppSourcePath%
start /wait msiexec /i "install_flash_player_11_active_x_32bit.msi" %Switches% /liewa %LOGFILE%

popd
endlocal


Voor meer informatie betreft gebruikte variabele %~dp0 in bovenstaande batchfile:
http://salfischberger.blogspot.com/2012/02/use-variable-for-current-directory-in.html

Geen opmerkingen:

Een reactie posten