Changes

Jump to: navigation, search

Flash Player

1,276 bytes added, 09:11, 4 July 2012
m
Version mismatch
<source lang="xml">
 <packages>   <package id="AdobeFlashPlayer" name="Adobe Flash Player" revision="%versionVERSION%" reboot="false" priority="5010"> <variable name="versionVERSION" value="11.3.300.262" /> <variable name="version1PKG_VERSION" value="11_3_300_26211.3.300.257" /> <variable name="shortversionplugin_version" value="11.3.300.262" /> <variable name="shortversion1shortversion" value="11_3_300_257" /> <variable name="plugin_shortversion" value="11_3_300_262" /> <variable name="PKG_SRCPKG_SOURCE" value="%SOFTWARE%\pubFlash\apps%PKG_VERSION%" /> <variable name="plugin_SOURCE" value="%SOFTWARE%\flashFlash\%plugin_VERSION%"/> <variable name="PKG_DESTINATION" value="%SystemRoot%\System32\Macromed\Flash"/> <variable name="PKG_DESTINATION" value="%SystemRoot%\SysWOW64\Macromed\Flash" architecture="x64"/> <variable name="PKG_DESTINATION_X64" value="%SystemRoot%\System32\Macromed\Flash"/> <variable name="PKG_FILE_ACTIVEX" value="Flash32_%shortversion1shortversion%.ocx" /> <variable name="PKG_FILE_PLUGIN" value="NPSWF32_%shortversion1plugin_shortversion%.dll" /> <variable name="PKG_FILE_ACTIVEXPKG_FILE_ACTIVEX_X64" value="Flash64_%shortversion1shortversion%.ocx" architecture="x64" /> <variable name="PKG_FILE_PLUGINPKG_FILE_PLUGIN_X64" value="NPSWF64_%shortversion1plugin_shortversion%.dll" architecture="x64" />
<check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ ActiveX.*" value="%PKG_VERSION%" /> <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ Plugin.*" value="%plugin_version%" /> <check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_ACTIVEX%" value="%versionPKG_VERSION%" /> <check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_PLUGIN%" value="%versionplugin_version%" /> <check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION_X64%\%PKG_FILE_ACTIVEX_X64%" value="%PKG_VERSION%" architecture="x64" /> <check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION_X64%\%PKG_FILE_PLUGIN_X64%" value="%plugin_version%" architecture="x64" />
<install include="remove" /> <install cmd='"%PKG_SRCPKG_SOURCE%\install_flash_player_11_plugininstall_flash_player_11_active_x.exe" /install ' /> <install cmd='"%PKG_SRCplugin_SOURCE%\install_flash_player_11_active_xinstall_flash_player_11_plugin.exe" /install ' />
<upgrade include="install" />
<remove cmd="taskkill /F /IM Firefox.exe"> <exit code="0" /> <exit code="128" /> <exit code="1" /> </remove> <remove cmd="taskkill /F /IM iexplore.exe"> <exit code="0" /> <exit code="128" /> <exit code="1" /> </remove> <remove architecture="x86" cmd='"%SOFTWAREPKG_SOURCE%\Adobe\Flash\uninstall_flash_player_32bit.exe" -uninstall' > <exit code="any" /> </remove> <remove architecture="x64" cmd='"%SOFTWAREPKG_SOURCE%\Adobe\Flash\uninstall_flash_player_64bit.exe" -uninstall' > <exit code="any" /> </remove> </package> 
</source>
84
edits

Navigation menu