Silently installing adt packaged app?

Hi there,
I'm trying to silently install my air app (via the Adobe AIR Installer) as part of a meta-installer which installs other required elements into the install folder (telling the app to install to the same location as the rest of the files which are downloaded as required by user choice)
This works fine with a .air file, but as soon as I package the air file into a native .exe, the silent install fails. (It must be packaged as I must use NativeProcess in the app)
Testing via cmd has shown I can call the Native.exe with a -silent argument, and the app will silently install to its default location, but I cannot tell it to install to a specific directory as it doesn't work with a -location argument.
Trying to run it through the Adobe AIR Installer.exe gives this log:
[2010-07-23:15:41:52] Starting silent app install of file:///C:/Users/My User Name/Desktop/DAD.exe
[2010-07-23:15:41:52] UI SWF load is complete
[2010-07-23:15:41:52] UI initialized
[2010-07-23:15:41:52] Unpackaging to C:\Users\My User Name\AppData\Local\Temp\fla3691.tmp
[2010-07-23:15:41:52] failed while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="not an AIR file" errorID=0]
[2010-07-23:15:41:52] starting cleanup of temporary files
[2010-07-23:15:41:52] application installer exiting
Any ideas?
Adam

Hi Chris,
Thanks for taking the time to try and help solve the problem.
I have tried again using the methods you have suggested but the log file reports this now:
[2010-07-28:09:00:01] Bootstrapper begin (Win:version 2.0.2.12610)
[2010-07-28:09:00:01] Installed runtime located (2.0.2.12610)
[2010-07-28:09:00:01] Launching application installer: "Adobe AIR Application Installer.exe" -silent -location "C:\test" "C:\Users\ADAM\AppData\Local\Temp\AIR3986.tmp\DAD"
[2010-07-28:09:00:02] Starting silent app install of file:///C:/Users/ADAM/AppData/Local/Temp/AIR3986.tmp/DAD
[2010-07-28:09:00:02] UI SWF load is complete
[2010-07-28:09:00:02] UI initialized
[2010-07-28:09:00:02] Detected native app installer
[2010-07-28:09:00:02] style being loaded from Resources/stylesNative.swf
[2010-07-28:09:00:02] Validating the native package at file:///C:/Users/ADAM/AppData/Local/Temp/AIR3986.tmp/DAD
[2010-07-28:09:00:04] unpackaging/validation is complete
[2010-07-28:09:00:04] application is bound to this version of the runtime
[2010-07-28:09:00:04] app id com.ibundle.dwdi.ui
[2010-07-28:09:00:04] pub id
[2010-07-28:09:00:04] Application located at C:\test
[2010-07-28:09:00:04] bad configuration for silent install or update
[2010-07-28:09:00:04] starting cleanup of temporary files
[2010-07-28:09:00:04] application installer exiting
[2010-07-28:09:00:04] Application installer failure (9)
[2010-07-28:09:00:04] Bootstrapper failure (9)
Do you have any idea what would cause this error which is not present if using the exact same command with the original air file instead of native exe?
I am using Windows 7 64-bit if that makes any difference

Similar Messages

  • Can an ADT-packaged native installer install the AIR runtime in silent mode?

    Silent installation of my app works fine when the runtime is installed, as follows:
    <path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu
    However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.
    Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?
    Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?
    I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.
    Thanks.

    chris.campbell wrote:
    Dmitry Svetlakov wrote:
    I try use silent mode under Mac OS - doesn't work in this situation: Adobe AIR not installed on system.
    Because isntaller needs in access from administrator.
    Log:
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Could not create directory at /Applications/Adobe/Flash Player/AddIns/airappinstaller
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Error occurred during copy and set resource fork operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Rollback complete
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Application Installer end with exit code 7
    Hi Dmitry,
    Are you trying to sub launch AIR silently through your installer?  If so, and you haven't already, please fill out the AIR distribution agreement form and you'll receive documentation that discusses silent installs and uninstall's.
    If you are just trying this out, you are correct that the runtime needs admin access.  You can achieve this by prefixing your command line with sudo.
    Thanks,
    Chris
    Yes, but that not decide our task: create custom installer from air app native installer. I hope you understand that i mean. This installer should work for anyone user - and have to install Adobe AIR Runtime.

  • Can't create a silent install package for Captivate 7 with AAMEE

    I'm trying to create a silent install package for Captivate 7. It doesn't appear that this works with AAMEE. Has anyone been able to do this? If it won't be possible with AAMEE, is there a way to do it with cmd line switches?

    Hi,
    You would need to use Adobe Creative Cloud Packager to create a deployment package and deploy Captivate 7 as AAMEE does not supports Captivate 7.
    Please refer the documentation available at - http://helpx.adobe.com/creative-cloud/packager.html
    Hope this helps.
    Regards,
    Sharad
    P.S - Creative Cloud Packager would be deployed under your Adobe LWS account. In case you do not have it available in LWS, then please P.M me your email address and I will get that processed.
    Regards,
    Sharad

  • Silent install Air Runtime and Air App with custom installer?

    I want to use a custom installer that will perform some actions, and then silently install air runtime and an air application. The goal here is to be able to perform a customized install for an Air application (for a user that might not have Air installed) without confusing the user with multiple install screens. Can I use a custom installer to silently install Air (if the user doesn't have it installed) and the Air app? If so, are there any restrictions on the custom installer? If there are any examples of this, please provide the links.

    Since you applied for the distribution from Adobe you should
    have received a link to a page where you can download what they
    call the "side-car" installer. It's basically an installation
    system they are making available to developers that can be easily
    configured to deliver a bundled runtime and application
    installation for Mac and Windows.
    Check your email again and see if you can't find a link in
    there pointing you to a download page for the AIR runtime as well
    as the aforementioned side-car installer. For those who don't know,
    here
    is where you can apply for a redistribution permit for AIR.
    I have a small tutorial posted that might be of help to you
    on my blog:
    http://blog.arnimaack.com/flex-air-series-4-air-all-in-one-installers-on-CD-DVD

  • Packaging IE 9 in SCCM 2007 using silent install switches

    Hello all
    I am planning on packaging IE9 to be deployed to some of our test computers then to our production environment of about 564 nodes. My goal is to run it as a silent install, no user interface.I use the follow commands but the Install box still comes up (see
    below).  msiexec.exe /i "ie9-windows7-x64-enu.msi" /quiet
    My other question is should I just push the upgraded IE9 with the next software updates patch cycle?
    Thanks,
    Phil
    Phil Balderos

    Hi Phil,
    when you run through the IEAK wizard, you choose the user experience you want to have.
    IEAK has the ability to output in MSIfile, or as setup.exe.
    The MSIfile, is a dumb one, in that it merely unpacks the setup.exe and launches that.
    When we packaged up IE9, we just used the setup.exe, and I selected silent+norestart and all that, inside the IEAK.
    The setup.exe generated, includes the necessary parameters. I created a package/program in CM07 with just that.
    Or, you can use: setup.exe /quiet /norestart
    I've not found the MSI of any benefit at all, ever. (maybe if I was using GPSI or something that might be where I'd use it)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • XAML editor failes, Package failed updates, dependency or conflict validation.Windows cannot install package App

    Hi,
    I have just installed Visual Studio Express 2013 update on Windows 8.1 OS, and started a new Windows Phone App project. When I'm opening a new XAML editor window, it fails with the following error message:
    System.Exception
    Package failed updates, dependency or conflict validation.
    Windows cannot install package App.af631a335.af069.a4bf5.a81c7.af4c34f85cb29 because this package depends on another package that could not be found. This package requires
    minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install. Provide the framework along with this package.
       at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath, String clientPort, Uri hostUri, IDictionary
    environmentVariables, Int32& processId, Object& processData)
       at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory factory, IIsolationBoundary boundary,
    AppDomainSetup appDomainInfo, FrameworkName targetFramework, String identifier, String baseDirectory)
       at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
       at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
       at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.Initialize()
       at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type)
       at Microsoft.Expression.DesignHost.Isolation.IsolatedObjectFactory.Initialize()
       at Microsoft.VisualStudio.ExpressionHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolationTarget, IObjectCatalog catalog)
       at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
       at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
       at Microsoft.Expression.DesignHost.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry&
    entry)
       at Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
       at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken)
       at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.<>c__DisplayClassa`1.<StartTask>b__6()
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    I Have tried repairing visual studio But no use.
    I have unistalled all the things and installed again but no use . Please anybody resolve this issue..

    Hello amanojkumar24,
    I see a related error thread from here:
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/b6a66a5a-e3b4-4f1a-848e-c1a6b7668b31/desgin-mode-breaks-down-during-windows-store-application-windows-8?forum=toolsforwinapps
    As you've already repaired Visual Studio but Visual Studio still reports the error for you, we need to look into the error info:
    This package requires minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install.
    So here we need this package "Microsoft.VCLibs.120.00.Debug"
    Please do the following:
    1. Check your installation that you have enabled VC++ components. If you haven't or if you are not sure of it, please check this blog:
    http://blogs.msdn.com/b/vcblog/archive/2014/08/01/c-runtime-for-sideloaded-windows-8-1-apps.aspx
    Then you can download and install the package from
    here.
    2. You can also make sure you've registered and already have the license:
    http://stackoverflow.com/questions/20010421/vs-2013-xaml-editor-and-microsoft-vclibs-120-00-debug
    Someone fixed it by using this solution.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't silently install app with icons

    Hi,
    I need to silently install an application that has desktop icons with an indication whether the installation succeeded or failed. First of all, it seems that unless I use -silent, javaws will not indicate success or failure. However, if I use -silent, the user is never prompted whether he's willing to allow the application to create shortcuts on his desktop so they are simply not created.
    How can I make this work?
    Thank you,
    Gili

    Nevermind, adding the command-line "-shortcut" did it.
    Thanks anyway :)
    Gili

  • Open File - Security Warning with Network-based Silent Install of CS4

    I am attempting to run an enterprise deployment of CS4 Design Standard Edition onto a pool of WinXP Pro workstations. I placed all of the install files on a networked server running Windows 2003, and generated from there all of the requisite .xml files (install, uninstall, and override files). From this network share, I can successfully run a silent install.
    HOWEVER. Multiple times (two or three) during the course of the silent install, I receive the same pop-up security warning from Windows XP (definitely an OS message, not anti-virus or other) that reads as follows:
    Open File - Security Warning
    Do you want to run this file?
    Name: AIRApplicationRunner.exe
    Publisher: Adobe Systems Incorporated
    Type: Application
    From: (server IP address)
    I have tried excluding Adobe Air from the installation package, but I still receive the same security prompt. This is sufficiently a hassle to have to click through these prompts in a silent install. But more importantly I am unable to run the silent install as part of a logoff script because for all intents & purposes it is no longer a silent install (i.e. it requires user intervention). To top it off, I found when testing the logoff script the prompts are suppressed and the installation fails prior to the bulk of the installation (Photoshop, Illustrator, & InDesign).
    I'm sure that I could run the install by copying all of the files to each local workstation, but again that would defeat the purpose of an easy, network-based install. In the past I was able to install CS3 in this fashion with no troubles, which of course did not include Adobe Air.
    Can anybody offer a suggestion as to how to disable these security messages, or alternately, how to entirely exclude Adobe Air from the install package? I have found a VB script that is supposed to address the security warnings issue, but to run the script also requires the user to accept it at a security prompt.
    Thanks in advance for any assistance!
    -Dan

    I'm now able to deploy design suite premium cs4 successfully.
    The issue for me was that the AirapplicationRunner installs some useless software. I worked around the issue with the Airapplicationrunner prompt by removing any apps that are installed using that method. By "removing" I mean marking that app as "donotinstall" in the deployment file. The apps I removed are these adobe codes for adobe media player, adobe.com, adobeair itself. The below is from my deploy.xml file used for the silent workflow:
    donotinstall
    donotinstall
    donotinstall
    If you mark those three adobe codes as "donotinstall" the prompt never appears and the real apps get installed just fine.

  • Silent Install of Acrobat 9 Pro

    I've seen a few questions about installing Acrobat 9 Pro silently on Mac OS X. Maybe someone's already dealt with this, but I thought it might be helpful. Installing Acrobat 9 Pro silently (and across multiple machines) is possible. I have not, however, figured out how to install Acrobat 9 updates silently (I could just be missing some documentation), so if anyone has any clues on this, please let me know.<br /><br />The key to installing Acrobat 9 Pro silently is licensing the application silently. This isn't documented (as far as I can tell), but you can use an application.xml.override file ( as outlined by the CS3 deployment docs: http://www.adobe.com/support/deployment/cs3_deployment.pdf ) to put in the license information. This file goes in "<path to Acrobat 9 Pro app>/Contents/Resources/AMT/".<br /><br />So here's a possible workflow for setting up a silent install:<br />1) package Acrobat 9 in a .pkg using Package Maker or a similar tool<br />2) create an application.xml.override file with the following text, replacing "YOUR KEY GOES HERE" with your key:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><Configuration><br /><Payload><br />     <Data key="Serial" protected="0">YOUR KEY GOES HERE</Data><br />     <Data key="Registration">Suppress</Data><br />     <Data key="EULA">Suprress</Data><br />     <Data key="Updates">Suppress</Data><br /></Payload><br /></Configuration><br /><br />3) write a shell script that installs the .pkg via installer (installer -pkg "Acrobat 9 Pro.pkg" -target /) and copies the application.xml.override to the correct directory (cp application.xml.override "/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Resources/AMT/application.xml.override")<br />4) run the shell script with root privileges (via sudo) and you're done!<br /><br />Again, if anyone has clues on installing updates silently, please share.

    It sounds like you are trying to use a retail serial as an enterprise serial and would like to bypass it's restrictions by deactivating it . . . I assume that's not possible, but perhaps I don't understand your issue.
    I doubt you'll get a good answer on the forum. Try support, your sales rep, or a help link on the licensing web site (if there is one).
    Ben

  • Silent install framemaker 12

    Hi, I'm trying to discover how to setup a Silent install for Framemaker 12.  It doesn't appear as if the AAMEE works with Framemaker, as it only works for the Creative Suite apps; is there a similar customizable installer for the Technical Communication Suite apps?  I will be deploying Framemaker as a packaged install via SCCM, so I need to be able to silently install it without the endusers having to input the license key or activate it. 
    Any assistance would be greatly appreciated. 
    Thanks!

    Ask in the FM forum.
    Mylenium

  • Sequencing with silent install

    When sequencing one could run through the GUI's of a setup. After that some adjustments are likely needed like deleting the uninstall/desktop shortcut and so on.
    The other possibility is to use a silent setup as input for the sequencer. A lot off applications come with a vendor .MSI nowadays. This gives the opportunity to create a transform file which in many occasions can prevent the creation of uninstall/desktop shortcuts
    and other customization's as needed.
    Now, I'm writing guidelines on how external parties should deliver app-v packages to us. I stated that, if possible, they should deliver the command line of the silent setup used as input for the sequencer. However, they see this as the creation of two packages,
    MSI/silent setup and App-V.
    I wanted to check how other people work. Do they first create a silent setup and use that as input or do they launch the setup GUI and repeat what is documented in the manual installation document.
    In my opinion the advantage of using a silent setup as input is that you can easily replicate a local install in case there is a problem with the appv package. It also customizes the setup during install so adjustments afterwards are not needed, resulting in
    a somewhat cleaner package. The 3th advantage I see is that often you can reuse the .mst/command line when a new version is needed.
    What are your thoughts on requesting a silent install from the sequencers?

    In my opinion the advantage of using a silent setup as input is that you can easily replicate a local install in case there is a problem with the appv package. It also customizes the setup during install so adjustments afterwards are not needed,
    resulting in a somewhat cleaner package. The 3th advantage I see is that often you can reuse the .mst/command line when a new version is needed.
    What are your thoughts on requesting a silent install from the sequencers?
    This is a perfect case of there is no wrong way to do it, but what you said above is very true.  In fact, packaging software like Flexera Admin Studio encourage you to do it this way.  They don't want you to think of a package as a single deployment
    type, but rather however you want to deploy the software (MSI, App-V, etc).
    The investment in time is likely the biggest hurdle.  When you have to do something simple, creating an MSI/silent command first and then creating an App-V package is 2x the work.  Its not a bad standard to go with though.  And as Tibervis
    said, it does come in handy if you need to perform an upgrade or otherwise need to start sequencing from scratch again.  It is in my opinion 2 packages, just as it would be 2 packages to create an App-V 4 and App-V 5 package even if you used powershell
    to convert the 4x package to 5.  This gets very into your process though. 
    Just watch out you aren't making you own life 10x harder to protect yourself from something that only might happen a small percentage of the time.  Keep in mind that there are also going to be deployments where the App-V package requires work the MSI
    doesn't - a driver, a component that needs to be outside the bubble, etc.  Having an MSI won't help you create the App-V in that case, and if you ask packagers to create an MSI, an App-V, and an App-V instruction guide (for packagers eyes only) you might
    be shot on sight.

  • OS X - Silent install of 11.5 doesn't work...

    I am trying to deploy 30+ installation of Adobe Flash 11.5 to OS X 10.6–10.8 clients. The first thing I did was download and read the Flash Player Administrative Guide for Flash Player 11.5 (via http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html). As it typical with Adobe "documentation", I knew this wasn't going to be pretty as soon as I got to the first line of copy under the header Silent installation of Flash Player, which says "Do the following to silently install Flash Player 11.3 on Mac". And of course, the instructions then go on to document how to silent install v11.3 on the Mac.
    Unfortauntely, this "guide" is for v11.5 and 3rd step in the instructions, sudo ./Install Adobe Flash Player.app/Contents/MacOS/Adobe Flash Player Install Manager -install, no longer works because the file Adobe Flash Player Install Manager is no longer included in the package. Instead, it has been replaced with the file Install Adobe Flash Player. But, running the silent install command on this file is results in the GUI-based installer window opening on the client system and a manual interaction is then required to continue with the installer. So, I wouldn't really consider this a "silent" install...
    Anyway, am I missing something here, or is this just another case of a poor Adobe installer combined with bad Adobe documentation?
    Thanks!
    Kristin.

    I am having the exact same issue and am searching for a solution.  Any updates on this?
    Thanks,
    Dex

  • Silent Install of Acrobat Pro 11

    Hey All,
    I am using MDT to deploy Images and install apps.  I have packaged Acrobat Pro XI with the Customization Wizard XI and have used both  Unattended and Silent Install in the mst.
    The below command starts the install but it is completely interactive except that my serial # and other settings are present so I know it is reading the mst.
    command line:  msiexec /i AcroPro.msi TRANSFORMS=AcroPro.mst
    adding  /qn  causes the install to fail w MDT error code 1603 - Fatal error during installation.
    Any ides?
    Thank You

    MDT = Microsoft deployment toolkit  
    I must add the install fails when I run it from a command line as well and use the /qn switch but works  non-silently   if I don't use the switch. 
    So the solution is to add the /qn  but this is what is causing the failure.
    This is exactly what it is doing:
    Why doesn’t my install respect the “silent install” settings I specified with the Wizard?
    If your command line is something like:
    MSIEXEC /I C:\A9\AcroPro.msi TRANSFORMS="C:\A9\AcroPro.mst
    . . . then you are not using Setup.ini your workflow. The Wizard rewrites Setup.ini when you specify a silent install to include this option. The silent install switch is not saved in the MST. Either run Setup.ini or change your command line to:
    MSIEXEC /I C:\A9\AcroPro.msi TRANSFORMS="C:\A9\AcroPro.mst" /qn

  • Silenting Installing AIR applications using Altiris

    I was wondering if anyone can provide some guidance or
    recommendations on how to silently install an AIR application using
    Altiris. We are not able to package the .air installer and proceed
    with the setup without prompting the user for the options screens.
    Any help or assistance that can be provided would be greatly
    appreciated.
    Thanks!

    If you have signed up for Adobe AIR Runtime Distribution Agreement, you should be able to use Silent Installation of AIR Runtime and App. We use that in our msi installer.
    Usage is:
    -silent {-eulaAccepted ( -location <loc> ) -desktopShortcut -programMenu} path_to_air_file
    Details of the options are included in the adobe_air_runtime_redistribution.pdf that you will get when you sign the agreement.
    -Jeesmon

  • Silent Install using ResponseFile for Windows XP

    Hi,
    Does anyone know or have any custom responseFile that works? I have tried many times to do a custom install using the clientcustom.rsp from the CD and also from record mode but not all components seems to install correctly eventhough the log said it installed successfully. Especially the Oracle Universal Installer component.
    please help
    thanks

    Here is a copy of a customclient.rsp file that I used to successfully install/uninstall Oracle 9i Client. Please note that the problem I have is determining when the silent install finishes. The install gets launched as a background task.
    ## Oracle9i Client Custom Install Response File Template ##
    ## Copyright(c) Oracle Corporation 1998,2000. All rights reserved.##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    [General]
    RESPONSEFILE_VERSION=1.7.0
    [SESSION]
    # Name : ORACLE_HOME
    # Datatype : String
    # Description : Full path of directory to use for installing Oracle
    # products - the "Oracle Home"
    # Valid values : Directory path (existent or non-existent)
    # Example value : "d:\oracle\products\9.0.1"
    # Default value : none
    # Mandatory : Yes
    ORACLE_HOME="C:\oracle\ora92"
    # Name : ORACLE_HOME_NAME
    # Datatype : String
    # Description : Name used to uniquely identify the Oracle Home on this
    # system.
    # Valid values : String that is unique on this system
    # Example value : "OHOME1"
    # Default value : none
    # Mandatory : Yes
    ORACLE_HOME_NAME="OraHome92"
    # Name : TOPLEVEL_COMPONENT
    # Datatype : StringList
    # Description : Top-level product and version to install
    # The format is of the form {"<Internal name>", "<version>"}
    # Note : DO NOT CHANGE THE DEFAULT VALUE.
    # To install different top-level products, use one of the
    # other response file templates
    # Mandatory : Yes
    TOPLEVEL_COMPONENT={"oracle.client","9.2.0.1.0"}
    # Name : DEINSTALL_LIST
    # Datatype : StringList
    # Description : List of components to be deinstalled during a
    # : deinstall session
    # Valid values : <"oracle.server","9.2.0.1.0">
    # Default value : none
    # Mandatory : No
    DEINSTALL_LIST={"oracle.client","9.2.0.1.0"}
    # Name : SHOW_SPLASH_SCREEN
    # Datatype : Boolean
    # Description : Set to true to show the initial splash screen of the
    # installer
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_SPLASH_SCREEN=true
    # Name : SHOW_WELCOME_PAGE
    # Datatype : Boolean
    # Description : Set to true to show the Welcome page of the installer
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_WELCOME_PAGE=false
    # Name : SHOW_COMPONENT_LOCATIONS_PAGE
    # Datatype : Boolean
    # Description : Set to true to show the component locations page in
    # the installer. This page only appears if there are
    # products whose install directories can be changed.
    # If you set this to false you will prevent the user
    # from specifying alternate install directories.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    # Name : SHOW_CUSTOM_TREE_PAGE
    # Datatype : Boolean
    # Description : Set to true to display the available products
    # selection tree during a Custom install
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_CUSTOM_TREE_PAGE=false
    # Name : SHOW_SUMMARY_PAGE
    # Datatype : Boolean
    # Description : Set to true to display the Summary page in the
    # installer
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_SUMMARY_PAGE=false
    # Name : SHOW_INSTALL_PROGRESS_PAGE
    # Datatype : Boolean
    # Description : Set to true to show the install progress screen.
    # This screen shows detailed status of the
    # installation, which file is being copied, which link
    # action is being performed, etc. It also shows
    # percentage complete.
    # Valid values : true, false
    # Default value : true
    # Mandatory : Yes
    SHOW_INSTALL_PROGRESS_PAGE=true
    # Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    # Datatype : Boolean
    # Description : Set to true to display the status screen for
    # required configuration tools. This screen shows the
    # status of each tool along with detailed information
    # in the event of tool failure.
    # Valid values : true, false
    # Default value : true
    # Mandatory : Yes
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    # Name : SHOW_OPTIONAL_CONFIG_TOOL_PAGE
    # Datatype : Boolean
    # Description : Set to true to display the optional configuration
    # tool page which allows you to launch optional
    # configuration tools and view details status,
    # including details on any failures.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    # Name : SHOW_RELEASE_NOTES
    # Datatype : Boolean
    # Description : Set to true to show the release notes screen from
    # which Release Notes can be viewed. NOTE, 9.0.1 does
    # not use any release notes so this will not be
    # relevant for an 9.0.1 install.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_RELEASE_NOTES=false
    # Name : SHOW_END_SESSION_PAGE
    # Datatype : Boolean
    # Description : Set to true to display end session dialog. This
    # page shows whether the installation is successful.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_END_SESSION_PAGE=true
    # Name : SHOW_EXIT_CONFIRMATION
    # Datatype : Boolean
    # Description : Set to true to display dialog for confirming exit.
    # If set to false, installer will exit without
    # prompting.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    SHOW_EXIT_CONFIRMATION=true
    # Name : NEXT_SESSION
    # Datatype : Boolean
    # Description : Set to true to allow users to go back to the File
    # Locations page for another installation. If this is
    # set to true, NEXT_SESSION_RESPONSE should be used to
    # indicate location of the second reponse file.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    NEXT_SESSION=false
    # Name : NEXT_SESSION_ON_FAIL
    # Datatype : Boolean
    # Description : Set to true to allow users to go back to the File
    # Locations page for another installation even if the
    # first installation failed. This flag is only
    # relevant if NEXT_SESSION is set to true.
    # Valid values : true, false
    # Default value : false
    # Mandatory : No
    NEXT_SESSION_ON_FAIL=false
    # Name : SHOW_DEINSTALL_CONFIRMATION
    # Datatype : Boolean
    # Description : Set to true if deinstall confirmation is needed
    # : during a deinstall session.
    # Valid values : true, false
    # Default value : true
    # Mandatory : No
    SHOW_DEINSTALL_CONFIRMATION=true
    # Name : SHOW_DEINSTALL_PROGRESS
    # Datatype : Boolean
    # Description : Set to true if deinstall progress is needed during
    # : a deinstall session.
    # Valid values : true, false
    # Default value : true
    # Mandatory : No
    SHOW_DEINSTALL_PROGRESS=true
    # Name : LOCATION_FOR_DISK<disk number>
    # Datatype : String
    # Description : Set to the full path of the root of the subsequent CDs in
    # the Oracle9i set. This may be a mounted CD-ROM location or
    # a location on the hard drive if you have copied the
    # CD images to the hard disk.
    # Valid values : full path to the root of the CD corresponding to the disk
    # number indicated.
    # Default value : None
    # Mandatory : Yes
    LOCATION_FOR_DISK2="P:\Imaging\Oracl9i Client"
    LOCATION_FOR_DISK3="P:\Imaging\Oracl9i Client"
    # End of GENERAL SESSION section
    # Oracle9i Client
    [oracle.client_9.2.0.1.0]
    # Name : COMPONENT_LANGUAGES
    # Datatype : StringList
    COMPONENT_LANGUAGES={"en"}
    # Name : INSTALL_TYPE
    # Datatype : String
    # Description : Type of installation for the Oracle9i Client
    # Note : DO NOT CHANGE THE DEFAULT VALUE.
    # To install using a different install type, use one of the
    # other response file templates
    # Mandatory : Yes
    # Example : INSTALL_TYPE = "Custom"
    INSTALL_TYPE="Custom"
    # Name : DEPENDENCY_LIST (oracle.client)
    # Datatype : StringList
    # Description : List of optional products to be installed along with
    # this one. The following choices are available. The
    # value can contain any combination of these choices.
    # Note : The products listed are optional dependencies. Any
    # required dependencies will automatically be installed.
    # Valid values :
    # oracle.emcltprod, 9.2.0.1.0 : Oracle Enterprise Manager Products 9.2.0.1.0
    # oracle.networking.netcltprod, 9.2.0.1.0 : Oracle Network Utilities 9.2.0.1.0
    # oracle.utilities.util, 9.2.0.1.0 : Oracle Database Utilities 9.2.0.1.0
    # oracle.java, 9.2.0.1.0 : Oracle Java Utilities 9.2.0.1.0
    # oracle.rdbms.sqlplus, 9.2.0.1.0 : SQL*Plus 9.2.0.1.0
    # oracle.apache.isqlplus.ise, 9.2.0.1.0 : iSQL*Plus Extension for Windows 9.2.0.1.0
    # oracle.java.jdbc, 9.2.0.1.0 : Oracle JDBC/OCI Interfaces 9.2.0.1.0
    # oracle.java.jdbc.thin, 9.2.0.1.0 : Oracle JDBC/THIN Interfaces 9.2.0.1.0
    # oracle.oid.client, 9.2.0.1.0 : Oracle Internet Directory Client 9.2.0.1.0
    # oracle.winprod, 9.2.0.1.0 : Oracle Windows Interfaces 9.2.0.1.0
    # oracle.rdbms.ocitop, 9.2.0.1.0 : Oracle Call Interfaces 9.2.0.1.0
    # oracle.p2k, 9.2.0.1.0 : Oracle Programmer 9.2.0.1.0
    # oracle.p2k.xmldevkit, 9.2.0.1.0 : Oracle XML Developer's Kit 9.2.0.1.0
    # oracle.doc.windoc, 9.2.0.1.0 : Oracle9i Windows Documentation 9.2.0.1.0
    # oracle.swd.oui, 2.0.0.8.0 : Oracle Universal Installer 2.2.0.8.0
    # oracle.options.ano, 9.2.0.1.0 : Oracle Advanced Security 9.2.0.1.0
    # oracle.java.sqlj.sqljruntime, 9.2.0.1.0 : SQLJ Runtime 9.2.0.1.0
    # oracle.options.intermedia.imclient, 9.2.0.1.0 : Oracle interMedia Client Option 9.2.0.1.0
    # oracle.options.olap.api, 9.2.0.1.0 : Oracle OLAP API 9.2.0.1.0
    #Example : DEPENDENCY_LIST = {"oracle.emcltprod","9.2.0.1.0"}
    DEPENDENCY_LIST={"oracle.networking.netcltprod","9.2.0.1.0","oracle.winprod","9.2.0.1.0","oracle.rdbms.ocitop","9.2.0.1.0","oracle.options.olap.api","9.2.0.1.0"}
    # Oracle Enterprise Manager Products
    [oracle.emcltprod_9.2.0.1.0]
    # Name : DEPENDENCY_LIST (oracle.emcltprod)
    # Datatype : StringList
    # Description : List of optional products to be installed along with
    # this one. The following choices are available. The
    # value can contain any combination of these choices.
    # Note : The products listed are optional dependencies. Any
    # required dependencies will automatically be installed.
    # Valid values :
    # oracle.sysman.client, 9.2.0.1.0 : Oracle Enterprise Manager Client 9.2.0.1.0
    # oracle.sysman.pack.change, 9.2.0.1.0 : Oracle Change Management Pack 9.2.0.1.0
    # oracle.sysman.pack.diag, 9.2.0.1.0 : Oracle Diagnostics Pack 9.2.0.1.0
    # oracle.sysman.pack.tuning, 9.2.0.1.0 : Oracle Tuning Pack 9.2.0.1.0
    # oracle.sysman.pack.apps, 9.2.0.1.0 : Oracle Management Pack for Oracle Applications 9.2.0.1.0
    # oracle.sysman.pack.std, 9.2.0.1.0 : Management Pack for Oracle Standard Edition 9.2.0.1.0
    DEPENDENCY_LIST={ "oracle.sysman.client","9.2.0.1.0","oracle.sysman.pack.change","9.2.0.1.0","oracle.sysman.pack.diag","9.2.0.1.0","oracle.sysman.pack.tuning","9.2.0.1.0","oracle.sysman.pack.apps","9.2.0.1.0"}

Maybe you are looking for