24 lines
492 B
XML
24 lines
492 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<packages>
|
|
|
|
|
|
<package id="flash"
|
|
name="flash"
|
|
revision="1"
|
|
reboot="false"
|
|
priority="0">
|
|
|
|
<!--<check type="uninstall" condition="exists" path="OpenProj" />-->
|
|
|
|
<install cmd='software\install_flash_player.exe /norestart /silent' />
|
|
|
|
|
|
<upgrade cmd='software\install_flash_player.exe /norestart /silent' />
|
|
|
|
|
|
<remove cmd='C:\WINDOWS\system32\Macromed\Flash\FlashUtil9c.exe -uninstallUnlock' />
|
|
|
|
</package>
|
|
|
|
</packages>
|