Lien Editeur : http://www.adobe.com/fr/products/air/runtime-distribution3.html
Preventing automatic updates to Adobe AIR
On Windows, add a DWORD value named UpdateDisabled to the HKey_Local_Machine\Software\Policies\Adobe\AIR registry key, and set the value to 1.
Le script bat
1 2 3 4 5 |
Start /wait "install" "%~dp0AdobeAIRInstaller.exe" -silent> reg add "HKLM\Software\Policies\Adobe\AIR" /v UpdateDisabled /t REG_DWORD /d 1 /f if "%PROCESSOR_ARCHITECTURE%"=="x86" goto Fin reg add "HKLM\Software\Wow6432Node\Policies\Adobe\AIR" /v UpdateDisabled /t REG_DWORD /d 1 /f :Fin |
Des exemples de packages sont disponibles sur la page : Packages
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 27 novembre 2016.
Laisser un commentaire