Trouble installing Dubturbo with AIR

AIR installed fine but Dubturbo said I had to have it to open/install the program. When I click on it nothing happens but it says it's using AIR to open it but it doesn't. I have a Mac and am running OSX Lion.
Thanks,
Jeffrey

Try a new install of AIR: http://www.adobe.com/go/getair/

Similar Messages

  • Having trouble installing Elm with cabal

    Here's the result:
    $ cabal install elm
    Resolving dependencies...
    In order, the following will be installed:
    regex-base-0.93.2 (reinstall) changes: containers-0.5.1.0 -> 0.4.1.0
    regex-pcre-builtin-0.94.2.1.7.7 (new package)
    highlighting-kate-0.5.3.3 (new package)
    pandoc-1.9.4.5 +blaze_html_0_5 (new package)
    Elm-0.5.0 (new package)
    Warning: Note that reinstalls are always dangerous. Continuing anyway...
    Configuring regex-base-0.93.2...
    Building regex-base-0.93.2...
    Preprocessing library regex-base-0.93.2...
    [1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o )
    [2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o )
    [3 of 4] Compiling Text.Regex.Base ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o )
    [4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o )
    Registering regex-base-0.93.2...
    Installing library in /home/barry/.cabal/lib/regex-base-0.93.2/ghc-7.6.1
    Registering regex-base-0.93.2...
    Configuring regex-pcre-builtin-0.94.2.1.7.7...
    Building regex-pcre-builtin-0.94.2.1.7.7...
    Preprocessing library regex-pcre-builtin-0.94.2.1.7.7...
    on the commandline: Warning:
    -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead
    [1 of 6] Compiling Text.Regex.PCRE.Wrap ( dist/build/Text/Regex/PCRE/Wrap.hs, dist/build/Text/Regex/PCRE/Wrap.o )
    Text/Regex/PCRE/Wrap.hsc:348:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_compile" c_pcre_compile
    :: CString
    -> CompOption
    -> Ptr CString -> Ptr CInt -> CString -> IO (Ptr PCRE)
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable result type in foreign declaration: IO CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:354:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_fullinfo" c_pcre_fullinfo
    :: Ptr PCRE -> Ptr PCRE_Extra -> InfoWhat -> Ptr a -> IO CInt
    Text/Regex/PCRE/Wrap.hsc:354:1:
    Unacceptable result type in foreign declaration: IO CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_fullinfo" c_pcre_fullinfo
    :: Ptr PCRE -> Ptr PCRE_Extra -> InfoWhat -> Ptr a -> IO CInt
    Text/Regex/PCRE/Wrap.hsc:358:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_config" c_pcre_config
    :: ConfigWhat -> Ptr a -> IO CInt
    Text/Regex/PCRE/Wrap.hsc:358:1:
    Unacceptable result type in foreign declaration: IO CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_config" c_pcre_config
    :: ConfigWhat -> Ptr a -> IO CInt
    cabal: Error: some packages failed to install:
    Elm-0.5.0 depends on regex-pcre-builtin-0.94.2.1.7.7 which failed to install.
    highlighting-kate-0.5.3.3 depends on regex-pcre-builtin-0.94.2.1.7.7 which
    failed to install.
    pandoc-1.9.4.5 depends on regex-pcre-builtin-0.94.2.1.7.7 which failed to
    install.
    regex-pcre-builtin-0.94.2.1.7.7 failed during the building phase. The
    exception was:
    ExitFailure 1
    Interestingly, when I try to install regex-pcre-builtin on its own, it first reinstalls regex-base-0.93.2, then fails. When I try to install elm after this, it also installs regex-base-0.93.2 before failing as shown above. Perhaps it isn't getting registered properly?
    Google is alluding to an issue with the recent build of cabal-install or ghc. I downgraded cabal-install to 0.14 from 0.16, which did nothing. I'm very concerned about downgrading ghc, because pacman 1) warns of many broken packages if I do that, and 2) I use XMonad and don't want to break my system. I'm at a loss of how to continue. Can anyone offer insight?
    Edit: GHC 7.6.1
    Last edited by MeisBarry (2012-10-28 20:47:33)

    ghc-pkg told me that regex-posix was a broken package. I unregistered it and reinstalled it with cabal. Then tried to install elm again:
    $ cabal install elm
    Resolving dependencies...
    In order, the following would be installed:
    regex-base-0.93.2 (reinstall) changes: containers-0.5.1.0 -> 0.4.1.0
    regex-pcre-builtin-0.94.2.1.7.7 (new package)
    highlighting-kate-0.5.3.3 (new package)
    pandoc-1.9.4.5 +blaze_html_0_5 (new package)
    Elm-0.5.0 (new package)
    cabal: The following packages are likely to be broken by the reinstalls:
    regex-posix-0.95.2
    Use --force-reinstalls if you want to install anyway.
    So the install is breaking regex-posix by downgrading containers, it looks like.

  • Trouble installing PHP with Windows XO IIS

    I followed the Live Docs instructions to install IIS and
    tested it successfully; then I went to
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WS9C4F33E1-12B2-4e40-BD4 0-5D66C1F75EB6.html
    aand followed those steps to download, install and test PHP 5.2.1
    installer. After rebooting I tried to open the PHP test page
    http://localhost/timetest.php
    in Firefox but instead of displaying Windows asked me to select a
    program with which to open it. How can I troubleshoot the PHP
    installation.

    Yes I was able to successfully open
    http://localhost/test.htm in
    Firefox;
    One thing I neglected to mention that when installing
    php-5.2.1-win32-installer.msi, I encountered a message not
    mentioned in the Adobe docs. I was asked to choose a web server to
    install and I chose None, since I had already installed Windows
    IIS.
    I had suspected my problem was with PHP, now what steps
    whould I try?
    thanks,
    Gary G

  • Having trouble installing Verizon with Yahoo on my Mac?

    I get to the point of it downloading the verizon.dmg file and then the program begins to run but is stuck on 0% with the white box just empty.
     I'm pretty good with this type of stuff but when its just stuck theres not much i can do. Any help appreciated.
    Thanks,
    Zach

    Let's us check something about IE, even if MS stopped making it.
    With IE running, go to Tools -> Internet Options -> Security.
    On my computer, there are different zone(s).
    If there is different zone(s) try going to the Internet Zone. Then moving the slider down for that zone. Or as need be pressing the button labeled default level.
    If any part of the "path" does not exist, please post. And in the post what part of the "path" is broken.
    Tools, according the screen shot at the URL below, should exist.
    http://www.operating-system.org/betriebssystem/_english/screenshot.php?bsgfx=apple/macosx103-scr-16....
    Message Edited by Kathleen on 10-21-2008 03:21 PM
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • FileStream problem with AIR deployment

    I use FileStream to load local XML file. When I test the desktop application directly from Flex everything is ok but when I install it with AIR, the application work but the file is not loaded. Here is the code I use:
    import flash.filesystem.*;
     var applicationDirectoryPath:File = File.applicationDirectory; 
    var nativePathToApplicationDirectory:String = applicationDirectoryPath.nativePath.toString(); 
    nativePathToApplicationDirectory +=
    "/config_poste_temps.xml"; 
    var file:File = new File(nativePathToApplicationDirectory); 
    var fs:FileStream = new FileStream(); 
    fs.open(file, FileMode.READ);
    var config:XML = XML(fs.readUTFBytes(fs.bytesAvailable)); 
    fs.close();
    plan.text = config.division;
    Regards

    I am having the same problem as simon_lucas although my config is slightly different:
    FlashBuilder 4 with SDK 4.6, Current app is with SDK 2.5.
    Trying to update with SDK 3.2, I double-checked per Horia Olaru that I do use the application updater swc:
             <path-element>D:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0 - Air 3.2\frameworks\libs\air\applicationupdater.swc</path-element>
             <path-element>D:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0 - Air 3.2\frameworks\libs\air\applicationupdater_ui.swc</path-element>
    But I still have the 16815 error.
    If I change the update.xml to be <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
    instead of <update xmlns="http://ns.adobe.com/air/framework/update/description/3.2">, I am proposed to download the new app and then I get an error 16824.
    Please HELP!

  • Can't install on iOS simulator with AIR 16 beta

    I'm having trouble testing an app on the simulator with AIR 16 beta SDK. It says "Unable to install the application on iOS Simulator." when I try it.
    This is my iOS Simulator SDK path:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
    Am I missing something?
    Kevin N.
    BTW, It's a total nightmare every time I have to edit this project because of issues like this. I loose hours of time trying to figure it out every time (granted, I only update the app once or twice a year). Why can't Adobe keep their tool chain working?

    Thanks for reporting the issue.
    At our end there is no problem when there are multiple iOS SDKs. We used the following commands:
    Package App :
    adt -package -target ipa-test-interpreter-simulator -storetype <type> -keystore < Certificates > -storepass < password > <.ipa>  <.xml>  <swf> -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk/
    Install App :
    adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -package < ipa >
    Launch App :
    adt -launchApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -appid <APP ID>
    Could you please share the adt packaging, install and launch commands?
    P.S: In case you are using SDK path as: -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator.sdk,
    kindly use the SDK path containing the SDK version eg, If you want to use iOS 8.0 simulator use -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk and in case you want to use iOS 7.1 simulator use -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator7.1.sdk

  • HT5706 trouble staying connected to air play with Apple TV even though my device is still connected to the internet and playing.

    I am having trouble staying connected to air play with Apple TV even though my device is still connected to the internet and playing.

    Troubleshoot the network connectivity issues.
    Power cycling the ATV and router is generally a good place to start.

  • Hello i am having trouble installing itunes 10.5 on my laptop i have windows vista. it says error 7 windows error 998. i now have no itunes. i have tried to uninstall itunes but it still wont work and keep coming up with that message. please help!

    hello
    i am having major trouble installing itunes. i had itunes working fine and i went to update it as it told me there was an update which i thought i did. i went on my laptop the next day and it said "itunes was not installed correctly error 7 windows error 998"
    i read a few articles on here but i am having no joy. i uninstalled itunes and reinstalled and that did not work. i also unistalled some other apple things cant remember the names sorry!
    i am not a whiz on a computer so really need some help please!!

    Installing, and uninstalling, applications never touches or removes the data.
    Clean out and uninstall all the apple programs and software thru Programs and manually.
    Might want to use Revo and CCleaner
    I always use manual standalone installers (and keep a couple backup versions)
    itunes 10.5 may affect iTunes media playlists, not sure, depends on what you have.
    A search of these forums will show some threads.
    I'd clean up vista, you need SP2 or later, and specific error message?
    I wonder as you arenot the first with a dell if maybe the OS or included software.
    Security programs like Norton and older versions of Kaspersky have been implicated.
    Also settings in IE that affect pop-ups and plug-ins.

  • Problem with installing/uninstalling Adobe AIR on Windows 7 x64

    I encounter problem while trying to do anything with AIR. I cannot uninstall Adobe AIR using default uninstaller or install any AIR software because the message "This application requires a version of Adobe AIR which cannot be found" is popping up.
    I tried to remove Adobe AIR with Revo Uninstaller and installing the AIR again but it didn't help. Revo Uninstaller removes all files and registry entries successfuly. After such reinstalation of Adobe AIR all the files in c:\Program Files (x86)\Common Files\Adobe AIR seems healthy and registry entries are added as well.
    I tried Microsoft Install and Uninstall Fix It tool, Windows Install Clean Up - didn't work.
    My whole log is below, I did a couple of trial today (2013-02-08).
    My AIR log (Install.log file):
    [2012-10-02:16:43:57] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-10-02:16:43:57] Commandline is: -silent
    [2012-10-02:16:43:57] No installed runtime detected
    [2012-10-02:16:43:57] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-10-02:16:43:57] Installing msi at c:\users\rafal\appdata\local\temp\airb76c.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-10-02:16:43:58] Runtime Installer end with exit code 0
    [2012-10-03:09:30:21] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-03:09:30:21] Commandline is:
    [2012-10-03:09:30:21] No installed runtime detected
    [2012-10-03:09:30:37] Relaunching with elevation
    [2012-10-03:09:30:37] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air6384.tmp\adobe air installer.exe -ei
    [2012-10-03:09:30:37] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-03:09:30:37] Commandline is: -stdio \\.\pipe\AIR_8416_0 -ei
    [2012-10-03:09:30:37] No installed runtime detected
    [2012-10-03:09:30:37] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-03:09:30:37] Installing msi at c:\users\rafal\appdata\local\temp\air6384.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-03:09:30:40] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Rolling back install of c:\users\rafal\appdata\local\temp\air6384.tmp\setup.msi
    [2012-10-03:09:30:40] Rollback complete
    [2012-10-03:09:30:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Runtime Installer end with exit code 7
    [2012-10-03:09:30:50] Runtime Installer end with exit code 7
    [2012-10-05:12:40:20] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2012-10-05:12:40:20] Commandline is: -silent -eulaAccepted -programMenu AdobeHelp.air
    [2012-10-05:12:40:20] No installed runtime detected
    [2012-10-05:12:40:21] Invoking Application Installer for combined install
    [2012-10-05:12:40:21] Launching subprocess with commandline C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:22] Application Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2012-10-05:12:40:22] Commandline is: -runtime C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:22] No installed runtime detected
    [2012-10-05:12:40:22] Unpackaging file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air to C:\Users\Rafal\AppData\Local\Temp\fla2386.tmp
    [2012-10-05:12:40:26] Application signature verified
    [2012-10-05:12:40:26] Unpackaging/validation complete
    [2012-10-05:12:40:26] Converting unpackaged application to a native installation package in C:\Users\Rafal\AppData\Local\Temp\fla2FC7.tmp
    [2012-10-05:12:40:26] Native installation package creation succeeded
    [2012-10-05:12:40:26] Starting silent combined runtime and app install.
    Installing runtime version 2.5.1.17730.
    Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 3.4.980 to C:\Program Files (x86)\Adobe using the source file at file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:26] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: App already exists" errorID=5007]
    [2012-10-05:12:40:26] Application Installer end with exit code 7
    [2012-10-05:12:40:27] Subprocess app installer failed (7)
    [2012-10-05:12:40:27] Runtime Installer end with exit code 7
    [2012-10-25:12:14:44] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:14:44] Commandline is:
    [2012-10-25:12:14:44] No installed runtime detected
    [2012-10-25:12:14:54] Relaunching with elevation
    [2012-10-25:12:14:54] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air6480.tmp\adobe air installer.exe -ei
    [2012-10-25:12:14:54] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:14:54] Commandline is: -stdio \\.\pipe\AIR_2996_0 -ei
    [2012-10-25:12:14:54] No installed runtime detected
    [2012-10-25:12:14:58] Starting silent runtime install. Installing runtime version 3.4.0.2710
    [2012-10-25:12:14:58] Installing msi at c:\users\rafal\appdata\local\temp\air6480.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-25:12:15:00] Runtime Installer end with exit code 0
    [2012-10-25:12:15:00] Elevated install completed
    [2012-10-25:12:15:03] Runtime Installer end with exit code 0
    [2012-10-25:12:18:07] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:18:07] Commandline is:
    [2012-10-25:12:18:07] No installed runtime detected
    [2012-10-25:12:19:31] Runtime Installer end with exit code 6
    [2012-11-16:14:10:15] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-16:14:10:15] Commandline is:
    [2012-11-16:14:10:15] No installed runtime detected
    [2012-11-16:14:10:30] Relaunching with elevation
    [2012-11-16:14:10:30] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air32a9.tmp\adobe air installer.exe -ei
    [2012-11-16:14:10:30] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-16:14:10:30] Commandline is: -stdio \\.\pipe\AIR_7936_0 -ei
    [2012-11-16:14:10:30] No installed runtime detected
    [2012-11-16:14:10:30] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-16:14:10:30] Reinstalling c:\users\rafal\appdata\local\temp\air32a9.tmp\setup.msi
    [2012-11-16:14:10:30] Runtime Installer end with exit code 0
    [2012-11-16:14:10:30] Elevated install completed
    [2012-11-16:14:10:44] Runtime Installer end with exit code 0
    [2012-11-17:12:59:00] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-17:12:59:00] Commandline is:
    [2012-11-17:12:59:00] No installed runtime detected
    [2012-11-17:12:59:02] Relaunching with elevation
    [2012-11-17:12:59:02] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air1e3d.tmp\adobe air installer.exe -ei
    [2012-11-17:12:59:03] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-17:12:59:03] Commandline is: -stdio \\.\pipe\AIR_6276_0 -ei
    [2012-11-17:12:59:03] No installed runtime detected
    [2012-11-17:12:59:03] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-17:12:59:03] Reinstalling c:\users\rafal\appdata\local\temp\air1e3d.tmp\setup.msi
    [2012-11-17:12:59:03] Runtime Installer end with exit code 0
    [2012-11-17:12:59:03] Elevated install completed
    [2012-11-17:12:59:05] Runtime Installer end with exit code 0
    [2013-02-08:17:00:08] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:00:08] Commandline is:
    [2013-02-08:17:00:08] No installed runtime detected
    [2013-02-08:17:00:23] Relaunching with elevation
    [2013-02-08:17:00:23] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\airc5a7.tmp\adobe air installer.exe -ei
    [2013-02-08:17:00:24] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:00:24] Commandline is: -stdio \\.\pipe\AIR_4732_0 -ei
    [2013-02-08:17:00:24] No installed runtime detected
    [2013-02-08:17:00:24] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:00:24] Installing msi at c:\users\rafal\appdata\local\temp\airc5a7.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:00:28] Runtime Installer end with exit code 0
    [2013-02-08:17:00:28] Elevated install completed
    [2013-02-08:17:00:30] Runtime Installer end with exit code 0
    [2013-02-08:17:38:43] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:38:43] Commandline is:
    [2013-02-08:17:38:43] No installed runtime detected
    [2013-02-08:17:39:09] Relaunching with elevation
    [2013-02-08:17:39:09] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air1425.tmp\adobe air installer.exe -ei
    [2013-02-08:17:39:09] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:39:09] Commandline is: -stdio \\.\pipe\AIR_7416_0 -ei
    [2013-02-08:17:39:09] No installed runtime detected
    [2013-02-08:17:39:09] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:39:09] Installing msi at c:\users\rafal\appdata\local\temp\air1425.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:39:11] Runtime Installer end with exit code 0
    [2013-02-08:17:39:11] Elevated install completed
    [2013-02-08:17:39:13] Runtime Installer end with exit code 0
    [2013-02-08:17:48:46] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:48:46] Commandline is:
    [2013-02-08:17:48:46] No installed runtime detected
    [2013-02-08:17:48:49] Runtime Installer end with exit code 6
    [2013-02-08:17:49:38] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:49:38] Commandline is:
    [2013-02-08:17:49:38] No installed runtime detected
    [2013-02-08:17:49:48] Relaunching with elevation
    [2013-02-08:17:49:48] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air16d3.tmp\adobe air installer.exe -ei
    [2013-02-08:17:49:48] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:49:48] Commandline is: -stdio \\.\pipe\AIR_11804_0 -ei
    [2013-02-08:17:49:48] No installed runtime detected
    [2013-02-08:17:49:48] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:49:48] Installing msi at c:\users\rafal\appdata\local\temp\air16d3.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:49:49] Runtime Installer end with exit code 0
    [2013-02-08:17:49:49] Elevated install completed
    [2013-02-08:17:49:51] Runtime Installer end with exit code 0
    [2013-02-08:17:59:04] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:59:04] Commandline is:
    [2013-02-08:17:59:04] No installed runtime detected
    [2013-02-08:17:59:06] Relaunching with elevation
    [2013-02-08:17:59:06] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air9d57.tmp\adobe air installer.exe -ei
    [2013-02-08:17:59:07] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:59:07] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-02-08:17:59:07] No installed runtime detected
    [2013-02-08:17:59:07] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:59:07] Installing msi at c:\users\rafal\appdata\local\temp\air9d57.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:59:08] Runtime Installer end with exit code 0
    [2013-02-08:17:59:08] Elevated install completed
    [2013-02-08:17:59:17] Runtime Installer end with exit code 0

    Help please?

  • Trouble installing Photoshop CS5 with Adobe Creative Suite Premium

    Hello all,
    I am having trouble installing Adobe Photoshop CS5 as part of an upgrade of Design Suite Premium.  All other program that are part of the CS5 suite install and operate fine.  The error messages I am getting are below.  The upgrade is from CS3 to CS5.  We are running Windows 7 Enterprise 64 Bit.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 7 fatal error(s), 18 error(s), 10 warning(s)
    WARNING: OS requirements not met for {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    WARNING: OS requirements not met for {A1BC7068-C1BA-410F-8B9A-DB807C803DE2}
    WARNING: Unable to read Adobe file version for file path 'C:\Windows\Fonts\KozGoPro-Heavy.otf'
    WARNING: Unable to read Adobe file version for file path 'C:\Windows\Fonts\KozGoPro-Regular.otf'
    WARNING: Unable to read Adobe file version for file path 'C:\Windows\Fonts\MinionPro-BoldIt.otf'
    WARNING: Unable to read Adobe file version for file path 'C:\Windows\Fonts\MinionPro-It.otf'
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Unable to find file
    ERROR: Error code: 2
    ERROR: Unable to find file
    ERROR: Error code: 2
    ERROR: Unable to find file
    ERROR: Error code: 2
    ERROR: Unable to find file
    ERROR: Error code: 2
    ERROR: The following payload errors were found during install:
    ERROR:  - Recommended Common Fonts Installation x64: Install failed
    ERROR:  - AdobePDFL x64 CS5: Install failed
    ERROR:  - Adobe Photoshop CS5 English Language Pack_x64_AdobePhotoshop12-en_US_x64: Install failed
    ERROR:  - Adobe Photoshop CS5 Core_x64: Failed due to Language Pack installation failure
    ERROR:  - Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US: Install failed
    ERROR:  - Adobe Photoshop CS5 Core: Failed due to Language Pack installation failure
    ERROR:  - Required Common Fonts Installation x64: Install failed
    ERROR:  - AdobePDFL CS5: Install failed
    ERROR:  - Recommended Common Fonts Installation: Install failed
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{BAE5212B-6651-4AD8-B26A-1B284D2665C6}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobePDFL9.9-mul\Assets2_1.zip'. Error 0
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{E39A5ABD-516B-46F9-A042-694BBA6A4E08}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobeFontsRecommended-mul\Assets2_1.zip'. Error 0
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{17C6080E-F475-4B49-A30C-EEB85673E999}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobePDFL9.9_x64-mul\Assets2_1.zip'. Error 0
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{11C0657F-2BD4-4CBC-87F3-9455DC91886E}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobeFontsRecommended_x64-mul\Assets2_1.zip'. Error 0
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{7F9C94CD-0BAC-4F8F-8990-6A5886F4D550}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobeFontsRequired_x64-mul\Assets2_1.zip'. Error 0
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobePhotoshop12-Core\Assets1_1.zip'. Error 0
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}' from zip file 'D:\Users\us28354\Desktop\Adobe CS5 Design Premium\Adobe CS5\payloads\AdobePhotoshop12-Core_x64\Assets1_1.zip'. Error 0

    Yes, your fonts are locked. This is a known issue with different older versions of Adobe products if they are mixed. You need to take ownership and set their permissions to full access. There is some article on it in the knowledge base, but you might just as well do a web search on a more generic level about such procedures. An abbreviated summary of how to is contained in this article on my page (Security section).
    Mylenium

  • RoboHelp's air installers no longer install with AIR 4.0 update?

    Has anyone else encountered this issue?
    After updating to AIR 4.0.0.1390, our RH air help installers no longer work. This includes .air help from 2 - 3 years ago, which have installed fine all these years, all the way up to a recent .air file we created for an upcoming release. This problem occurs on both Mac and Win, with the US version of AIR and the Chinese version of AIR, and it's a critical problem for us. Now when you double-click the .air file to install the help, you get this message:
    "Sorry, an error has occurred. The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."
    Well, the application author is us. But this isn't a problem that we can fix, because it happened with the AIR 4.0 update.
    Version 3.8 of AIR works fine. Version 3.9 broke our context-sensitive help on the Mac (bug 3648177, filed in Oct, not that it did us any good). Now version 4.0 has broken our air help completely. We are transitioning to HTML5 help but not quickly enough, it seems.
    Can anyone confirm that the same thing happens?
    Thank you,
    Alexandra

    Here is the current status of this problem. I am going into detail in case this helps anyone else in a similar situation.
    Five years ago, I created my first AIR help file and I used a self-signed certificate without a timestamp. Had I read Peter Grainge's info, I would have used a timestamp, but Adobe's help says "Select to include a timestamp on the digital certificate. The timestamp provides information on how long the certificate is valid." Since I thought the certificate would always be valid, I didn't know this was important.
    Fast forward five years. I've created many, many .air help files in many languages, all using the same certificate that I originally created. Thousands of customers have these help files installed, and their certificates have all expired. No one can install or reinstall these help files now.
    Our installer engineer worked hard to find a way to extend the certificates. However, it appears that even though I have the latest version of AIR (4.0) on my system, RoboHelp *may* be using AIR 1.5 to create the .air files, even in RH 11 (this is not confirmed by Adobe but in the output, the HelpViewer-app.xml file indicates that this is true). This is important, because apparently AIR certificates after AIR 1.5.3 have a grace period which allows them to be extended. Certificates from AIR earlier than that cannot be extended.
    I can create new output with a new certificate and a timestamp (I have archives of all my help projects). But, the new certificate and timestamp causes AIR to treat the updated help as if it were new help. It won't install automatically over the old help, and our context-sensitive help is broken.Our engineer tried hard to find a way to prevent the updated help with the new certificate to be treated as a new help, but he says that for older versions of AIR (like 1.5), the "publisher ID" is not separate from the certificate. A new publisher ID is required with a new certificate.
    This is a bad situation, to say the least.
    Vikas has tried to help but what we were able to determine is that my context-sensitive help is functioning properly. I know this anyway, because when the engineer updates the publisher ID for our software to connect to the updated help, all works as expected. But we are not going to re-issue previous versions of our software so that the context-sensitive help functions correctly. All customers with older help who need to reinstall it for any reason, will no longer have context-sensitive help.
    I am still hoping to learn something from an Adobe engineer that will help us be able to re-issue our help and have it not be viewed as a different help installation, or extend our certificates. Vikas does not have this information, though I appreciate that he tried to assist us.
    In my research on this, I also found one person who used a certified, signed, certificate and had it expire after five years. And someone else who used a timestamp but still had the help expire. On the AIR support site, it definitely states that self-signed certificates expire after five years - now I know this. But not a word about this in RoboHelp help.
    In hindsight, I am sorry that I created my help files with AIR.
    Alexandra

  • I am having trouble installing Lightroom 5 with this error message: Payload: AdobeLightroom5CCMPkg-m

    I am having trouble installing lightroom 5 with this error message:
    Payload: AdobeLightroom5CCMPkg-mul 5.2.0.0 {4b06fc24-6249-4c57-9830-6008a3ce9a80} -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1
    what should I do? Billmeb

    Hi BillMeb,
    Please refer the knowledge base article: http://helpx.adobe.com/lightroom/kb/exit-code-7-displays-installing.html.
    Regards,
    Romit Sinha

  • Having trouble installing iMovie HD on a new Mac with Mavericks

    I am having trouble installing iMovie HD on a new Mac with Mavericks.
    I know that iMovie HD works with Mavericks because we are using it on other Macs successfully.   However, those machines were upgraded starting with OS 10.6.   In other words, iMovie HD was installed on these Macs when the Macs had Snow Leopard.
    When I use the iLife 06 disc, I am presented with “You can't open the application “iLife 06” because PowerPC applications are no longer supported."
    I understand that iMovie HD  is universal, not PowerPC.  How can I get past this to install iMovie HD.
    Thanks

    OK, I made some progress.
    I used Pacifist (Shareware) to open the iMovie HD 6 install packages from the iLife '06 installer DVD (iMovie.pkg and iMovieThemes_Tiger.pkg) and let Pacifist install them to the right places.
    But doesn't iMovie HD 6 require QuickTime 7 to work ?

  • I am having trouble installing a Roland UM-One driver that is supposed to be compatible with this OS (10.7.1).  Any suggestions?

    I am having trouble installing a Roland UM-One midi interface driver  that is supposed to be compatible with this OS (10.7.2).  Any suggestions?

    Well, let's hope that nothing was jiggled out of place when you were installing the new hard drive. Your optical drive may just be out of alignment or the disc you have is "dirty." Get a lint-free cloth and some rubbing alcohol, then clean the disc as thoroughly as you can starting from the center and working outward in a concentric circlular motion. See if that helps. In particular clean the inner portion well.
    If this does not help, then you have a problem. You have opened the computer yourself. That action voids all support from Apple. If you take the computer in for service the store may refuse to service the computer. This is not related to your now expired warranty.

  • Trouble installing .air app on mac

    For the sake of people searching, or if the image gets removed on day, here is the error message as text:
    "Sorry, an error has occured.  The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Please contact the application author."
    I keep getting the above error when trying to install a new .air desktop file on a third-party Mac over which I have limited control.  The .air app does work on Windows 8.1.
    -Do you think it could be the AIR runtime (currently version 14, and am getting admin to update it to version 16)?  I built the app in AIR 16.
    -There is a previous version of the app, with a different certificate that is already installed.  Would this possibly cause the error?
    -Finally, I signed the app with a self-created certificate for development reasons.  Is that likely to be a problem, it didn't seem to be an issue last time I did this?
    Thank you.

    This was covered a couple of times just in the last week.
    Search for "runtime redistribute" or similar.

Maybe you are looking for

  • ApEx SSO logout

    Hello everyone, I need ApEx to authenticate via Single Sign On (SSO). I am able to login to ApEx via SSO but logging out fails. I am properly routed to my logout page but an actual logout does not happen. I followed instructions per Metalink Note 562

  • HT1918 How do I change my rescue email account?

    How do I change my rescue email associted with my account.  I would like this to be the main email account associated with my itunes account, but I cannot becasue it says it's already being used as my rescue email address. Thanks

  • In iPhoto 11 changing the Date and Time EXIF becomes Garbage?

    Hi- the new photo date I choose for a photo (say 1946) turns into garbage after saving - like 1165 or 1492- ( and Columbus would be suprised). Detail: About 5 years ago in Windows PC in  XP folders  I scanned old family pics into folder for 1946 and

  • How to restrict user to open inbox task

    Hi All, I have a workflow for vendor master and user will log into portal as well as sap inbox to process the approval process. Now my client want to restrict the user to do the same from sap inbox.Please tell what should i do. Thanks, Krish.

  • No pictures on my safari!!!

    why cant I see any pictures on safari? and I have a problem with the Slideshow also, when I open a picture using Slideshow, the picture won't come out. please anyone help me, i guess i have some plugins missing, does anyone have any idea? thanks