Packaging on FB 4.7 - AIR 3.7 fails

While packaging my app for debuggin on device, it compiles fine for a bunch of times, then suddently I get:
'Launching application-device' has encountered a problem. Error packaging the application:
Error:  application.xml is not a valid AIRI or AIR file.
Recreating the project didn't help. Looking on Google, I found a post that mention that this error can come up when the period is missing after the app.xml filename in the adt command. Is this a bug? What's the workaround?
thanx
Vv

I'm packaging with Flash Builder 4.7, overlayed with AIR 3.7:
Debug command
launch method On Device, Fast, Debug via USB,
including only the required files in the package (xml and swf)
Thsi is the full error log:
Error occurred while packaging the application:
File D:\subversion\common\branches2\SutekTombMobile\bin-debug\AOT\SuteksTomb-app.xml is not a valid AIRI or AIR file
usage:
  adt -checkstore SIGNING_OPTIONS
  adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <country> )? ( -validityPeriod <years> )? ( 1024-RSA | 2048-RSA ) <pfx-file> <password>
  adt -help
  adt -migrate SIGNING_OPTIONS ( <air-file-in> | <airn-file-in> ) <output-file>
  adt -package SIGNING_OPTIONS ( -target air )? <output-package> ( <app-desc> FILE_OPTIONS | <input-package> )
  adt -package SIGNING_OPTIONS -target airn <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> )
  adt -package -target ( apk | apk-debug | apk-emulator | apk-captive-runtime ) ( CONNECT_OPTIONS? | LISTEN_OPTIONS? ) ( -airDownloadURL <url> )? SIGNING_OPTIONS <output-package> ( <app-desc> PLATFORM-SDK-OPTION? FILE-AND-PATH-OPTIONS | <input-package> PLATFORM-SDK-OPTION? )
  adt -package -target ( ipa-test | ipa-debug | ipa-app-store | ipa-ad-hoc | ipa-test-interpreter | ipa-debug-interpreter | ipa-test-interpreter-simulator | ipa-debug-interpreter-simulator ) ( CONNECT_OPTIONS? | LISTEN_OPTIONS? ) ( -sampler )? ANE_LINK_OPTIONS? SIGNING_OPTIONS <output-package> ( <app-desc> PLATFORM-SDK-OPTION? FILE-AND-PATH-OPTIONS | <input-package> PLATFORM-SDK-OPTION? )
  adt -package SIGNING_OPTIONS? -target native SIGNING_OPTIONS? <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> )
  adt -package SIGNING_OPTIONS? -migrate SIGNING_OPTIONS -target native SIGNING_OPTIONS? <output-package> <app-desc> FILE_OPTIONS PATH-OPTION
  adt -package SIGNING_OPTIONS? -target bundle SIGNING_OPTIONS? <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> )
  adt -package SIGNING_OPTIONS? -target ane <output-package> <ext-desc> ANE_OPTIONS
  adt -prepare <airi-file> <app-desc> FILE_AND_PATH_OPTIONS
  adt -sign SIGNING_OPTIONS ( -target ( air | airn | ane ) )? ( <airi-file> | <unsigned-ane-file> ) <output-file>
  adt -devices          PLATFORM-OPTION PLATFORM-SDK-OPTION?
  adt -installRuntime   PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? ( -package <apk-file> )?
  adt -installApp       PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? -package <apk-file | ipa-file>
  adt -uninstallRuntime PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION?
  adt -uninstallApp     PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? -appid <app-id>
  adt -launchApp        { PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? ( -debuggerPort port )? -appid <app-id> }
  adt -runtimeVersion   PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION?
  adt -appVersion       PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? -appid <app-id>
  adt -version
SIGNING_OPTIONS      : -storetype <type> ( -keystore <store> )? ( -storepass <pass> )? ( -alias <aliasName> )? ( -keypass <pass> )? ( -providerName <name> )? ( -tsa <url> )? ( -provisioning-profile <profile> )?
FILE_OPTIONS         : <fileOrDir>* ( ( -C <dir> <fileOrDir>+ ) | ( -e <file> <path> ) )*
CONNECT_OPTIONS      : -connect <host>
LISTEN_OPTIONS       : -listen <port>
ANE_LINK_OPTIONS     : -hideAneLibSymbols ( yes | no )
ANE_OPTIONS          : -swc <swc> ( -platform <name> (-platformoptions <file>)? <fileOrDir>* ( -C <dir> <fileOrDir>+ )* )*
FILE-AND-PATH-OPTIONS: ( PATH-OPTION | FILE-OPTIONS ) FILE-AND-PATH-OPTIONS?
PATH-OPTION          : -extdir <dir>
PLATFORM-OPTION      : -platform (android | ios)
PLATFORM-SDK-OPTION  : -platformsdk <platform-sdk-home-dir>
DEVICE-OPTION        : -device ( deviceID | ios-simulator )

Similar Messages

  • AIR Badge + RewriteRule fails - Downloaded file is not an air file

    Hi everyone!
    I'm not entirely sure my problem comes from RewriteRule but I've searched this forum for topics on corrupted AIR files and the Install Badge and tried almost every possible tip with no luck so I thought maybe my special issue comes from it...
    Here we go:
    I have a server-side script that builds AIR apps which are supposed to be installed (via an Install Badge). Those AIR apps are not stored at a public URL (for security reasons) but read (via PHP) when a specific URL is called. Let me give you an example (with fake paths) :
    The server-side built AIR app is store at /srv/data/air/myApp.air
    A RewriteRule redirects calls to http://www.my-server.com/air/999.air to http://www.my-server.com/air.php?id=999
    The air.php uses the GET id to read the AIR file :
    header("Pragma: public");
    header("Expires: 0");
    header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
    header("Cache-Control: private", false);
    header("Content-Type: $mimeType");
    header("Content-Disposition: attachment; filename=$name;" );
    header("Content-Length: ".filesize($path));
    readfile($path);
    With $mimeType="application/vnd.adobe.air-application-installer-package+zip" and $name="999.air"...
    When accessing the rewritten URL directly with a browser, everything is fine: the AIR file can be downloaded and installed as expected.
    But! When using an Install Badge linking to that URL, I get the nasty "The application could not be installed because the AIR file is damaged" message...
    And here's what's stored in .airappinstall.log:
    Starting app install of http://(...)/9889.air
    UI SWF load is complete
    UI initialized
    Downloading file to C:\Documents and Settings\Quentin\Local Settings\Temp\fla19D.tmp
    Received HTTP Response Status event
    Response URL is http://(...)/9889.air
    Downloaded file is not an air file.
    starting cleanup of temporary files
    application installer exiting
    Hum... And I'm stuck.
    Thoughts?
    I have multiple Install Badges in the same page, do you think this can break things?
    I've try adding the AddType instruction in a .htaccess file but it didn't change a thing...
    Thanks in advance!

    OK, I've got news.
    Bad news.
    In fact I realized the appurl set in the Install badge is (obviously) not called directly but by a script located at http://adobe.com/apollo... So your my session is not available in the script that is called and that reads the actual AIR file. So I can't check wether the user requiring the file has the right to. At least, not the way I intended to do it...
    I will keep you updated if I find something!

  • AIR Runtime Upgrade Fails on Windows

    Hi there,
    I've a customer trying to use an Adobe AIR application which I develop and they're running into some difficulty when it comes to upgrading the application. Here's the setup:
    1. User has 3.2 version of Eye-Fi Center AIR application installed on their machine. Version 3.2 of Eye-Fi Center requires AIR 2.0. User has AIR 2.0 runtime running on their machine.
    2. User tries to upgrade to 3.3 version of Eye-Fi Center AIR application. Version 3.3 of Eye-Fi Center requires AIR 2.5.
    3. The necessary upgrade from AIR 2.0 to AIR 2.5 fails.
    Here's the log output:
    [2011-04-05:14:20:06] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-05:14:20:06] Installed runtime (2.0.4.13090) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-05:14:20:06] Launching subprocess with commandline "Adobe AIR Application Installer.exe" -silent -location "C:\Program Files\Eye-Fi" -programMenu "C:\Users\prabha\AppData\Local\Temp\AIRB93E.tmp\Eye-Fi Center"
    [2011-04-05:14:20:06] Starting silent app install of file:///C:/Users/prabha/AppData/Local/Temp/AIRB93E.tmp/Eye-Fi%20Center
    [2011-04-05:14:20:06] UI SWF load is complete
    [2011-04-05:14:20:06] UI initialized
    [2011-04-05:14:20:06] Detected native app installer
    [2011-04-05:14:20:06] style being loaded from Resources/stylesNative.swf
    [2011-04-05:14:20:06] Validating the native package at file:///C:/Users/prabha/AppData/Local/Temp/AIRB93E.tmp/Eye-Fi%20Center
    [2011-04-05:14:20:10] unpackaging/validation is complete
    [2011-04-05:14:20:10] starting cleanup of temporary files
    [2011-04-05:14:20:10] application installer exiting
    [2011-04-05:14:20:10] Subprocess Application Installer failed (9)
    [2011-04-05:14:20:10] Bootstrapper end with exit code 9
    Any ideas on why this might be happening?
    Sean

    Hi Sean,
    I asked one of our devs about this and here's what he had to say:
    I think this is a limitation of the installers, and not a new one. In graphical mode, when the runtime encounters an air file with an unrecognized namespace it triggers an immediate update of the runtime with some corresponding UI. But when we're in silent mode we can't show an update UI, so we just fail. If you're going to do a silent install of an air app during your install, you need to have some logic to ensure the runtime is sufficient before you start, either by having copy or the latest runtime in your installer or by downloading it. I think this sort of thing is spelled out in our redistribution kit, but it may be less obvious with native installers, which normally always update themselves
    Hope this helps.  If this isn't sufficient, would you mind opening a new bug on this so we can follow up further?
    http://bugbase.adobe.com
    Thanks,
    Chris

  • Intermittently my SSIS Packages which are run through the JOB are failing

    Hi SSIS Guru's,
    I am facing a very strange problem.
    We have 2 Physical Servers (A and B) on which we have installed the SQL Server, one primary (A) and other as secondary (B). And there is a cluster (C) available to acces the running server. I have created some SSIS packages which we installed on the Server A (Primary), and created the job on the cluster server which initiates the SSIS packages, whcih are installed in the File System.
    The problem i am facing is the some thing related to Connection time out. And interestingly i am not getting this error Always. Approxiamtely For Every 5 Times once it;s Failing. I am copying the errors Which i encountered in the different runs.
    The thing i am confused is why i am not geting the error all the time? And Why am i getting this error all the time in a different data flow task. My SSIS Package structure is I have created one master package and 6 Child packages. I am getting the connection string for the Data base from the Configuration file which is defined in the XML File.
    The connection string that i am using is
    Data Source=<<server name>>;User ID=DOMAIN\user;Initial Catalog=DatabaseName;Provider=SQLNCLI.1;Integrated Security=SSPI;
    RUN 1 - Error
    Executed as user: AMR\sys_calyp. ...sion 9.00.3042.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights
    reserved.    Started:  2:00:07 PM  Error: 2007-09-15 14:02:35.92     Code: 0xC0202009     Source: ssis_emp Connection manager
    "DBCONNECTION"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.  An
    OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Unable to complete
    login process due to delay in opening server connection".  End Error  Error: 2007-09-15 14:02:35.92     Code: 0xC020801C    
    Source: infr_char Get the Records from emp 1 [72]     Description: SSIS Error Code
    DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager
    "DBCONNECTION" failed with error code 0xC0202009.  There may be error messages posted before this with more information on
    why the AcquireConnection method...  The package execution fa...  The step failed.
    RUN 2 - Error
    Message
    Executed as user: AMR\sys_calyp. ...sion 9.00.3042.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights
    reserved.    Started:  9:15:01 AM  Error: 2007-09-15 09:17:01.64     Code: 0xC0202009     Source: ssis_emp Connection manager
    "DBCONNECTION"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.  An
    OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Unable to complete
    login process due to delay in opening server connection".  End Error  Error: 2007-09-15 09:17:01.64     Code: 0xC020801C    
    Source: Data Flow Task Get the Records from emp [473]     Description: SSIS Error Code
    DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager
    "DBCONNECTION" failed with error code 0xC0202009.  There may be error messages posted before this with more information on
    why the AcquireConnection me...  The package execution fa...  The step failed.
    Run -3 Error
    Message
    Executed as user: AMR\sys_calyp. ...sion 9.00.3042.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights
    reserved.    Started:  11:30:01 PM  Error: 2007-09-14 23:32:21.28     Code: 0xC0202009     Source: ssis_dept Connection
    manager "DBCONNECTION"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code:
    0x80004005.  An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Unable
    to complete login process due to delay in opening server connection".  End Error  Error: 2007-09-14 23:32:21.28     Code:
    0xC020801C     Source: Data Flow Task Get the Records from dept [632]     Description: SSIS Error Code
    DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager
    "DBCONNECTION" failed with error code 0xC0202009.  There may be error messages posted before this with more information on
    why the AcquireConnection method ...  The package execution fa...  The step failed.
    Run - 4 Error
    Message
    Executed as user: AMR\sys_calyp. ...sion 9.00.3042.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights
    reserved.    Started:  11:00:02 PM  Error: 2007-09-14 23:02:21.46     Code: 0xC0202009     Source: ssis_emp Connection
    manager "DBCONNECTION"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code:
    0x80004005.  An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Unable
    to complete login process due to delay in opening server connection".  End Error  Error: 2007-09-14 23:02:21.46     Code:
    0xC020801C     Source: infr_itm_char_val Get the Records from emp_master [1]     Description: SSIS Error Code
    DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager
    "DBCONNECTION" failed with error code 0xC0202009.  There may be error messages posted before this with more information on
    why the AcquireCon...  The package execution fa...  The step failed.
    Run -5 Error
    Message
    Executed as user: AMR\sys_calyp. ...Execute Package Utility  Version 9.00.3042.00 for 32-bit  Copyright (C) Microsoft Corp
    1984-2005. All rights reserved.    Started:  9:10:59 PM  Error: 2007-09-14 21:12:23.25     Code: 0xC0202009     Source:
    ssis_salgrade Connection manager "DBCONNECTION"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred.
    Error code: 0x80004005.  An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005 
    Description: "Unable to complete login process due to delay in opening server connection".  End Error  Error: 2007-09-14
    21:12:23.25     Code: 0xC020801C     Source: Data Flow Task - ssis_salgrade get salgrade [3227]     Description: SSIS Error
    Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager
    "DBCONNECTION" failed with error code 0xC0202009.  There may be error messages posted before this with more information on
    why the AcquireConnection method c.  The step failed.

    I thought i found the solution my self... I changed the delay validation to all the packages to true and the problem dissappeared

  • Package was not created because the code generation failed.

    The installable package was not created because the code generation failed. help me please 

    I am having the exact problem. Been stuck here for 4 days now! For some reason, I cannot successfully generate the packages. I have exported the script from touchdevelop into an app into appstudios successfully though. This error occurs for both Windows
    8.1 and Windows Phone.
    Please help!!
    Thanks,
    LPK.

  • Error:Package migration from version 8 to version 6 failed with error 0xC001700A

    I was about to post a similar question where the package runs fine on VS2013 but errors when I run DTEXEC from the command prompt. 
    Error:
     Code: 0xC0016020
     Source: Package
     Description: Package migration from version 8 to version 6 failed with error 0xC001700A

    Hi TheDenver,
    Based on the error message that “Package migration from version 8 to version 6 failed with error 0xC001700A ", we can infer that the underlying cause is that the current SSIS package is created in SSDT BI 2014 for Visual Studio 2013, while you are trying
    to execute it with SQL Server 2012 DTEXEC. It seems that SQL Server 2014 Integration Services (SSIS) is installed on a machine that has SQL Server 2012 Integration Services (SSIS) installed, multiple versions of the dtexec utility are installed.
    SSIS versions are not backwards compatible. SSDT BI for VS 2013 is used for SQL Server 2014, SSDT BI for VS 2012/SSDT 2010 is used for SQL Server 2012. Please notice that once a package is upgraded from SSIS 2012 package schema to SSIS 2014 package schema,
    the package cannot be downgraded. So we cannot open or execute the SSIS 2014 packages with SSIS 2012 anymore.
    To fix this, please ensure that you run the correct version of the utility, at the command prompt run the utility by entering the full path (<drive>:\Program Files\Microsoft SQL Server\120\DTS\Binn).
    Reference:
    dtexec Utility
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • AIR package size & and why Adobe AIR rules..

    Here is one for all the flash dooms-dayers:
    I just published my app Gig Ink to Amazon App store. My app is now on iTunes for iPad/iPhone/iPod, Android Market for over 460 phones and tablets, and soon for Blackberry and desktop for mac/pc/linux with no runtime needed as I use captive runtime to package. And soon I will have access to Stage3D using the GPU to render full 3D content AND with Native Extensions I can do In-App billing, native notifications etc..
    Every one of them is the same 1 project in Flash Builder, same code, works landscape/portrait/phone/tablet etc. etc. etc.
    If I tried to do that with native code I would have to employ 5 separate developers and pay them heaps and anytime a change or update occurs... no way.
    Honestly are people thick? Doesn't anyone get how awesome this is, considering the massive and constant changes to web development recently?
    I hope Adobe know how important Flash Builder/AIR/AS3 is to a lot of developers now focusing on apps and keep making it better. My No 1 request? Reduce the file size of packaged AIR for captive runtime, possible allow us to select only dependant classes? Any suggestions? Is this an issue others think important?
    Cheers
    Blackmarketbear Mobile

    I totally agree with blackmarketbear !!
    Developing for mobile devices using Adobe AIR, Flex and Flash Builder brings exceptionnal productivity, and reduces a lot development cost !! =D
    However, the only drawback to this is the final packaged file size which won't let users download the app via 3G on Apple Store...
    This is such a big issue i think since our last client wanted his app to be downloadable via 3G ... =(
    I hope Adobe is working on this point, it is really important and if no improvment is made, i might fall into another development solution (native development with Java and Objective-C ...)

  • 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.

  • Package command line app with AIR app

    Forgive me if I seem completely dense, but I've been googling and forum finding and hair pulling all day on this.
    I wrote a command line application and I call it from my air application.  It all works just fine, but right now the location of the command line application is hard coded.  I want to know:
    1) What is the actionscript that allows me to refer my nativeProcess call to a an application that is packaged with the air app when I export?
    2) Where do I place the command line application in the file system of flash builder to bundle it with everything when I export?
    I realize it'll be different for mac and windows, but I need to do both.  I'm starting with the mac.  Right now as far as I know I can put the command line app in the source folder and that all ends up in the .app/contents/resources folder, but I'm not exactly sure how to reference that in actionscript or if I can or if I should?  I don't know.  Clue me in?

    Can you not use File.applicationDirectory.url as a base?

  • How can I download microsoft package in my mac book air

    how can I download microsoft package in my mac book air

    Without office installer dvd: visit office.microsoft.com, go to Store, and then select Office Products. Download/purchase what you need.
    If you have the office installer dvd already, and another Mac with a dvd drive neearby, the other Mac (with DVD Sharing enabled) can host the dvd and you can access it from your macbook air using Remote Disc. See http://support.apple.com/kb/HT5287?viewlocale=en_US
    You can also opt to buy a separate Apple USB Superdrive.

  • How can I transfer Microsoft package from iMac to Macbook air

    I hope this is answered ASAP

    The easiest way is to use the original install disks, always assuming that your version of whatever application/s you refer to are compatible with Lion.

  • AIR iOS app fails uploading to Apple (iTunes Connect)

    I've been trying to upload my iOS app to iTunes Connect via Application Loader but it fails every single time. I'm getting the following error(s);
    'Unable to run the lipo command: ... Can't map input file ...' and 'Application failed codesign verification'
    I believe the second error is due to the first, but I'm not sure. I've been looking around the web for solutions and only found this thread on here, I've tried everything said there but nothing helps.
    Replacing my game with an empty FLA doesn't seem to work either.

    I'm on the latter side, usually it's a codesigning issue. How did you develop your certs and did you follow the order specifically in my list in that post? Often people use old certs but create a new app ID and expect the old certs to work.
    There's been other discussions about extra "files" that Flash Pro inserts into IPAs (.zips in disguise). Because Flash Pro publishes to a folder that's not built specifically for that build, people sometimes copy extra files into that path. Those files can "automatically" and accidentally be added to the IPA without the author desiring that. You should check what files are being packaged with your IPA to verify there's no extra junk.
    Are you using flash CS5.5 or CS6 and what version of AIR are you overlayed to?

  • AIR installer download fails with MacOS

    Hi
    I have put my AIR-installer to my web-server (http://www.prepress.fi/eDocManager_e/update/eDocManager.air)
    It doesn´t work if I just click the link in web-browser. I have to compress installer to ZIP-package, user has to decompress it then. I would like to make it work directly... it should be possible, I have used links to AIR-installer elsewhere.... what I´m doing wrong?
    I have also problems with auto-update... but i have Flex SDK 3.5 in use and I heard there´s some bug that has something to do with update process... I tried to download SDK 3.5a but site was down few minutes age... I´ll re-try later...

    Have you set the mime type for AIR on your web server?
    You can read this blog:
    http://blogs.adobe.com/ashutosh/2009/02/setting_the_correct_mime_type.html
    for info.
    -ted

  • Export Air file is failing with no results or messages

    Hello all,
         I don't know if I am just being stupid, as what I am doing should be simple, but maybe I am. I am using the Burrito Preview, and I have an air app that I am trying to do a release export build to produce an AIR file from. However, when I do the release export build wizard, I get no output. I follow all of the steps of the output, and if I navigate to the folder I can watch the swf and air get created, along with a .tmp file. However, when the export completes, Flash Builder deletes these files AND the folder that they were supposed to be exported to. Thank goodness I was just trying to output to the standard bin-release not somewhere else. Has anyone else seen this problem? I looked through the log file and it doesn't seem to be appending anything to the file after I attempt a release. Any ideas would be appreciated.
    Thanks,
    Josh

    Update
    The problem seems to be the verbosity level of the compiler and incorrect Application Descriptor file content (which Burrito generates)
    I started compiling the app using the command line (amxmlc and adt) and got various error messages.
    These errors where not reported during a regular build/test inside Burrito and are introdcued with Buritto/SDK 4.5.
    These where some of the issues with my project:
    1) c:\PATH\TO\PROJECT\App.xml: error 303: Icon icons/appIcon_32.png is missing from package (manual addition to the App Descriptor file)
    2) c:\PATH\TO\PROJECT\App.xml(11): error 105: application.initialWindow.content contains an invalid value (generated on project creation in Burrito)
    3) c:\PATH\TO\PROJECT\App.xml(29): error 103: application.autoOrients is an unexpected element/attribute
    4) c:\PATH\TO\PROJECT\App.xml(30): error 103: application.fullScreen is an unexpected element/attribute
    5) c:\PATH\TO\PROJECT\App.xml(31): error 103: application.visible is an unexpected element/attribute
    6) undefined property: var appXML:XML = NativeApplication.nativeApplication.applicationDescriptor;
    Error 2: Change the line: <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
    With: <content>YourApp.swf</content>
    Error 6:
    Apparently NativeApplication.nativeApplication.applicationDescriptor is not available in Hero ?
    Commenting out the offending lines solved the problems, the command line build succeeded and starting the build from Burrito worked also flawlessly

  • Adobe Air update install fails

    I have been using Acrobat.com as a desktop application. As of
    today, every time I launch the application, I get an update
    notification about an update for the Adobe Air platform for
    Acrobat.com. When I click to update, the installation fails, and
    the error message tells me to contact the autor of the application.
    Do you know anything about this?

    I have Acrobat.com installed on my system and I became aware
    of an update which I understand to be called Acrobat.com AIR.
    I downloaded Acrobat.com AIR but when it was installing, a
    message appeared which read, "Same version as installed version."
    Then I was given the option to "Un-install", the currently
    installed Acrobat.com, "Save" or "Cancel".
    Since I wasn't sure of the outcome, I canceled the process to
    play it safe. Was I being overly cautious?

Maybe you are looking for