Каждый сталкивался с множеством установленных дистрибутивов Adobe Flash Player на своих рабочих станциях, я ужаснулся после инвентаризации SCCM :)
Для обновления нам потребуется утилита от Adobe Uninstall Flash Player
Далее качаем все дистрибутивы, это active_x, plugin_npapi и plugin_ppapi.
Создаем application
Adobe Flash Player 21 (21.0.0.213)
Content:
Deployments options:
Download content from distribution point and run localy
Programs:
Installation program: start.bat
Detection Method:
{8AA0E56A-5F80-413C-863D-67ED1E0DAC55} [msi npapi] т.к. данный пакет устанавливается на все версии Windows
start.bat
@echo off
start uninstall_flash_player.exe -uninstall
takeown /F %Windir%\System32\Macromed\Flash /R /D Y
icacls %Windir%\System32\Macromed\Flash /t /grant все:(OI)(CI)F
RD %Windir%\System32\Macromed\Flash /s /q
takeown /F %Windir%\SysWOW64\Macromed\Flash /R /D Y
icacls %Windir%\SysWOW64\Macromed\Flash /t /grant все:(OI)(CI)F
RD %Windir%\SysWOW64\Macromed\Flash /s /q
msiexec.exe /i flash_player_2100213_active_x.msi /q
msiexec.exe /i flash_player_2100213_plugin_npapi.msi /q
msiexec.exe /i flash_player_2100213_plugin_ppapi.msi /q
xcopy mms.cfg %Windir%\SysWOW64\Macromed\Flash /y
xcopy mms.cfg %Windir%\System32\Macromed\Flash /y
exit
Пакет готов, все клиенты обновились
Для обновления нам потребуется утилита от Adobe Uninstall Flash Player
Далее качаем все дистрибутивы, это active_x, plugin_npapi и plugin_ppapi.
Создаем application
Adobe Flash Player 21 (21.0.0.213)
Content:
Deployments options:
Download content from distribution point and run localy
Programs:
Installation program: start.bat
Detection Method:
{8AA0E56A-5F80-413C-863D-67ED1E0DAC55} [msi npapi] т.к. данный пакет устанавливается на все версии Windows
start.bat
@echo off
start uninstall_flash_player.exe -uninstall
takeown /F %Windir%\System32\Macromed\Flash /R /D Y
icacls %Windir%\System32\Macromed\Flash /t /grant все:(OI)(CI)F
RD %Windir%\System32\Macromed\Flash /s /q
takeown /F %Windir%\SysWOW64\Macromed\Flash /R /D Y
icacls %Windir%\SysWOW64\Macromed\Flash /t /grant все:(OI)(CI)F
RD %Windir%\SysWOW64\Macromed\Flash /s /q
msiexec.exe /i flash_player_2100213_active_x.msi /q
msiexec.exe /i flash_player_2100213_plugin_npapi.msi /q
msiexec.exe /i flash_player_2100213_plugin_ppapi.msi /q
xcopy mms.cfg %Windir%\SysWOW64\Macromed\Flash /y
xcopy mms.cfg %Windir%\System32\Macromed\Flash /y
exit
Пакет готов, все клиенты обновились
Комментариев нет:
Отправить комментарий