 Flash Player Plugin 32.0.0.371
 Flash Player Plugin 32.0.0.371 
| Full internal name: | com.adobe.FlashPlayer | 
| Project site: | http://get.adobe.com/de/flashplayer/ | 
| Screen shots: | |
| Download: | Download Flash Player Plugin 32.0.0.371 https://download.macromedia.com/get/flashplayer/pdc/32.0.0.371/install_flash_player_32_plugin.msi VirusTotal results | 
| Change log: | n/a | 
| Description: | WARNING: always installs the newest version.
 | 
| License: | Flash Player license | 
| Version: | 32.0.0.371 | 
| SHA-1 or SHA-256: | |
| Type: | one file | 
| Dependencies: | |
| Tags: | |
| Text files: | .Npackd\Install.bat: for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
mkdir .Npackd
move "%setup%" .Npackd
set err=%errorlevel%
if %err% neq 0 exit %err%
rem MSIFASTINSTALL: http://msdn.microsoft.com/en-us/library/dd408005%28v=VS.85%29.aspx
msiexec.exe /qn /norestart /Lime .Npackd\InstallMSI.log /i ".Npackd\%setup%" INSTALLDIR="%CD%" ALLUSERS=1 MSIFASTINSTALL=7
set err=%errorlevel%
type .Npackd\InstallMSI.log
rem list of errors: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368542(v=vs.85).aspx
rem 3010=restart required
if %err% equ 3010 goto cont
if %err% neq 0 exit %err%
:cont
.Npackd\Uninstall.bat: move .Npackd\*.msi .
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
rem MSIFASTINSTALL: http://msdn.microsoft.com/en-us/library/dd408005%28v=VS.85%29.aspx
msiexec.exe /qn /norestart /Lime .Npackd\UninstallMSI.log /x "%setup%" MSIFASTINSTALL=7
set err=%errorlevel%
type .Npackd\UninstallMSI.log
rem 3010=restart required
if %err% equ 3010 goto cont
if %err% neq 0 exit %err%
:cont
if not exist "%ProgramFiles(x86)%" set d=%windir%\System32\Macromed\Flash
if exist "%ProgramFiles(x86)%" set d=%windir%\SysWOW64\Macromed\Flash
cd "%d%"
for /f "delims=" %%x in ('dir /b FlashUtil32*Plugin.exe') do set setup=%%x
"%setup%" -uninstall
 | 
| Last modified: | Sat May 15 09:09:50 UTC 2021 | 
| Last modified by: | tim.lebedk... | 
| Created: | Wed May 13 06:52:50 UTC 2020 | 
| Created by: | tim.lebedk... | 
| Automated tests: | 2 of 2 installations succeeded, 2 of 2 removals succeeded |