Publish timestamp error - Air 2 Flash CS5

Hello, I use Adobe Flash CS5 Pro to create AIR presentations and when I try to build an AIR application, Flash fails to create the timestamp for the self-signed certificate and shows an error "There was an error connecting to the timestamp server. You might not have a connection to the network, or the server itself may have a problem".
I've tried publishing at home and the server seems to work, so I guess it's something related with the company firewall. Can anyone provide any information about what might be blocking a connection to the timestamp server? Is there some other setting that I can change (other than the JRE proxy settings)?
Thanks a lot,
Michele

Hi Michele,
Our timestamp server url is https://timestamp.geotrust.com/tsa, however this isn't a normal webserver so it gives me a 404 when I try and navigate to it.  I'm not sure is there is a way or utility to verify it's online other than going through the ADT process.
Chris

Similar Messages

  • How to publish iPhone Apps with Flash CS5 for beginners

    After many trial/errors and with lots of support from this site, I've decided to start building some tutorials to help people get into the packager. This is the first one and, now I'll work on a usual erros handle tutorial.
    Any comments and/or critics are welcome.
    http://www.chrisid.com/blog/2010/10/how-to-publish-iphone-app-with-flash-cs5-for-beginners /
    cheers,
    Chris.

    It helped me a lot, exept I hav this little problem ..
    I can't select the .p12 file .. it's disabled..

  • CameraRoll MediaEvent.SELECT 1119 error in Flash CS5.5

    Hi, I've been struggling with this for a few days and have searched everywhere for a solution but haven't been able to  fix it. If anyone can give me any leads or suggestions to help fix this I will be eternaly grateful.
    I have made a simple app in Flash CS5.5 and am publishing it with AIR for iOS. I am trying to get an image from the iPhone cameraRoll to load to a scrollPane on the stage using this code (I don't need to save the image anywhere, just display it on the stag). The scrollPane is called 'imageArea' and the button to initiate cameraRoll.browseForImage(); is called select_btn.
    I've tried this both in the main timeline on frame 1 and also as a class of it's own, either way I get the same error:
    1119: Access of possibly undefined property SELECT through a reference with static type Class
    which points to this line:
    mediaSource.addEventListener(MediaEvent.SELECT,imageSelected );
    and
    1119: Access of possibly undefined property data through a reference with static type Media event
    which points to this line:
    var imagePromise:MediaPromise = event.data;
    Below is the code placed on the timeline, which I found online here http://forums.adobe.com/thread/891997?decorator=print&displayFullThread=true
    [AS]
    import flash.media.CameraRoll;
    import flash.media.MediaPromise;
    import flash.media.MediaType;
    import flash.events.MediaEvent;
    import flash.events.Event;
    import flash.display.Loader;
    import flash.display.Sprite;
    import flash.events.IOErrorEvent;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    var mediaSource:CameraRoll = new CameraRoll();
    select_btn.addEventListener(MouseEvent.CLICK, CameraStart);
    function CameraStart(event:MouseEvent) : void
    CameraRollTest();
    function CameraRollTest()
    this.stage.align = StageAlign.TOP_LEFT;
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
        if (CameraRoll.supportsBrowseForImage)
        log( "Browsing for image..." );
        mediaSource.addEventListener(MediaEvent.SELECT,imageSelected );
        mediaSource.addEventListener(Event.CANCEL, browseCanceled );
        mediaSource.browseForImage();
        } else {
        log( "Browsing in camera roll is not supported.");
    var imageLoader:Loader;
    function imageSelected( event:MediaEvent):void
    log( "Image selected..." );
    var imagePromise:MediaPromise = event.data;
    imageLoader = new Loader();
        if (imagePromise.isAsync)
        log( "Asynchronous media promise." );
        imageLoader.contentLoaderInfo.addEventListener( Event.COMPLETE, imageLoaded );
        imageLoader.contentLoaderInfo.addEventListener( IOErrorEvent.IO_ERROR, imageLoadFailed );
        imageLoader.loadFilePromise( imagePromise );
        } else {
        log( "Synchronous media promise." );
        imageLoader.loadFilePromise( imagePromise );
        imageArea.addChild( imageLoader );
    function browseCanceled( event:Event ):void
    log( "Image browse canceled." );
    function imageLoaded( event:Event ):void
    log( "Image loaded asynchronously." );
    imageArea.addChild( imageLoader );
    function imageLoadFailed( event:Event ):void
    log( "Image load failed." );
    function log( text:String ):void
    trace( text );
    [/AS]
    My only idea is that I need to import the class for mediaEvent, but I already am. I'm completely stuck on this and any help would be really appreciated.

    Moving the .fla file to a new folder removed this problem.

  • Please help: Nook Tablet app development with AIR/Flash CS5.5?

    Hello,
    I developed my first-ever iOS app using Flash CS5.5 (the app has stability issues, addressed in a separate thread).  Next on the list is Android deployment.
    Can anyone indicate if Flash CS5.5 can be used to develop Android apps for the Nook Tablet?  My problem is that the Android-based guidance I've read tells you to take your Android device and configure it for "USB Debugging."  The Nook Tablet has no such setting, unlike many other Android phones and tablets.  Basically, I need current step-by-step guidance on Android development, plus any guidance on anything different that needs to be done for the Nook Tablet.  Thank you for any advice.

    Hi, I can confirm that you can develop apps for the NOOK color and tablet. You must use Air 2.6 since the device is pre loaded with that version of air.
    Some devices dont support USB debugging, like my kindle fire however a more painful way of doing it is to publish out an apk and then manually load it on to your device either through a file manager of some sort or by emailing yourself the file and then installing it. Be sure to enable your device to accept unknown source files.
    I recently published a couple of apps to the NOOK store that I had only tested on an HTC phone and the kindle fire and they both passed the test so I believe the NOOK seems to behave very similar to most android devices and the kindle fire, same dimensions at least as the KF.

  • Error Help: Flash CS5 Error initializing Java Runtime Environment...

    Hi im on a Win 7 64bit system  (Clean install),  I just downloaded the Flash Pro CS5 trial today - however when I start the program I get the following message as soon as the UI pops up and prevents me from running AS3 code when compiling files:
    Error initializing Java Runtime Environment.  You may need to reinstall Flash.
    All I did was run the program. I tired updating it (update worked but still got the message at start up), I tired installing and uninstalling it, I tried uninstalling and installing different versions of Java and various existing solutions.
    Also I used Adobe's clean up Script for CS5.
    Does anyone know the answer to eliminating the error message?

    Well this is a very old post but this error appear again in CS5.5, then I think is helpful retake this post
    In Flash CS5.5 the issue is solved editing the file:
    "c:\Users\current user\AppData\Local\Adobe\Flash CS5.5\en_US\Configuration\ActionScript 3.0\jvm.ini"
    and lowering the Xmx128m to 128, some times this must be rised to compile large applications with a huge amount of AS3, or to use some Flex 4.5 libs from Flash Professional
    I hope this help to CS5.5 users.

  • Error 16 Flash CS5 Trial

    I downloaded Flash CS5 trial,installed successfully.But when i try to open it,it says error 16!!whats the problem?Some Configuration Error!!Tried reinstalling many times!no luck!
    Screenshot
    http://i41.tinypic.com/la0lx.jpg
    I got CS4 installed too.Is this coz of any conflict or file missing?? Coz in the loading stage...i get this error when it loadsworkspace.dll.I downloaded the trial from Adobe only
    this is the error signature
    AppName: flash.exe     AppVer: 11.0.0.485     ModName: workspace.dll
    ModVer: 0.0.0.0     Offset: 00030007

    Hi, I don't recall an exact message. It just told me that it wasn't installed corectly and that I should try to restart my computer, it didn't tell me what the problem was.
    But it seems to work, I just need the program for something very important on monday, so I just wanted to know if there was an easy way to find out what the problem was / if there was any. I mean rather find out now than monday right 

  • Publish Settings Error "Air FLAir1_5 is not defined"

    Hi all,
    I have been trying to test a simple Air app out using my Windows version of Flash CS4 10.0.2 and Air 1.5.3
    Each time I tried to check the Air publish settings I received the following error:
    The following JavaScript error(s) occurred:
    At line 1 of the file "Apollo_OpenSettingDialog.jsfl":
    ReferenceError : FLAir1_5 is not defined
    My Flash updates are all up to date and applied automatically so what is the problem here?
    I checked my installed Air 1.5 files as per the Support Technote "Upgrading the Flash authoring tool with the Flash Player, AIR and security releases" at < http://kb2.adobe.com/cps/659/b62ce659.html#air_1_5_for_cs4 >. As far as I could tell all the files listed are in the correct place - or are they...
    The update page says that file < FLAir1_5.dll > should be in the following Windows folder:
    (Windows) HD:\Program Files\Adobe\Adobe Flash CS4\<lang>\Configuration\External Libraries\FLAir1_5.dll
    All the other files have been placed automatically in the "Common\Configuration" folder so why is this one different? I copied file FLAir1_5.dll and placed it in the following windows folder: < C:\Program Files\Adobe\Adobe Flash CS4\Common\Configuration\External Libraries\ > . Then I closed Flash and reopened it. Yeap - I can now access the Air Settings on the publish settings panel and I can test my simple Air app.
    I hope that this post will help others who get this error.
    Regards

    Hi,
    You can find the missing DLL here :
    http://flash.mediabox.fr/index.php?s=&showtopic=93882&view=findpost&p=596885
    Copy it in your Flash folder : C:\Program Files\Adobe\Adobe
    Flash CS4\<language>\Configuration\External Libraries
    Cheers.

  • Runtime error running Flash CS5

    Hello,
    I have this weird issue with Flash Professional CS5. It has worked just fine for me in the past but when i try to start it now it gives me the following error:
    "This application has requested the Runtime to terminate in an unusual way.
    Please contact the applications support team for more information"
    What could be causing this error and more importantly how do i fix it?
    Thanks in advance

    The title of the pop up is Microsoft Visual C++ Runtime Library.
    Then it shows the folder where Flash.exe is located.
    I think that the last time i used Flash is about 2 months ago and it worked fine. Now i can´t start the program at all cause of this error.
    The error occurs after it tries to load the program.

  • Help me error running flash CS5

    Hi all,
    I am newbie on AS 3, i am try yo use flash cs 5. but i still design on UI, but if i test to running to cek the UI i got the error like this
    No libraries were linked as Runtime Shared Libraries (RSLs) because of your publish settings: iPhone
    Can you help me please?
    Thanks

    CS5 is not yet released, if you have a copy of it share it

  • Why does the 'publish preview' screen in flash cs5 show part of the animation and then turns blank?

    Hi I am creating frame by frame animation in photoshop.
    I am importing the photoshop files into flash using
    FILE > IMPORT > IMPORT TO STAGE
    I used to be able to preview or "line test" my animation easily by clicking on:
    FILE > PUBLISH PREVIEW > FLASH
    I could watch the animation loop and see where improvements are needed. Now, flash struggles a lot with the files, takes a long time to load the preview, when it finally does, it shows me maybe a third of the animation, turns blank, and acts as if all my frames are completely blank. I cannot later see them on my main work surface either.
    Does anyone know what is going on? I keep restarting flash but the same problem persists.
    Thanks in advance for any help or suggestions

    Hi,
    Thanks, that might be it, I will look at re-sizing.
    I'm working in a very round-about way, of creating the frame by frame animation in photoshop, importing it to flash for preview, exporting from flash as png sequence into after effects where I continue animating.
    So I will look at exporting the png sequence straight from photoshop - let's see how this goes
    Thanks,
    W.

  • Flash CS5.5 to iOS error 103: application.version is an unexpected element/attribute

    Hello,
    I am trying to publish from a flash file, an .ipa file  to use in ipad and iphone, but keep receiving the "error 103:  application.version is an unexpected element/attribute" error message.
    I  already publish the app in flash CS5 and it was ok but today i install  CS5.5 and the error does not alow me to publish the same file...
    Is it an Air ADL problem?
    Any suggestions?
    Thanks

    I don't know if it's an official bug.... Adn I don't know if they will really solve it...
    I called 3 times to Adobe Phone Support. I've never been told that it was an official bug. Nobody seemed to know about that bug....
    1st call: They told me to go to www.adobe.com/devnet/, saying that I will find the solution there... I found nothing.
    2nd call: They told me to call Apple... They said I need a Flash CS5.5 certificate... Of course, Apple does not deliver "Flash CS5.5 certificates". I guess they just wanted to get rid of me...
    3rd call: They gave me a phone number to call the Flash Developers Support Center. That phone number was not working....
    Each time, I asked them if they can send me a Flash CS5 version, which was working well. They always said it was impossible.
    I really need to be able to publish iPhone apps as fast as possible, otherwise I will lose a big contract...
    I think my next call will be to my bank... to cancel the payment I made on my credit card to purchase that Flash CS5.5 software.

  • Flash CS5.5 error 103: application.version is an unexpected element/attribute

    Hello,
    I am trying to publish from a flash file, an .ipa file to use in ipad and iphone, but keep receiving the "error 103: application.version is an unexpected element/attribute" error message.
    I already publish the app in flash CS5 and it was ok but today i install CS5.5 and the error does not alow me to publish the same file...
    Is it an Air ADL problem?
    Any suggestions?
    Thanks

    The name of app.
    Ex: XXXXXXXX.appname
    Use "appname".
    But error is related to version number in app xml.

  • Adobe Flash CS5 Installation: Error, Exit Code: 7

    So I was installing Adobe Flash CS5 and ended up with this error.
    I've been looking around the forums, and trying several things, but nothing seems to be working. I uninstalled Flash CS4, and used the Adobe CS5 Cleaner Tool.
    Help and guidance would be much appreciated.
    ~Thank You~
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 58 error(s), 59 warning(s)
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {6E505C8F-2896-11DF-9B64-0013724DD917}
    WARNING: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: OS requirements not met for {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6}
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Payload {1D809D80-28A4-11DF-A816-0024E8692489} has an action "install" but no resultState
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - SiteCatalyst NetAverages: Install failed
    ERROR:  - Adobe Linguistics CS5 x64: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR:  - Adobe Bridge CS5: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR:  - Adobe Flash CS5_AdobeFlash11-en_USLanguagePack: Install failed
    ERROR:  - AdobePDFL x64 CS5: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-en_US: Install failed
    ERROR:  - Adobe XMP Panels CS5: Install failed
    ERROR:  - Adobe Player for Embedding: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro: Failed due to Language Pack installation failure
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - Photoshop Camera Raw: Install failed
    ERROR:  - AdobeColorCommonSetCMYK: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Camera Profiles Installer: Install failed
    ERROR:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR:  - AdobeColorJA CS5: Install failed
    ERROR:  - Adobe ReviewPanel CS5: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-mul: Install failed
    ERROR:  - Adobe BrowserLab CS Live: Install failed
    ERROR:  - Photoshop Camera Raw (64 bit): Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - CSXS Story Extension: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - PDF Settings CS5: Install failed
    ERROR:  - AdobeColorEU CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - AdobeColorCommonSetRGB: Install failed
    ERROR:  - Adobe Player for Embedding x64: Install failed
    ERROR:  - Adobe Flash Player 10 ActiveX: Install failed
    ERROR:  - Adobe CSXS Extensions CS5: Install failed
    ERROR:  - AdobeOutputModule: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86_x64: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US: Install failed
    ERROR:  - AdobeCMaps x64 CS5: Install failed
    ERROR:  - AdobeTypeSupport x64 CS5: Install failed
    ERROR:  - DynamiclinkSupport: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5 x64: Install failed
    ERROR:  - AdobePDFL CS5: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Adobe SwitchBoard 2.0: Install failed
    ERROR:  - Adobe Flash CS5: Failed due to Language Pack installation failure
    ERROR:  - Microsoft_VC80_MFC_x86: Install failed
    ERROR:  - AdobeColorNA CS5: Install failed
    ERROR:  - Pixel Bender Toolkit: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86: Install failed
    ERROR:  - Players For Adobe Flash Pro: Install failed
    ERROR:  - AdobeJRE: Install failed
    ERROR:  - Adobe ExtendScript Toolkit CS5: Install failed
    ERROR:  - TLF For Adobe Flash Pro: Install failed
    ERROR:  - Adobe AIR: Install failed

    May I know the Windows version you are using? If possible copy the latest installation log file from C: Program files\Common Files\Adobe\Installer folder.

  • FAQ: How to resolve "Unexpected File Format" error with Flash Professional CS5.5?

    You may encounter errors when you attempt opening or saving files using Flash Professional CS5.5.  To address the above problem, Adobe released an updater for Flash Pro CS5.5 (version 11.5.1).
    The following article explains about the errors and Flash CS5.5 updater released to handle them in detail:
    http://blogs.adobe.com/flashpro/2012/07/24/unexpected-file-format-error-on-opening-flash-f iles-using-flash-cs5-5/

    Which operating system are you using?  If you look in the Adobe Download Assistant is it still downloading the install files?

  • Can't Install Flash CS5 - Exit Code:7

    Hey guys I've tried multiple times installing adobe flash cs5, and everytime I get the same problem. I'l post the log below.
    I noticed though, when I selected Spanish, as the language I want it installed in it worked and installed perfectly, but when I select English (NA) then it refuses to work.
    Any ideas/suggestions?
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 66 error(s), 65 warning(s)
    WARNING: Payload {93EE4FE8-6892-11DF-9F6A-6A14DFD72085} AdobeHelp is already installed and the session payload {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp has no upgrage/conflict relationship with it.
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Verifying payload integerity : Failed with code 1
    ERROR: MsiConfigureProductEx failed with error: 1612 - The installation source for this product is not available. Verify that the source exists and that you can access it.
    MSI Error message:
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - Adobe Media Player: Install failed
    ERROR:  - SiteCatalyst NetAverages: Install failed
    ERROR:  - Adobe Linguistics CS5 x64: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR:  - Adobe Bridge CS5: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR:  - Adobe Flash CS5_AdobeFlash11-en_USLanguagePack: Install failed
    ERROR:  - AdobePDFL x64 CS5: Install failed
    ERROR:  - DeviceCentral_DeviceCentral3LP-en_US: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-en_US: Install failed
    ERROR:  - Adobe XMP Panels CS5: Install failed
    ERROR:  - Adobe Player for Embedding: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro: Failed due to Language Pack installation failure
    ERROR:  - Photoshop Camera Raw: Install failed
    ERROR:  - AdobeColorCommonSetCMYK: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Camera Profiles Installer: Install failed
    ERROR:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR:  - AdobeColorJA CS5: Install failed
    ERROR:  - Adobe ReviewPanel CS5: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-mul: Install failed
    ERROR:  - Adobe BrowserLab CS Live: Install failed
    ERROR:  - Photoshop Camera Raw (64 bit): Install failed
    ERROR:  - iPhone Publishing: Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - CSXS Story Extension: Install failed
    ERROR:  - Adobe Media Encoder CS5 X64: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - PDF Settings CS5: Install failed
    ERROR:  - DeviceCentral: Failed due to Language Pack installation failure
    ERROR:  - AdobeColorEU CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - AdobeColorCommonSetRGB: Install failed
    ERROR:  - Adobe Player for Embedding x64: Install failed
    ERROR:  - Adobe Flash Player 10 ActiveX: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86_x64: Install failed
    ERROR:  - Adobe CSXS Extensions CS5: Install failed
    ERROR:  - AdobeOutputModule: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86_x64: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US: Install failed
    ERROR:  - AdobeCMaps x64 CS5: Install failed
    ERROR:  - AdobeTypeSupport x64 CS5: Install failed
    ERROR:  - Microsoft_VC90_MFC_x86_x64: Install failed
    ERROR:  - DynamiclinkSupport: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5 x64: Install failed
    ERROR:  - AdobePDFL CS5: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Adobe SwitchBoard 2.0: Install failed
    ERROR:  - Adobe Flash CS5: Failed due to Language Pack installation failure
    ERROR:  - Microsoft_VC80_MFC_x86: Install failed
    ERROR:  - AdobeColorNA CS5: Install failed
    ERROR:  - Pixel Bender Toolkit: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86: Install failed
    ERROR:  - Players For Adobe Flash Pro: Install failed
    ERROR:  - Adobe Extension Manager CS5: Install failed
    ERROR:  - AdobeJRE: Install failed
    ERROR:  - Adobe ExtendScript Toolkit CS5: Install failed
    ERROR:  - TLF For Adobe Flash Pro: Install failed
    ERROR:  - Adobe AIR: Install failed

    Installer seems to be failing to install 'Microsoft_VC90_ATL_x86.msi'. So in the installer lookup for this file at following path and double click to install it explicitly -
    'payloads\Microsoft_VC90_ATL_x86\Microsoft_VC90_ATL_x86.msi'
    If it prompts for the path point to itself (i.e. Microsoft_VC90_ATL_x86.msi). It would get installed successfully.
    Now re-run the full installer.

Maybe you are looking for

  • Create purchase order in backend ECC5

    Hi, have the following scenario:     we have a SRM-system(SRM 4.0) with many R/3 backend (46B, 46C, 4.7, ECC5) I need to save some customer fields in Purchase Order item, when it is generated by SRM. When SRM will generate a PO in backend (R/3) with

  • How to fill the gaps in SAP Fico configuration

    Hi Guys, Can anyone please explain me that how to fill the gaps in SAP FICO implementation project Thanks in advance Vasu

  • Re: MSI GTX 970 4G making unhealthy noises

    Have you tried any other games?

  • PR not Appearing in "Assign & Process"

    Hi All, I am using PR document type RV "Outline Agmt. Req." as a request to create a contract. When running ME57 "Assign & Process PR" these PRs are not picked up. Are there any reasons why any PRs would not be picked up by ME57. Thanks, Hisham

  • How to include  3rd Party swc files in my Application

    Hi , I have downloaded , a calendar component namely "kccalendarflex1.4.0beta-4.1.swc" .  I want to include this 3rd party swc file in my Application , please suggest me what are the steps i need to follow to use it in My Application .  Thanks