An updated script, since I cannot find one anywhere. Using the existing script I edited it for myself and thought I'd share. I'm unsure if 32 and 64 bit registry detection can be done in the same script or they need to be separated.
[AutoPatcher 5.6 Module]
[General]
Title=Adobe Air 3.1.0.4880
Description=Adobe AIR enables you to have your favorite web applications with you all the time
Description_1040=Adobe AIR consente di disporre sempre delle applicazioni web preferite
Description_1046=O Adobe AIR permite que você tenha seus aplicativos preferidos da Web sempre à mão
Author=Adobe
ModuleAuthor=Cristiano Portela & dkdk_it
WebPage=http://www.adobe.com/products/air/
ReleaseDate=20111106
[Behavior]
ParentID=STAND_ALONE
UniqueID=ADOBEAIR
Critical=False
AutoExpand=True
Depends=
TimeToInstall=180
TimeToRemove=180
RequiresReboot=True
[DetectionFile]
FilePath=progfiles:\Common Files\Adobe AIR\Versions\1.0
FileName=Adobe AIR.dll
FileVersion=3.1.0.4880
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR
KeyName=DisplayVersion
KeyValue=3.1.0.4880
[OperatingSystem]
WindowsVersion=XP,2K3,VISTA,SEVEN
SystemLanguage=ANY
[SystemComponents]
InternetExplorer=ANY
WindowsMediaPlayer=ANY
DotNetFramework=ANY
WindowsInstaller=ANY
MSNMessenger=ANY
[OfficeComponents]
Word=ANY
Excel=ANY
PowerPoint=ANY
Outlook=ANY
Publisher=ANY
Visio=ANY
Project=ANY
OneNote=ANY
FrontPage=ANY
InfoPath=ANY
Access=ANY
[Installation]
"module:\AdobeAIRInstaller.exe" -silent
[Removal]
"module:\AdobeAIRInstaller.exe" -uninstall
For 32 bit change the detect to:
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR
Edit: Tried adding the MD5 [98E8E46A72919905D6A686605AB38E64] but when I did the option no longer showed on the installer list.
Edited by DCS78, 06 January 2012 - 02:11 AM.