Changes

Adobe Air

468 bytes removed, 13:09, 24 May 2012
No need to check the DLLs, the uninstall entry contains the correct version number
== Adobe AIR 3.2 ==
All versions of Adobe AIR (1.0 through 3.1) check the same DLL file for the version number. Just change the value with the version you are installing.
<source lang="xml">
revision="%version%"
priority="10">
 
<variable name="version" value="3.2.0.2070" />
  <check type="uninstall" condition="existsversionequalto" path="Adobe AIR" /> <check type='logical' condition='or'> <check type="file" condition="versiongreaterorequal" path="%CommonProgramFiles%\Adobe AIR\Versions\1.0\Adobe AIR.dll" value="%version%" /> <check type="file" condition="versiongreaterorequal" path="%CommonProgramFiles(x86)%\Adobe AIR\Versions\1.0\Adobe AIR.dll" value="%version%" /> </check>
<install cmd='%SOFTWARE%\adobeair\AdobeAIRInstaller.exe -silent' />
Anonymous user