/build/static/layout/Breadcrumb_cap_w.png

Adobe AIR Runtime

Version: 2

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.9k  |  Created: 07/08/2010

Average Rating: 0
AIR Runtime has 1 inventory records, 0 Questions, 0 Blogs and 2 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
4
Note
First I downloaded file "AdobeAIRInstaller.exe".
Extracted the file using WinRAR.
Opened "Adobe AIR\Versions\1.0\Resources\template.msi" using ORCA (no transform file);
Property:
ALLUSERS : 2 (1)
REBOOT : ReallySuppress (Suppress)
ROOTDRIVE : C: INSTALL_DESKTOP_SHORTCUT : no (yes)

Opened "setup.msi" and created a new transform;
Property:
REBOOT : ReallySuppress (Suppress)
REBOOTPROMPT : S
ROOTDRIVE : C:
Registry:
HKLM\Software\Microsoft\Active Setup\Installed Components\[ProductCode]
@ : [ProductName] (string)
StubPath : msiexec.exe /fu [ProductCode] REBOOT=ReallySuppress /qn (expand string)
Version : [ProductVersion] (string)
ComponentID : [ProductName] (string)
IsInstalled : 1 (dword)
DontAsk : 2 (dword)
Locale : [ProductLanguage] (string)

HKLM\Software\Policies\Adobe\AIR
UpdateDisabled : 1 (dword)

Created a "Call VBScript From Embedded Code" Custom Action called "zCA_DisableEulaAndUpdates" in "Execute Immediate", just before "InstallFinalize" and used the condition "NOT REMOVE~='ALL'"

Code for Custom Action "zCA_DisableEulaAndUpdates";

Dim objFSO, objFile
Set objFSO = CreateObject("Scripting.FileSystemObject")
If Not (objFSO.FolderExists(Session.Property("AppDataFolder") & "\Adobe")) Then objFSO.CreateFolder Session.Property("AppDataFolder") & "\Adobe"
If Not (objFSO.FolderExists(Session.Property("AppDataFolder") & "\Adobe\AIR")) Then objFSO.CreateFolder Session.Property("AppDataFolder") & "\Adobe\AIR"
If (objFSO.FolderExists(Session.Property("AppDataFolder") & "\Adobe\AIR")) Then
Set objFile = objFSO.CreateTextFile(Session.Property("AppDataFolder") & "\Adobe\AIR\UpdateDisabled", True) : objFile.Close
Set objFile = objFSO.CreateTextFile(Session.Property("AppDataFolder") & "\Adobe\AIR\eulaAccepted", True) : objFile.WriteLine("2") : objFile.Close
End If
Set objFSO = Nothing

I used two programs in SCCM; one to install the application (as LSA) and one to run a repair (/fu) as logged on user.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
From the Adobe site, found these parameters for silent install:

-silent -eulaAccepted
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

AIR Runtime

Version

2

Questions & Answers (0)

Questions & Answers related to Adobe AIR Runtime

Blogs (0)

Blog posts related to Adobe AIR Runtime

Reviews (0)

Reviews related to Adobe AIR Runtime

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ