Installing runtime through Flex 3

So I'm loading air.swf in flex to check to see if the Air
runtime is installed and it's working perfectly. Problem I am
having is how to direct the user to install the Air runtime if they
don't have it. I am able to launch and install air apps fine using
installApplication() & launchApplication(), is there a way to
launch an airtime install app too or do I need to redirect someone
to another page?

The installApplication() method will install AIR if
necessary. No additional work is required.
Oliver Goldman | Adobe AIR Engineering

Similar Messages

  • Running forms 6i on client without installed runtime !

    Dear proffesionals, what do you think about code below-we tried to enable our users to run applications developed in Forms 6i, without installed runtime on their machines. Is this solutions good, and why ? We installed forms6i runtime on the server, and make batch script (with code below), and make .exe file from that. Than we send link to users with locations of that .exe file? Is this way possible to run application through VPN ?
    Thanks in advance,
    Adnan
    Code:
    set ROOT_DIR=\\ip_address\
    set APLIK=\\ip_address\
    set ICONE=\\ip_address\
    set PROGRAM=Form.fmx
    set USER=username     
    set PASS=password
    set BAZA=database_name
    set path=%ROOT_DIR%;c:\dos;%PATH%
    set ORACLE_HOME=%ROOT_DIR%
    set path=%ORACLE_HOME%\BIN;%ROOT_DIR%;%PATH%;%ROOT_DIR%\BIN
    set FORMS60=%ORACLE_HOME%\FORMS60
    set FORMS60_PATH=%APLIK%
    set RW60=%ORACLE_HOME%\REPORT60
    set REPORTS60_PATH=%APLIK%
    set API=%ORACLE_HOME%\DBS
    set BROWSER60=%ORACLE_HOME%\BROWSER60
    set CA_GPREFS=%ORACLE_HOME%\
    set CA_UPREFS=%ORACLE_HOME%\
    set CORE40=%ORACLE_HOME%\CORE40
    set DE60=%ORACLE_HOME%\tools\common60
    set NET80=%ORACLE_HOME%\net80
    set ORA_NLS33=%ORACLE_HOME%\NLSRTL33\DATA
    set DEV2000_SCCONVERT=FALSE
    set DOC60=%ORACLE_HOME%\tools\doc60
    set GRAPHBMP60=%ORACLE_HOME%\graph60\gwiz_bmp
    set graphics60=%ORACLE_HOME%\graph60
    set graphogd60=%ORACLE_HOME%\graph60\gwiz_ogd
    set gsconnectdir=%ORACLE_HOME%\olap\ecf620
    set gsinstalldir=%ORACLE_HOME%\olap\ece620
    set gwizard60=%ORACLE_HOME%\graph60
    set mm60=%ORACLE_HOME%\tools\common60
    set nlsrtl33=%ORACLE_HOME%\nlsrtl33
    set ocl60=%ORACLE_HOME%\graph60
    set oin60=%ORACLE_HOME%\oin60
    set ora_nls33=%ORACLE_HOME%\nlsrtl33\data
    set oracle_jdk=%ORACLE_HOME%\jdk\
    set orainfonav_docpath=%ORACLE_HOME%\oin
    set otrace80=%ORACLE_HOME%\otrace80
    set plsql80=%ORACLE_HOME%\plsql80
    set pro80=%ORACLE_HOME%\pro80
    set qt_player=OMO
    set rdbms80=%ORACLE_HOME%\rdbms80
    set reports_builder=rwbld60.exe
    set reports_runtime=rwrun60.exe
    set reports60_classpath=%ORACLE_HOME%\jdk\lib\classes.zip;%ORACLE_HOME%\REPORT60\java\jars\myreports60.jar;%ORACLE_HOME%\REPORT60\java\jars\xmlparser.jar
    set reports60_express_ui=%ORACLE_HOME%\bin
    set reports60_jni_lib=%ORACLE_HOME%\jdk\bin\javai.dll
    set reports60_splash=TRUE
    set rw60=%ORACLE_HOME%\report60
    set shared_oracle_home=%ORACLE_HOME%
    set tk60=%ORACLE_HOME%\tools\common60
    set ui60=%ORACLE_HOME%\tools\common60
    set vgs60=%ORACLE_HOME%\tools\common60
    set UI_ICON=%ICONE%
    set NLS_LANG=CROATIAN_CROATIA.EE8MSWIN1250
    set NLS_DATE_FORMAT=DD.MM.RRRR
    set NLS_NUMERIC_CHARACTERS=,.
    start /separate /D%TEMP% ifrun60 module=%PROGRAM% userid=username/password@database
    echo off
    if not errorlevel 1 goto ok_2000
    CD %TEMP%
    start ifrun60 module=%PROGRAM% userid=%user%/%pass%@%baza%
    if not errorlevel 1 goto ok_9x
    goto error
    :ok_2000
    echo ---------------------
    echo Application started
    echo successfully
    echo at OS WIN2000...!
    echo ---------------------
    goto end
    :ok_9x
    cls
    echo ---------------------
    echo Application started
    echo successfully
    echo at OS WIN9x...!
    echo ---------------------
    goto end
    :error
    cls
    echo ---------------------
    echo There was some
    echo problems with starting
    echo this application...!
    echo ---------------------
    goto end
    :end

    In order to distribute a Forms 6i application to a client you really only have three (3) choices.
    1. Install the Forms Runtime on each PC (truely distributed application).
    2. Deploy the application using desktop virtualization (Citrix, etc). This option requires a Virtualization server.
    3. Web Deployed. (This requires the addition of an Application server and does require some type of installation on the client (the Oracle Jinitiator), but this can be automated with the Web Deployment.) Check out this link [Forms 6i Documenation|http://www.oracle.com/technology/documentation/6i_forms.html] and scroll to the bottom and view the "Oracle Forms Developer Release 6i: Deploying Forms Applications to the Web with Oracle Forms Server" document.
    Hope this helps.
    Craig...
    If a response is helpful or correct, please mark it accordingly

  • Cannot install runtime or my app to my android device - Failure [INSTALL_FAILED_INVALID_APK]

    Hi,
    I get the following error if I want to install the AIR Runtime that comes with the SDK or my app that I compiled to an APK file.... I get the following message:
    Failure [INSTALL_FAILED_INVALID_APK]
    adt -installRuntime -platform andrid -device HT0BSPY06247 -package Runtime.apk
    Failure [INSTALL_FAILED_INVALID_APK]
    My custom app runs in the emulator... but it is not a problemn with that - because the AIR Runtime won't even install!
    Help!!!!!!!!!
    Thanks

    Hi,
    Unfortunately adT install runtime.apk does not work
    adB install runtime.apk does work, but it comes up with the same error. Failure [INSTALL_FAILED_INVALID_APK]
    I managed to install the sample app apk found here for a sample app... http://coenraets.org/blog/2010/05/sample-application-using-flex-and-air-for-android/
    but when I try to install the runtime, did not install properly... Neither did my flash custom app.
    For my app, I created a simple SWF animation with Flash 8. It runs with ADL, but when I try to install it on the device, it doesn't work.
    Help with both the Runtime and the custom app. Here is the XML for the custom app below.
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
        <id>samples.android.HelloWorld</id>
        <versionNumber>0.0.1</versionNumber>
        <filename>HelloWorld</filename>
        <initialWindow>
            <content>test1.swf</content>
        </initialWindow>
        <supportedProfiles>mobileDevice</supportedProfiles>
    </application>
    Thanks in advance....

  • I'm new to the Mac world. I installed my Epson printer on my IMAC and it worked fine. Then I installed Windows7 through Bootcamp and I think it reconfigured a port and now I get a communication error and it won't print. Any help on how do to fix this?

    Sorry, I'm new to the Mac world. I recently got a new IMAC and installed my Epson CX5800F printer and it worked fine. Then a few weeks later I installed Windows7 through Bootcamp and I think it reconfigured a port or something and now I get a communication error and it won't print. Can anyone help me with this problem, and/or help me get the port back the way it was? Thanks, Barry

    While looking through profile first aid, I came across this that might help explain my problem.
    Searching for profiles...
    Checking 20 profiles...
    /Library/Printers/EPSON/InkjetPrinter2/ICCProfiles/Standard.profiles/Contents/Re sources/Epson IJ Printer.icc
       Tag 'desc': Tag size is not correct.
       Tag 'dmdd': Tag size is not correct.
       Tag 'desc': Description tag has a bad Macintosh string.
       Tag 'dmdd': Description tag has a bad Macintosh string.
       The file is locked. Could not be fixed.
    Repair done - 0 out of 1 profiles fixed.

  • Can you use and iso version of windows 7 64 bit to install windows through bootcamp?

         I saw windows 7 64 bit online cheap and it was and iso. If I put it on a disc, could I use it to install windows through bootcamp?

    You can use the iso direct from Bootcamp assistant and put it on a USB if your Mac has the ability to boot from a USB flash drive.
    If your Mac has a built in cd drive you will need to burn the iso to disc (as an image) and use that to boot from.

  • Can't install Vista through Parallel

    When I tried to install Vista through parallel I recieved the following error:
    "This computer is not compliant with the Advanced Configuration and Power Interface (ACPI) standard. Windows must be installed onto a computer that supports ACPI. Contact your computer manufacturer for a BIOS update or install Windows on an ACPI-compliant computer. "
    I'm a newbie!! Any suggestions

    You should ask this question on the Parellels support forum:
    http://forum.parallels.com
    Here is a pertinent thread at those forums, albeit a year old:
    http://forum.parallels.com/showthread.php?t=207&highlight=acpi

  • HT201413 itunes wont install, runtime error R6034 also 'apple mobile device' wont start! help!

    itunes wont install, runtime error R6034 also 'apple mobile device' wont start! help!

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Mic problem after installing win7 through bootcamp

    i am having a problem of mic in my macbook after installing win7 through bootcamp if any one have solution please mail me

    yes, no luck there either.
    Now I cannot boot at all.
    I never had a problem wih the Mac OSX side only that  crappy microsoft software. Unfortunately
    there are a lot of woftware that I need for my work that only exist under micorsoft.

  • How to refer the Program Data directory in Win 7 through Flex?

    Hi All..!
    I have a requirement, in which I have to store some files in the Program Data directory in Win 7... What I can't find is, how to get the path to this directory through Flex. I was hoping to find something similar to the File.userDirectory.resolvePath method... So far, nothing.. Also, I needed to know what is the equivalent folder of Program Data on Mac... Please help..
    Thanks..!!

    Create a servlet which gets an InputStream of the file and writes it to the OutputStream of the response and call this servlet in `src` attribute. That's basically all.
    Here's an example which covers the most of the minimum needs: [http://balusc.blogspot.com/2007/04/imageservlet.html].

  • How to install open source Flex SDK in Eclipse 3.3 ?

    Iam currently workin on UBUNTU 10.04 OS
    I have downloaded flex_sdk_4.1.0.16076.zip
    How to install open source Flex SDK in Eclipse 3.3 ?
    Thanks in advance,
    Jai.

    Hi Jai!
    I'm not sure about this information because the last time I have used the flash builder into a linux machine was in 2007, but check this out:
    http://labs.adobe.com/technologies/flex/flexbuilder_linux/
    It says you will need to use SDK from the command line to build flex application.
    Best regards,
    Pablo Souza

  • Boot Camp Question .... I just bought a 2013 late model Mac Book Pro Retina and am wondering if it is worth installing windows through boot camp. If I install the windows component in order to run an exe file and its component "Declans Korean Flash Cards"

    I just bought a 2013 late model Mac Book Pro Retina and am wondering if it is worth installing windows through boot camp.
    If I install the windows component in order to run an exe file and its component "Declans Korean Flash Cards"... will it make my mac suseptible to viruses overall due to having a windows component? also will it make my mac slower as well

    If you are only going to use one or two window only programs then I wouldn't waste the space.  Try WinonX it allows you to install exe. Files on Mac without installing windows.

  • Adobe Air "no installed runtime detected"

    I get this same set of entries on the log file if I run the installer file as Administrator or as a common user.
    [2012-04-21:15:58:13] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-21:15:58:13] Commandline is:
    [2012-04-21:15:58:13] No installed runtime detected
    Any ideas?

    I haven't seen this log before.  Could you try the following?
    1. Download the latest AIR runtime from http://get.adobe.com/air to the root of your C: drive
    2. Go to the start menu and type in "cmd"
    3. Right click on the "cmd.exe" entry in the start menu and select "run as administrator"
    4. In the command prompt, type "cd \".  This should have you in "C:\" now.
    5. Type "AdobeAIRInstaller.exe"

  • I cannot install Acrobat through Creative Cloud

    Hi,
    I cannot install Acrobat through Creative Cloud on OSX 10.9.5. The error output is below.
    I've tried:
    Uninstall everything using the uninstallers
    Restart
    Run the CC Cleaner tool
    Restart
    Run sudo find . /Users/*/Library -name Adobe
    Delete anything found
    Runsudo find . /Library -name Adobe
    Delete anything found
    Restart
    Reinstall
    Errors as below
    Can you suggest anything to allow me to install this, please?
    I'm also seeing the error "The Add-on Creative Cloud Libraries installation failed because it is incompatible with installed…", then a link to https://creative.adobe.com/addons/patches/13042?feature_set=ikyosatrqd#.VOtgbrOsU80
    Thank you.
    Carolyn
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR: DW006 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Acrobat Professional 11.0.0.0 {D7E3240C-5D8B-4DCE-A5BA-D020514C232F} -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Acrobat XI Pro Installer.pkg failed with exit code: 1

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • I tried to update iTunes witht he latest version and I got a message saying that - MSVCR80.dll was not installed. I think I successfully installed that through an online help website but I now get R6034 - C\Program Files(x86)\iTunes\iTunes.exe

    I tried to update iTunes with the latest version and I got a message saying that - MSVCR80.dll was not installed. I think I successfully installed that through an online help website but I now get R6034 - C\Program Files(x86)\iTunes\iTunes.exe

    Hello Bignige52,
    The following article provides steps and information that can help get iTunes updated and working.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Allen

  • Problems with installing Xcode through App Store

    Hey guys,
    So trying to install Xcode on my Late 12 Macbook Pro with the ML update for a project with work.
    Everytime I try to install through the app store, I get the Grey Screen of Death. Anyone else having this problem or what could it be? I've had no other problems with installing programs through the App Store.
    I am currently downloading through the developer portal, so hopefully that works.
    Hope someone can guide some light on this.
    Thanks guys!

    Hello,
    For you problem with the Mac App Store you can contact the support here :
    http://www.apple.com/support/mac/app-store/
    (choose Account and Billing; you can change the country at the bottom of the page if you prefer dutch and go back to the support page).
    For your problem with Mail and iCloud you can read this page :
    http://support.apple.com/kb/TS4002?viewlocale=nl_NL (Troubleshooting iCloud Mail).
    Hope this will help.

Maybe you are looking for