Headless Installer for AIR Application on Linux/Unix Platforms

Is there a way to install Adobe AIR applications without invoking the GUI wizard that walks through the step-by-step process? I have an AIR application that needs to be remotely deployed on a device (that's running Linux) from a terminal session (sometimes using a scheduled job run by a script) . Its a trusted environment and deployments are all within a single enterprise. Is it possible to automate the process of accepting a self-signed certificate and specify installation path as arguments to a command line installer? I played around a bit with the installer script but it seems to invoke the standard interactive GUI every time and that wouldn't work for my case. Any help is greatly appreciated.

I am not sure about Linux platform but I have experience running headless installation for Mac OS X .
The command I execute is:
Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer -silent -location /Applications SPS.air
If you are distributing the Air Runtime to clients, there is a license agreement you need to complete with Adobe. More here:
http://www.adobe.com/devnet/air/articles/distributing_air_in_enterprise.html

Similar Messages

  • Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?

    Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?  I have created an executable application that I want to distribute to Mac and Linux users (different applications were created in the respective OS).  I was wondering if there is any way to create an installer?  I think there probably isn't...  If the user were to simply download the Labview Run-time Engine from ni.com would they be able to run the application or is it more complicated than that?
    Thanks so much for your time.

    I think Shane tried to say, that it is on the Mac OS X installation DVD, NOT the LabVIEW for Mac OS X installation medium. And that could very well have changed in recent Mac OS X versions as well. They used to have Xcode on it too, but that seems gone as well.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Uninstall air application on linux (ubuntu)

    Hi, maybe this is a stupid question, but I can't figure out
    how to uninstall an air application on linux.
    Can you help me?

    You can uninstall an installed AIR application (on all
    operating system) by double-clicking the .air file used to install
    it. The AIR application installer includes an option for
    uninstalling an installed application.
    On Linux, you can also use a package manager (such as
    Synaptec Package Manager) to remove installed applications.

  • Turorial HelloWorld AIR application in Linux. Create a package from scratch

    I created a small tutorial in my blog to demonstrate how to create a small APP with Adobe AIR on Linux. This is a  "hello world" tutorial and a beginning from scratch demonstration. Please visit this tutorial at http://cateof.wordpress.com/2009/09/27/helloworld-air-application-in-linux
    Your comments are welcome.
    Thanks in advance,
    cateof

    In case you have a similar blog/url/site please post it in your replies. Thanks

  • Installer for my application requires LabVIEW 8.2 to be installed

    I am trying to build an installer for my application, and I can use the installer successfully on any system where LabVIEW is already installed.  However, when I use it on a fresh system, I get a message that says "You must install LabVIEW 8.2 or later on the system before you can run this setup."
    I am including the LabVIEW run time engine in the installer.  Is there anything else that I am leaving out when I build the installer?  Is the installer supposed to work on a fresh system that does not already have the run time engine installed?
    S G
    Certified LabVIEW Architect, Certified TestStand Developer, Certified Professional Instructor

    duplicate post

  • Error updating AIR application on Linux

    Hello,
    I'm trying to update an AIR application that's already installed, and I'm getting the following error message every time:
    "The application could not be installed because another application is already being installed. Complete the first installation before proceeding with this one."
    There doesn't seem to be any other installation happening, and I still get the same error after restarting the computer.
    I'm running AIR 2.6.0.19170 on Ubuntu 11.10. The end of Install.log is shown below (the full contents of the log are at http://pastebin.com/ExtFdpfg).
    I'd be grateful for any suggestions as to how to resolve this.
    Thanks
    Install.log:
    [Adobe AIR Application Installer:10319][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86
    [Adobe AIR Application Installer:10319][INFO] Commandline is:
    [Adobe AIR Application Installer:10319][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR
    [Adobe AIR Application Installer:10319][INFO] Unpackaging file:///home/joggler/Downloads/joggler_client_1.0.444.air to /tmp/FlashTmp.sOyZbs
    [Adobe AIR Application Installer:10319][INFO] Application signature verified
    [Adobe AIR Application Installer:10319][INFO] Unpackaging/validation complete
    [Adobe AIR Application Installer:10319][INFO] Installed app (com.kevinwilson.housecontrol) located at /opt/HouseControl/bin/HouseControl
    [Adobe AIR Application Installer:10319][INFO] Converting unpackaged application to a native installation package in /tmp/FlashTmp.tkg6Ti
    [Adobe AIR Application Installer:10319][INFO] Native installation package creation succeeded
    [Adobe AIR Application Installer:10319][INFO] Starting app update of /opt. Updating from com.kevinwilson.housecontrol version 1.0.442 to com.kevinwilson.housecontrol version 1.0.444 using the source file at file:///home/joggler/Downloads/joggler_client_1.0.444.air
    [Adobe AIR Application Installer:10319][ERR] Error occurred during rpm uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:10319][INFO] Rollback complete
    [Adobe AIR Application Installer:10319][ERR] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:10319][INFO] Launching subprocess with commandline /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /opt -update -silent -logToStdout /opt/HouseControl/bin/HouseControl file:///home/joggler/Downloads/joggler_client_1.0.444.air 1.0.444
    [Adobe AIR Application Installer:10319][INFO] Relaunching with elevation
    [Adobe AIR Application Installer:10319][ERR] Elevated install failed: error 5008 3
    [Adobe AIR Application Installer:10319][ERR] Application Installer end with exit code 7
    [Adobe AIR Application Installer:2815][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86
    [Adobe AIR Application Installer:2815][INFO] Commandline is: -update /opt/HouseControl/bin/HouseControl "/home/joggler/.appdata/com.kevinwilson.housecontrol/Local Store/#ApplicationUpdater/update.air" 1.0.444
    [Adobe AIR Application Installer:2815][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR
    [Adobe AIR Application Installer:2815][INFO] Installed app (com.kevinwilson.housecontrol) located at /opt/HouseControl/bin/HouseControl
    [Adobe AIR Application Installer:2815][INFO] Unpackaging file:///home/joggler/.appdata/com.kevinwilson.housecontrol/Local%20Store/%23ApplicationUpdater/update.air to /tmp/FlashTmp.B8ssc2
    [Adobe AIR Application Installer:2815][INFO] Application signature verified
    [Adobe AIR Application Installer:2815][INFO] Unpackaging/validation complete
    [Adobe AIR Application Installer:2815][INFO] Converting unpackaged application to a native installation package in /tmp/FlashTmp.U5gXca
    [Adobe AIR Application Installer:2815][INFO] Native installation package creation succeeded
    [Adobe AIR Application Installer:2815][INFO] Starting app update of /opt. Updating from com.kevinwilson.housecontrol version 1.0.442 to com.kevinwilson.housecontrol version 1.0.444 using the source file at file:///home/joggler/.appdata/com.kevinwilson.housecontrol/Local%20Store/%23ApplicationUpdater/update.air
    [Adobe AIR Application Installer:2815][ERR] Error occurred during rpm uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:2815][INFO] Rollback complete
    [Adobe AIR Application Installer:2815][ERR] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:2815][INFO] Launching subprocess with commandline /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /opt -update -silent -logToStdout /opt/HouseControl/bin/HouseControl file:///home/joggler/.appdata/com.kevinwilson.housecontrol/Local%20Store/%23ApplicationUpdater/update.air 1.0.444
    [Adobe AIR Application Installer:2815][INFO] Relaunching with elevation
    [Adobe AIR Application Installer:2815][ERR] Elevated install failed: error 5008 3

    Hello,
    I'm trying to update an AIR application that's already installed, and I'm getting the following error message every time:
    "The application could not be installed because another application is already being installed. Complete the first installation before proceeding with this one."
    There doesn't seem to be any other installation happening, and I still get the same error after restarting the computer.
    I'm running AIR 2.6.0.19170 on Ubuntu 11.10. The end of Install.log is shown below (the full contents of the log are at http://pastebin.com/ExtFdpfg).
    I'd be grateful for any suggestions as to how to resolve this.
    Thanks
    Install.log:
    [Adobe AIR Application Installer:10319][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86
    [Adobe AIR Application Installer:10319][INFO] Commandline is:
    [Adobe AIR Application Installer:10319][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR
    [Adobe AIR Application Installer:10319][INFO] Unpackaging file:///home/joggler/Downloads/joggler_client_1.0.444.air to /tmp/FlashTmp.sOyZbs
    [Adobe AIR Application Installer:10319][INFO] Application signature verified
    [Adobe AIR Application Installer:10319][INFO] Unpackaging/validation complete
    [Adobe AIR Application Installer:10319][INFO] Installed app (com.kevinwilson.housecontrol) located at /opt/HouseControl/bin/HouseControl
    [Adobe AIR Application Installer:10319][INFO] Converting unpackaged application to a native installation package in /tmp/FlashTmp.tkg6Ti
    [Adobe AIR Application Installer:10319][INFO] Native installation package creation succeeded
    [Adobe AIR Application Installer:10319][INFO] Starting app update of /opt. Updating from com.kevinwilson.housecontrol version 1.0.442 to com.kevinwilson.housecontrol version 1.0.444 using the source file at file:///home/joggler/Downloads/joggler_client_1.0.444.air
    [Adobe AIR Application Installer:10319][ERR] Error occurred during rpm uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:10319][INFO] Rollback complete
    [Adobe AIR Application Installer:10319][ERR] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:10319][INFO] Launching subprocess with commandline /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /opt -update -silent -logToStdout /opt/HouseControl/bin/HouseControl file:///home/joggler/Downloads/joggler_client_1.0.444.air 1.0.444
    [Adobe AIR Application Installer:10319][INFO] Relaunching with elevation
    [Adobe AIR Application Installer:10319][ERR] Elevated install failed: error 5008 3
    [Adobe AIR Application Installer:10319][ERR] Application Installer end with exit code 7
    [Adobe AIR Application Installer:2815][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86
    [Adobe AIR Application Installer:2815][INFO] Commandline is: -update /opt/HouseControl/bin/HouseControl "/home/joggler/.appdata/com.kevinwilson.housecontrol/Local Store/#ApplicationUpdater/update.air" 1.0.444
    [Adobe AIR Application Installer:2815][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR
    [Adobe AIR Application Installer:2815][INFO] Installed app (com.kevinwilson.housecontrol) located at /opt/HouseControl/bin/HouseControl
    [Adobe AIR Application Installer:2815][INFO] Unpackaging file:///home/joggler/.appdata/com.kevinwilson.housecontrol/Local%20Store/%23ApplicationUpdater/update.air to /tmp/FlashTmp.B8ssc2
    [Adobe AIR Application Installer:2815][INFO] Application signature verified
    [Adobe AIR Application Installer:2815][INFO] Unpackaging/validation complete
    [Adobe AIR Application Installer:2815][INFO] Converting unpackaged application to a native installation package in /tmp/FlashTmp.U5gXca
    [Adobe AIR Application Installer:2815][INFO] Native installation package creation succeeded
    [Adobe AIR Application Installer:2815][INFO] Starting app update of /opt. Updating from com.kevinwilson.housecontrol version 1.0.442 to com.kevinwilson.housecontrol version 1.0.444 using the source file at file:///home/joggler/.appdata/com.kevinwilson.housecontrol/Local%20Store/%23ApplicationUpdater/update.air
    [Adobe AIR Application Installer:2815][ERR] Error occurred during rpm uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:2815][INFO] Rollback complete
    [Adobe AIR Application Installer:2815][ERR] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Only root can uninstall the application" errorID=0]
    [Adobe AIR Application Installer:2815][INFO] Launching subprocess with commandline /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /opt -update -silent -logToStdout /opt/HouseControl/bin/HouseControl file:///home/joggler/.appdata/com.kevinwilson.housecontrol/Local%20Store/%23ApplicationUpdater/update.air 1.0.444
    [Adobe AIR Application Installer:2815][INFO] Relaunching with elevation
    [Adobe AIR Application Installer:2815][ERR] Elevated install failed: error 5008 3

  • Got Error #2004 on installing Air Application on Linux 32

    Hello,
    here's the problem.
    I'm trying to install an AIR application developed by me on a Linux Suse 10.1, and i'm getting Error #2004 (invalid parameters) usign the GUI installer or AIR.
    I've searched here and on the web too, and i've not found a clear solution. I don't know if the problem is on the machine or on my app.
    I've installed another app on same pc and it worked fine.
    What i have to do?
    Thank you in advance
    Simone

    Sure Sanika,
    here's the log of the installation
    stateInstallingWithElevation: enter install
    stateInstallingWithElevation: /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /opt -silent -logToStdout -url -location /opt -desktopShortcut -programMenu file:///home/vetrina2010/Desktop/photoviewer-v1.0.air
    received unknown message type from subinstaller: Currently in use: 1 blocks containing 64,0 KiB bytes total.
    received unknown message type from subinstaller: Allocated during whole lifetime: 6 blocks containing 245,6 KiB bytes total.
    received unknown message type from subinstaller: Sample cache size: 0 B
    received unknown message type from subinstaller: User name: vetrina2010
    received unknown message type from subinstaller: Host Name: linux-k7lr
    received unknown message type from subinstaller: Server Name: pulseaudio
    received unknown message type from subinstaller: Server Version: 0.9.12
    received unknown message type from subinstaller: Default Sample Specification: s16le 2ch 44100Hz
    received unknown message type from subinstaller: Default Sink: auto_null
    received unknown message type from subinstaller: Default Source: alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0
    received unknown message type from subinstaller: Cookie: a3c2cda0
    subinstaller: Starting silent app install of file:///home/vetrina2010/Desktop/photoviewer-v1.0.air
    subinstaller: UI SWF load is complete
    subinstaller: UI initialized
    subinstaller: Unpackaging to /tmp/FlashTmp.IjiZCg
    subinstaller: unpackaging is complete
    subinstaller: application is bound to side-by-side version 1.0
    subinstaller: application is bound to this version of the runtime
    subinstaller: app id photoviewer
    subinstaller: pub id 3561AACD69EB1057590AE77C6F3BBA8C5CD3A432.1
    subinstaller: Application not located
    subinstaller: creating native installer in: /tmp/FlashTmp.t4TNn2
    subinstaller: native installer creation complete
    subinstaller: Starting install
    subinstaller: stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception ArgumentError: Error #2004" errorID=2004]
    Failed during elevated install: error 2004 Unhandled exception ArgumentError: Error #2004
    starting cleanup of temporary files
    application installer exiting
    Maybe could be a problem inside the code of the application?
    Thank you

  • Installation of AIR applications and uninstallation of AIR fails

    I can't install AIR apps and uninstall AIR itself. Whenever I try to do it, it shows me this error:
    Adobe AIR
    Ta aplikacja wymaga wersji środowiska Adobe AIR, której nie można znaleźć.
    Pobierz najnowszą wersję środowiska uruchamiania dostępną pod adresem
    http://www.adobe.com/go/getair_pl
    lub skontaktuj się z autorem aplikacji, aby uzyskać zaktualizowaną wersję aplikacji.
    OK  
    This is in Polish, but I can translate it:
    This application needs Adobe AIR framework version, which can't be found.
    Download newest framework version here
    http://www.adobe.com/go/getair_pl
    or contact with application author, to receive updated version of application.
    The same error appears when I try to install Adobe AIR applications (one which come in .air package) and uninstall whole Adobe AIR with Add/Uninstall Programs in Control Panel.
    I've reinstalled AIR with zapper tool and tried Microsoft FixIt.
    OS - Windows XP Home Edition SP3 x86
    Installation log:
    http://www.privatepaste.com/bd78290af0

    I'm having the same issue. Installation of AIR says that it completes successfully, but the install log says it failed. Attempts to launch any Air apps just prompts me to install Air. I've run the Air Zapper vb script, and used the new Microsoft Fix Me application, and neither have solved the issue. Weird thing is that I successfully ran Air apps for a long time before this issue started. I'm using XP SP3. Please advise.
    EDIT: To be specific, I ran the Microsoft tool & the Air Zapper tool, both mentioned in this comment: http://forums.adobe.com/message/4011007#4011007. I've also attached the output from the Collect Install Info tool, mentioned in this post: http://forums.adobe.com/message/3767788#3767788
    Product Name: Microsoft Application Error Reporting
    Product Version: 12.0.6012.5000
    Product Code: {95120000-00B9-0409-0000-0000000FF1CE}
    Registry Product Code: 000021599B0090400000000000F01FEC
    Package Code: {420F351B-33A5-4A58-A856-69B2EDEDC8F7}
    Registry Package Code: B153F0245A3385A48A65962BDEDE8C7F
    Install Location:
    Install Source: c:\c54d29cdb6b432e08d7adb7f02a1\x86\
    Local Package: c:\WINDOWS\Installer\1aac68.msi
    Product Name: Microsoft Antimalware
    Product Version: 3.0.8402.2
    Product Code: {05BFB060-4F22-4710-B0A2-2801A1B606C5}
    Registry Product Code: 060BFB5022F401740B2A82101A6B605C
    Package Code: {C28D81E6-5EE9-468C-8EC2-C151C0325C2F}
    Registry Package Code: 6E18D82C9EE5C864E82C1C150C23C5F2
    Install Location: C:\Program Files\Microsoft Security Client\Antimalware
    Install Source: c:\c54d29cdb6b432e08d7adb7f02a1\x86\
    Local Package: c:\WINDOWS\Installer\1aac73.msi
    Product Name: Microsoft .NET Framework 3.0 Service Pack 2
    Product Version: 3.2.30729
    Product Code: {A3051CD0-2F64-3813-A88D-B8DCCDE8F8C7}
    Registry Product Code: 0DC1503A46F231838AD88BCDDC8E8F7C
    Package Code: {5394B7D7-FC25-45E5-B7ED-12CA3F803DF6}
    Registry Package Code: 7D7B493552CF5E547BDE21ACF308D36F
    Install Location:
    Install Source: c:\87e08502353883a4be6e2cc019c79254\dotnetfx30\
    Local Package: c:\WINDOWS\Installer\2b7312b.msi
    Product Name: VMware Tools
    Product Version: 8.8.1.9139
    Product Code: {39F48F01-4B74-46F2-8251-C5957A343D71}
    Registry Product Code: 10F84F9347B42F6428155C59A743D317
    Package Code: {40FF3D65-D249-43C0-BE80-08F2D7858C38}
    Registry Package Code: 56D3FF04942D0C34EB08802F7D58C883
    Install Location: C:\Program Files\VMware\VMware Tools\
    Install Source: C:\WINDOWS\TEMP\{39F48F01-4B74-46F2-8251-C5957A343D71}~setup\
    Local Package: C:\WINDOWS\Installer\fd12.msi
    Product Name: TweetDeck
    Product Version: 0.38.2
    Product Code: {A7765932-77D6-E0B2-1B27-E2973B5E1BD5}
    Registry Product Code: 2395677A6D772B0EB1722E79B3E5B15D
    Package Code: {A7765932-77D6-E0B2-1B27-E2973B5E1BD5}
    Registry Package Code: 2395677A6D772B0EB1722E79B3E5B15D
    Install Location: C:\Program Files\TweetDeck
    Install Source: C:\Documents and Settings\Administrator\Local Settings\Temp\fla1A.tmp\
    Local Package: C:\WINDOWS\Installer\1c7be7.msi
    Product Name: Microsoft .NET Framework 3.5 SP1
    Product Version: 3.5.30729
    Product Code: {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}
    Registry Product Code: 26DDC2EC4210AC63483DF9D4FCC5B59D
    Package Code: {182587EF-9D59-4047-A7C5-C46D4DDC916F}
    Registry Package Code: FE78528195D974047A5C4CD6D4CD19F6
    Install Location:
    Install Source: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\IXP06160.tmp\dotnetfx35\x86\
    Local Package: C:\WINDOWS\Installer\2b7f05c.msi
    Product Name: Apple Application Support
    Product Version: 2.1.6
    Product Code: {343666E2-A059-48AC-AD67-230BF74E2DB2}
    Registry Product Code: 2E666343950ACA84DA7632B07FE4D22B
    Package Code: {8FFFCAFB-DD70-417D-B3D6-7C79DB8B2AF7}
    Registry Package Code: BFACFFF807DDD7143B6DC797BDB8A27F
    Install Location: C:\Program Files\Common Files\Apple\Apple Application Support\
    Install Source: C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple\Apple Software Update\
    Local Package: C:\WINDOWS\Installer\26707e6.msi
    Product Name: AVG 2012
    Product Version: 12.0.1834
    Product Code: {7D004944-C4F1-4C44-AAD4-E7F85190ED00}
    Registry Product Code: 449400D71F4C44C4AA4D7E8F1509DE00
    Package Code: {43D30F34-A2DD-463F-A5E3-E8945437A6B0}
    Registry Package Code: 43F03D34DD2AF3645A3E8E4945736A0B
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\MFAData\pack\
    Local Package: C:\WINDOWS\Installer\a1bf7f.msi
    Product Name: Apple Software Update
    Product Version: 2.1.3.127
    Product Code: {789A5B64-9DD9-4BA5-915A-F0FC0A1B7BFE}
    Registry Product Code: 46B5A9879DD95AB419A50FCFA0B1B7EF
    Package Code: {24959AA1-60E4-4BFE-8FB0-7202F68067DD}
    Registry Package Code: 1AA959424E06EFB4F80B27206F0876DD
    Install Location: C:\Program Files\Apple Software Update\
    Install Source: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\IXP131.TMP\
    Local Package: C:\WINDOWS\Installer\61682b.msi
    Product Name: Java(TM) 6 Update 29
    Product Version: 6.0.290
    Product Code: {26A24AE4-039D-4CA4-87B4-2F83216029FF}
    Registry Product Code: 4EA42A62D9304AC4784BF238120692FF
    Package Code: {A95972ED-B070-4182-BBDB-F405CB33975A}
    Registry Package Code: DE27959A070B2814BBBD4F50BC3379A5
    Install Location: C:\Program Files\Java\jre6\
    Install Source: C:\Documents and Settings\Administrator\Application Data\Sun\Java\jre1.6.0_29\
    Local Package: C:\WINDOWS\Installer\da0c54.msi
    Product Name: Skype™ 5.5
    Product Version: 5.5.124
    Product Code: {AA59DDE4-B672-4621-A016-4C248204957A}
    Registry Product Code: 4EDD95AA276B12640A61C442284059A7
    Package Code: {5684AB68-93AE-4CCB-A7B5-B4434D040ADE}
    Registry Package Code: 86BA4865EA39BCC47A5B4B34D440A0ED
    Install Location: C:\Program Files\Skype\
    Install Source: C:\Documents and Settings\All Users\Application Data\Skype\{AA59DDE4-B672-4621-A016-4C248204957A}\
    Local Package: C:\WINDOWS\Installer\3cae05.msi
    Product Name: QuickTime
    Product Version: 7.71.80.42
    Product Code: {7BE15435-2D3E-4B58-867F-9C75BED0208C}
    Registry Product Code: 53451EB7E3D285B468F7C957EB0D02C8
    Package Code: {3AE670FA-6F77-4782-B4C0-44FEF40CDA33}
    Registry Package Code: AF076EA377F628744B0C44EF4FC0AD33
    Install Location: C:\Program Files\QuickTime\
    Install Source: C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple\Apple Software Update\
    Local Package: C:\WINDOWS\Installer\e943d6.msi
    Product Name: AVG 2012
    Product Version: 12.0.1869
    Product Code: {4447D5B5-95ED-4C4D-A9C3-1D8E892D5377}
    Registry Product Code: 5B5D7444DE59D4C49A3CD1E898D23577
    Package Code: {1585268D-A6EE-4A8D-ADAC-D7E5E9EF7C29}
    Registry Package Code: D8625851EE6AD8A4DACA7D5E9EFEC792
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\AVG2012\SetupBackup\
    Local Package: C:\WINDOWS\Installer\1bb018.msi
    Product Name: Windows Live Essentials
    Product Version: 14.0.8117.416
    Product Code: {474F25F5-BDC9-40E5-B1B6-F6BF23FC106F}
    Registry Product Code: 5F52F4749CDB5E041B6B6FFB32CF01F6
    Package Code: {58BB7A36-7662-4F7A-B7BE-8544464F894D}
    Registry Package Code: 63A7BB852667A7F47BEB584464F498D4
    Install Location:
    Install Source: C:\Program Files\Common Files\Windows Live\.cache\c9bd6d621ccd6c0\
    Local Package: C:\WINDOWS\Installer\6ccc0ed.msi
    Product Name: Adobe Reader X (10.1.2)
    Product Version: 10.1.2
    Product Code: {AC76BA86-7AD7-1033-7B44-AA1000000001}
    Registry Product Code: 68AB67CA7DA73301B744AA0100000010
    Package Code: {F7D59C9B-F9B3-4EE9-9C09-D9160549B96D}
    Registry Package Code: B9C95D7F3B9F9EE4C9909D6150949BD6
    Install Location: C:\Program Files\Adobe\Reader 10.0\Reader\
    Install Source: C:\Documents and Settings\All Users\Application Data\Adobe\Setup\{AC76BA86-7AD7-1033-7B44-AA1000000001}\
    Local Package: C:\WINDOWS\Installer\a072a.msi
    Product Name: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
    Product Version: 9.0.30729.6161
    Product Code: {9BE518E6-ECC6-35A9-88E4-87755C07200F}
    Registry Product Code: 6E815EB96CCE9A53884E7857C57002F0
    Package Code: {00073E4B-0EA7-48DB-9C41-FDA7E9BB4839}
    Registry Package Code: B4E370007AE0BD84C914DF7A9EBB8493
    Install Location:
    Install Source: c:\586e1548fe440d4a90\
    Local Package: c:\WINDOWS\Installer\1aac63.msi
    Product Name: iTunes
    Product Version: 10.5.3.3
    Product Code: {F6D6B258-E3CA-4AAC-965A-68D3E3140A8C}
    Registry Product Code: 852B6D6FAC3ECAA469A5863D3E41A0C8
    Package Code: {245D9E10-3A11-4E9C-8928-C4FF7C4749F4}
    Registry Package Code: 01E9D54211A3C9E498824CFFC774944F
    Install Location: C:\Program Files\iTunes\
    Install Source: C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple\Apple Software Update\
    Local Package: C:\WINDOWS\Installer\2b723ee.msi
    Product Name: AVG 2012
    Product Version: 12.0.2112
    Product Code: {083E0D59-B6B4-4570-AA0A-37F5B4526CF5}
    Registry Product Code: 95D0E3804B6B0754AAA0735F4B25C65F
    Package Code: {0973E0E6-BA3B-4F50-B0A6-C5C730FAB4DE}
    Registry Package Code: 6E0E3790B3AB05F40B6A5C7C03AF4BED
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\AVG2012\SetupBackup\
    Local Package: C:\WINDOWS\Installer\28b0b61.msi
    Product Name: AVG 2012
    Product Version: 12.0.1873
    Product Code: {80F28669-97B7-4CC9-B256-1F1BCFB7FDCF}
    Registry Product Code: 96682F087B799CC42B65F1B1FC7BDFFC
    Package Code: {A9253FA4-4F00-471B-82BF-87066D06D77E}
    Registry Package Code: 4AF3529A00F4B17428FB7860D6607DE7
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\AVG2012\SetupBackup\
    Local Package: C:\WINDOWS\Installer\5e8dc.msi
    Product Name: 7-Zip 9.20
    Product Version: 9.20.00.0
    Product Code: {23170F69-40C1-2701-0920-000001000000}
    Registry Product Code: 96F071321C0410729002000010000000
    Package Code: {23170F69-40C1-2701-0920-000002000000}
    Registry Package Code: 96F071321C0410729002000020000000
    Install Location:
    Install Source: C:\Documents and Settings\Administrator\My Documents\Downloads\
    Local Package: C:\WINDOWS\Installer\8cac66.msi
    Product Name: Segoe UI
    Product Version: 14.0.4327.805
    Product Code: {A1F66FC9-11EE-4F2F-98C9-16F8D1E69FB7}
    Registry Product Code: 9CF66F1AEE11F2F4899C618F1D6EF97B
    Package Code: {D2F5E111-932F-4C88-9F6B-075F2B6E2346}
    Registry Package Code: 111E5F2DF23988C4F9B670F5B2E63264
    Install Location:
    Install Source: C:\Program Files\Common Files\Windows Live\.cache\d82b689c1ccd6c0\
    Local Package: C:\WINDOWS\Installer\6ccc0f7.msi
    Product Name: SOICHA AIR
    Product Version: 1.2
    Product Code: {38C3F1D9-C4F2-C2DC-75C9-B673AAD4BE41}
    Registry Product Code: 9D1F3C832F4CCD2C579C6B37AA4DEB14
    Package Code: {38C3F1D9-C4F2-C2DC-75C9-B673AAD4BE41}
    Registry Package Code: 9D1F3C832F4CCD2C579C6B37AA4DEB14
    Install Location: C:\Program Files\SOICHA AIR
    Install Source: C:\Documents and Settings\Administrator\Local Settings\Temp\fla25.tmp\
    Local Package: C:\WINDOWS\Installer\bfa792.msi
    Product Name: Apple Mobile Device Support
    Product Version: 4.0.0.97
    Product Code: {8153ED9A-C94A-426E-9880-5E6775C08B62}
    Registry Product Code: A9DE3518A49CE6248908E576570CB826
    Package Code: {F9F0CB25-E342-4F1D-9A42-F07CA86BB570}
    Registry Package Code: 52BC0F9F243ED1F4A9240FC78AB65B07
    Install Location: C:\Program Files\Common Files\Apple\Mobile Device Support\
    Install Source: C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple\Apple Software Update\
    Local Package: C:\WINDOWS\Installer\5f15a06.msi
    Product Name: Microsoft Choice Guard
    Product Version: 2.0.48.0
    Product Code: {F0E12BBA-AD66-4022-A453-A1C8A0C4D570}
    Registry Product Code: ABB21E0F66DA22044A351A8C0A4C5D07
    Package Code: {AD6DEB89-01DA-4B24-BD0E-59F3D7DA1998}
    Registry Package Code: 98BED6DAAD1042B4DBE0953F7DAD9189
    Install Location: C:\Program Files\Microsoft\Search Enhancement Pack\Choice Guard\
    Install Source: C:\Program Files\Common Files\Windows Live\.cache\d3de5db01ccd6c0\
    Local Package: C:\WINDOWS\Installer\6ccc0f2.msi
    Product Name: AVG 2012
    Product Version: 12.0.1913
    Product Code: {4EFC72DA-2314-4E5D-AC8E-1C954CDB8BBF}
    Registry Product Code: AD27CFE44132D5E4CAE8C159C4BDB8FB
    Package Code: {46C72D50-7FA8-4D66-80AE-E872B114470D}
    Registry Package Code: 05D27C648AF766D408EA8E271B4174D0
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\AVG2012\SetupBackup\
    Local Package: C:\WINDOWS\Installer\1aa4e44.msi
    Product Name: AVG 2012
    Product Version: 12.0.1901
    Product Code: {E171F5DA-6F17-472D-A223-92468142C5E8}
    Registry Product Code: AD5F171E71F6D2742A32296418245C8E
    Package Code: {701E6642-9731-47F4-8EB7-0DE36E374EC1}
    Registry Package Code: 2466E10713794F74E87BD03EE673E41C
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\AVG2012\SetupBackup\
    Local Package: C:\WINDOWS\Installer\5c1f9.msi
    Product Name: Bonjour
    Product Version: 3.0.0.10
    Product Code: {79155F2B-9895-49D7-8612-D92580E0DE5B}
    Registry Product Code: B2F5519759897D9468219D52080EEDB5
    Package Code: {4894F310-0EEF-492C-AFAC-BDAC7DEDC2E1}
    Registry Package Code: 013F4984FEE0C294FACADBCAD7DE2C1E
    Install Location: C:\Program Files\Bonjour\
    Install Source: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\IXP131.TMP\
    Local Package: C:\WINDOWS\Installer\616821.msi
    Product Name: AVG 2012
    Product Version: 12.0.1890
    Product Code: {4E74D41C-5864-4561-9F6B-069372513A0B}
    Registry Product Code: C14D47E446851654F9B660392715A3B0
    Package Code: {77CE5A18-8BCF-4984-A813-FD8F55CF7A63}
    Registry Package Code: 81A5EC77FCB848948A31DFF855FCA736
    Install Location:
    Install Source: C:\Documents and Settings\All Users\Application Data\AVG2012\SetupBackup\
    Local Package: C:\WINDOWS\Installer\340acf.msi
    Product Name: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    Product Version: 9.0.30729.4148
    Product Code: {1F1C2DFC-2D24-3E06-BCB8-725134ADF989}
    Registry Product Code: CFD2C1F142D260E3CB8B271543DA9F98
    Package Code: {B870907F-D8C0-4418-816F-4D2873511B28}
    Registry Package Code: F709078B0C8D814418F6D4823715B182
    Install Location:
    Install Source: c:\35e07b62cb519072e903d7fb11e2\
    Local Package: c:\WINDOWS\Installer\aaf9.msi
    Product Name: Microsoft Silverlight
    Product Version: 4.0.60831.0
    Product Code: {89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}
    Registry Product Code: D7314F9862C648A4DB8BE2A5B47BE100
    Package Code: {F33C2298-2B4E-4079-B7E5-AB95C6CF406F}
    Registry Package Code: 8922C33FE4B297047B5EBA596CFC04F6
    Install Location: c:\Program Files\Microsoft Silverlight\
    Install Source: c:\9ca35991ccef18a4fbd99396b1\
    Local Package: c:\WINDOWS\Installer\ff8bff.msi
    Product Name: Microsoft Security Client
    Product Version: 2.1.1116.0
    Product Code: {54B6DC7D-8C5B-4DFB-BC15-C010A3326B2B}
    Registry Product Code: D7CD6B45B5C8BFD4CB510C013A23B6B2
    Package Code: {C48E7845-16F1-4FA2-B9FC-51502CDE8AE7}
    Registry Package Code: 5487E84C1F612AF49BCF1505C2EDA87E
    Install Location: c:\Program Files\Microsoft Security Client\
    Install Source: c:\c54d29cdb6b432e08d7adb7f02a1\x86\
    Local Package: c:\WINDOWS\Installer\1aac6d.msi
    Product Name: Microsoft .NET Framework 2.0 Service Pack 2
    Product Version: 2.2.30729
    Product Code: {C09FB3CD-3D0C-3F2D-899A-6A1D67F2073F}
    Registry Product Code: DC3BF90CC0D3D2F398A9A6D1762F70F3
    Package Code: {CED172AC-7FBC-4499-A5C8-67AF39FC5FEA}
    Registry Package Code: CA271DECCBF799445A8C76FA93CFF5AE
    Install Location:
    Install Source: c:\87e08502353883a4be6e2cc019c79254\dotnetfx20\
    Local Package: c:\WINDOWS\Installer\2b54c66.msi
    Product Name: Windows Live Upload Tool
    Product Version: 14.0.8014.1029
    Product Code: {205C6BDD-7B73-42DE-8505-9A093F35A238}
    Registry Product Code: DDB6C50237B7ED245850A990F3532A83
    Package Code: {356AAA50-E912-4A47-9D01-617BA2C501CB}
    Registry Package Code: 05AAA653219E74A4D91016B72A5C10BC
    Install Location:
    Install Source: C:\Program Files\Common Files\Windows Live\.cache\c17d9eb81ccd6c0\
    Local Package: C:\WINDOWS\Installer\6ccc0e3.msi
    Product Name: Windows Live Writer
    Product Version: 14.0.8117.0416
    Product Code: {178832DE-9DE0-4C87-9F82-9315A9B03985}
    Registry Product Code: ED2388710ED978C4F92839519A0B9358
    Package Code: {F0346E4E-FA65-4E97-8125-A486E3D4AC90}
    Registry Package Code: E4E6430F56AF79E418524A683E4DCA09
    Install Location:
    Install Source: C:\Program Files\Common Files\Windows Live\.cache\e08525b61ccd6c0\
    Local Package: C:\WINDOWS\Installer\6ccc0fc.msi
    Product Name: Java Auto Updater
    Product Version: 2.0.6.1
    Product Code: {4A03706F-666A-4037-7777-5F2748764D10}
    Registry Product Code: F60730A4A66673047777F5728467D401
    Package Code: {E4116BCC-9BD9-45DB-A50A-CB153223C9D9}
    Registry Package Code: CCB6114E9DB9BD545AA0BC5123329C9D
    Install Location:
    Install Source: C:\Documents and Settings\Administrator\Application Data\Sun\Java\AU\
    Local Package: C:\WINDOWS\Installer\da0c59.msi
    Product Name: Windows Installer Clean Up
    Product Version: 3.00.00.0000
    Product Code: {121634B0-2F4B-11D3-ADA3-00C04F52DD52}
    Registry Product Code: 0B436121B4F23D11DA3A000CF425DD25
    Package Code: {999BF813-45E5-11D3-ADB1-00C04F52DD52}
    Registry Package Code: 318FB9995E543D11DA1B000CF425DD25
    Install Location:
    Install Source: C:\Program Files\MSECACHE\WICU3\
    Local Package: C:\WINDOWS\Installer\ceb109.msi

  • Is there any way to listen for OS-commands like LINUX/UNIX "kill myApp"?

    Hello, world! ;)
    I would like to get help on the following problem:
    Situation:*
    Implementing my first server-daemon I was wondering if there is any way to listen for OS commands/events affecting the application.
    One particular handling I intend to implement is after an OS termination command (like *"kill myDaemon.jar"* on LINUX/UNIX) to shut down the daemon.
    This would be really helpful, because in this way I would not just shut down the daemon brutally but being able to handle an event like this to shutdown the Thread pool, send all connected peers that the server/daemon will be down for a while, close all connections ...
    Need help:*
    Am I completely forgetting something which solves this problem really quick? :D
    Is there any Listener Interface which I can use to achieve this?
    Is maybe the JVM/JRE handling this and running garbage collectors?
    Is there any site/tutorial/... focusing on problems like this?
    Thanks in advance for any help on this subject!
    JAVAnetic

    Thanks, this was indeed very helpful.
    I implemented a shutdownHook and it works like I hoped it would:
        Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() {
          @Override public void run() {
            // shut down commands
        }));After typing *"kill process_ID"* in a terminal the shutdownHook is invoked (like mentioned before) and the shut down commands are executed.
    Works fine.
    Am happy. :D

  • How to make a installer for iphone application

    hi, dear all, I have made a iphone application by XCode , it can running perfect on emulator . I want it can be install on real device , how to do it ? how to make a installer for my iphone application ?
    thanks to your response .

    If you go to the iPhone DEV area on Apple.com you can get a installer app once you are a developer. This installer will let you use apps for your own use. This installer app also supports up to X amount of phones you can install the application on. I thought it was set at 100 but could be now up to 500.

  • Avoid re-installation of air application

    i have developed an air application in flex.The installation of application should occur only once. if the user clicks on air package again after installation it should not occur. But application updation feature should be there. Is there any way to achieve it??

    After installing, if the user double clicks the same .air file again they should receive a dialog similar to this:
    Chris

  • CS4 or FLEX Builder for AIR Application?

    Hello,
    I have installed CS4 and Flex builder 3. I would like to develop some desktop applications, which is the best editor to develop AIR application?
    Thank you

    I faced a similar choice recently: Flash or Flex for developing CS4 panels.
    John Nack advised me to use Flex Builder. He was right. For a desktop AIR application or something like CS4 panels, the Flex Builder IDE is more powerful and helpful. If you're a developer familiar with other programming tool IDEs, like Microsoft Visual Studio, various Java IDEs, etc. then you will find the Flx Builder IDE to be more intuitive.
    Flash is a good choice for developing animated SWF panels that are driving things like Flash movies. If you use Flash, you'll have to deal with the Timeline. With Flex Builder, you don't.
    They both provide access to Action Script. But they expose functionality differently. Also, Flex Builder provides some data visualization tools, etc. that are not part of Flash.
    Mitch

  • Uninstaller program for Air application

    We have an Adobe AIR desktop application and would like to
    build an uninstaller program for this
    that works on all platforms supported by AIR.
    Note that currently on a PC running Windows XP, the only way
    to uninstall is to go
    to the control panel and remove the application. We'd like to
    provide our own uninstaller
    program to the user thats bundled with the Adobe AIR desktop
    application.

    Since you have an AIR engineer on the case, I won't be so
    presumptuous as to think I have the best answer, but the nice thing
    about AIR apps is if you run the install again, and click on More
    Options, you have the option to uninstall. I think it's a pretty
    smart solution personally (after years of dealing with
    InstallShield and Wise).

  • Installer for java application

    I want a installer for my java application that make an exe file and whenever i click on that then it install my application into the windows.
    A icon should be generated on the desktop and start menu.
    There should be a functionality like any other desktop application. As first u download the yahoo msnger exe file and then double click on that then it install into your system.
    And then u can use yahoo msnger.
    Please guide me.
    Thanks in advance.
    Vivek

    Hi,
    InstallAnywhere is just a installer that install my java application into my computer or it make an exe file in which anyone double click and then that install into his system.
    I want such a tool that convert my project into such a exe inwhich if i doubleclick then it it install my application into that user computer.
    It make an icon on desktop and whenever that user double click on that icon that application start.
    I provide here the example of yahoo messenger. My project is something like that.
    First i want to make such a exe that if user download from the net then whenever user click on the exe file then it install my application into his system.
    So i want a tool that convert my project into such a exe file.
    I think now its clear. If not then tell me.
    Please help me.
    ViVeK

  • Best practices for Air application distribution

    I am going to need to develop an AIR application. I am a bit confused how I will deliver updated version it when something has been changed. Will the users have to reinstall it every time I let them know that there is a newer version available? A reason I am asking is that with a web based applications I dont have that problem, every time I export newer version it becomes available immediately.
    Thanks

    Look at this article http://www.adobe.com/devnet/air/articles/air_update_framework.html
    Etienne

Maybe you are looking for