User Tools

Site Tools


batch:flashupdater

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
batch:flashupdater [2014/12/12 14:15] gfsadministratorbatch:flashupdater [2015/02/09 18:55] (current) gfsadministrator
Line 29: Line 29:
 REM Chiusura browser forzata REM Chiusura browser forzata
 echo Verifica e chiusura processi rimasti aperti ... echo Verifica e chiusura processi rimasti aperti ...
 +echo;
 taskkill /IM firefox.exe /F > NUL taskkill /IM firefox.exe /F > NUL
 taskkill /IM chrome.exe /F > NUL taskkill /IM chrome.exe /F > NUL
 taskkill /IM iexplore.exe /F >NUL taskkill /IM iexplore.exe /F >NUL
 taskkill /IM opera.exe /F >NUL taskkill /IM opera.exe /F >NUL
 +echo;
  
 REM Copia degli eseguibili trovati sul server REM Copia degli eseguibili trovati sul server
 echo Scarico gli ultimi pacchetti disponibili sui server Adobe, non chiudere questa finestra ... echo Scarico gli ultimi pacchetti disponibili sui server Adobe, non chiudere questa finestra ...
-wget http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_XX_active_x.exe +wget http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe 
-wget http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_XX_plugin.exe+wget http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe 
 +echo;
  
 REM Installazione dei pacchetti da locale REM Installazione dei pacchetti da locale
 echo Procedo con l'installazione del software scaricato ... echo Procedo con l'installazione del software scaricato ...
 +echo;
 echo Installazione Flash Player ActiveX per Internet Explorer ... echo Installazione Flash Player ActiveX per Internet Explorer ...
-start "Installazione Flash Player ActiveX" /wait install_flash_player_XX_active_x.exe -install+start "Installazione Flash Player ActiveX" /wait install_flash_player_ax.exe -install
 echo Installazione Flash Player Plugin per browser alternativi ... echo Installazione Flash Player Plugin per browser alternativi ...
-start "Installazione Flash Player Plugin" /wait install_flash_player_XX_plugin.exe -install+start "Installazione Flash Player Plugin" /wait install_flash_player.exe -install 
 + 
 +echo; 
 +echo Installazione terminata, premere un qualsiasi tasto per chiudere la finestra. 
 +pause > NUL 
 + 
 +REM Rimozione pacchetti di installazione 
 +del /S /Q install_flash_player_ax.exe 
 +del /S /Q install_flash_player.exe.exe 
 +del /S /Q wget.exe
 </file> </file>
  
-Dove sostituire il numero di versione nell'URL (al posto di _XX_, ndr) dei pacchetti basterà ad aggiornare il codice anche per le future release del tool.+Da quest'ultima versione in poi non sarà necessario (a meno di modifiche da parte di Adobe) sostituire il numero di versione di Flash in quanto andrà a prendere direttamente le ultime versioni disponibili.
batch/flashupdater.txt · Last modified: 2015/02/09 18:55 by gfsadministrator