Application CD Failed

When I use the application CD, that was given inside the box.
It fails to install the programs?
Any help on this, or do I have to contact apple.

Is this on a New install of the OS? If so you need an Installer Update, I think that is what it is called.
I think this is the link to it.
http://support.apple.com/kb/index?page=answerlink&url=http%3A%2F%2Fsupport.apple .com%2Fkb%2FDL676&answerid=16777216&src=support_site.downloads.search
Nope that wasn't it but this is.
http://support.apple.com/kb/DL1512

Similar Messages

  • I was updating Firefox from version 6 to version 7, after updating I tried to open Firefox and the message I got is this: This application has failed to start because xul.dll was not found. How can I fix this?

    I was updating Firefox to the newest version 7.0.1 from version 6.0.2 I think it was, I clicked the restart Firefox button that always comes up after updating. It started updating and then Firefox never restarted like it was supposed to after it was done updating. I then tried to open Firefox and it told me "This application has failed to start because xul.dll was not found." I did have Firefox crash on maybe about 30 minutes or so earlier which bothered me because I have been using Firefox for years and never had it crash on me before but I didn't think much of it at the time it happened because I was able to go back onto Firefox and finish what I had been working on. A while later I checked for updates and updated. The first time I tried to update it didn't work though so I had to shutdown Firefox and reopen Firefox and start the update a second time. It was after the second time that when I tried to open Firefox I got that message about failing to start because xul.dll can't be found. I filed a crash report when my Firefox crashed. This would have been around 1am-2am in the morning that Firefox first crashed and then wouldn't allow me to open it after updating. I have a DELL laptop running the Windows XP operating system but the laptop is probably at least 6 or 7 years old. The laptop will no longer charge so I always have to have it plugged into an outlet. Both my laptop hard drive and my external hard drive give me messages that I am running out of disk space on my hard drive. I bought this laptop 6 or 7 years ago second hand so it could be even older. In short it's a piece of crap and it gives me all kinds of issues but I currently can't afford a new one, but I have never had any problems with Firefox and I use Firefox more than any other aspect of my laptop so it's really really bothering me. May you please help me fix it?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • I just tried to install the 11.4 update (or whichever one is the most recent update as of 1/26/2014) and when it failed i tried to install manually and now whenever i try to use it, i get the following error: the application has failed to start because MS

    i just tried to install the 11.4 update (or whichever one is the most recent update as of 1/26/2014) and when it failed i tried to install manually and now whenever i try to use it, i get the following error: "The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." Right after i click ok i then get this error: "Itunes was not installed correctly. Please reinstall Itunes. Error 7 (Windows error 126)." I tried to uninstall Itunes and then reinstall the 11.03 version but that didnt work either. I want to know if i copy all of the music in my itunes folder to an external without consolidating can i still transfer all my itunes music from my current windows xp pc to a brand new one and have my current itunes library in my new pc? Basically i just want to know 3 things: What exactly does consolidating the itunes library do? Can i copy, paste, and transfer my itunes library to an external and from there to a new pc? Will i be able to transfer my itunes library without consolidating the files?

    I have found a temporary solution, allowing the previous version of iTunes (v. 11.1.3 (x64) in my case) to be re-installed.  It will allow you to re-establish use of iTunes until the Apple software engineers fix the most recent disasterous upgrade (v. 11.1.4).  Please see and follow the procedure in the following article:http://smallbusiness.chron.com/reverting-previous-version-itunes-32590.html   The previous version works beautifully.

  • TS3694 I tried to update my itunes and now can't get into it at all.  I got a message that says"This application has failed to start  MSVCR80.dil and another message that says,"Reinstalling this application may fix the problem."  I need  someone to talk t

    I tried to update my computer itunes program and it failed several times.  First of all I had a message that sdi choose "tools and then download manually."  I did and then everything got even worse.  I got a message that siad, "This application has failed to start...MSVCR80.dil...Reistalllation may fix th problem."
    I finally just backed out of everything and then got a message that said, "Itunes was not installed correctly.  Please reinstall...Error 7 (Windows error126).
    I need a tech person to call me and help.  I don't have a clue what to do.  I'm a musicain and all of my using is on itunes on my computer...I want to cry...I can't open it...is ti gone!!!!
    Lori

    Got the same problem.  It seems it is happening all over the place with the i-tunes update.

  • This application has failed to start because SapNi.dll was not found

    On the advice, good advice, of Melanie and Lars, here is a new thread for my question.
    I'm assisting with a migration of SAPDB, on Windows Server 2003, to MaxDB 7.6.xx on Solaris 10 SPARC.
    I can connect to my SAP DB 7.3.0.35 using Database Manager 7.4.3.23 as superdba. Now I'm trying to use the dbmcli.
    I go to the server and pop open a cmd prompt and try it via dbmcli:
    dbmcli -d sdb -u superdba,<password>
    And I get a Windows dialog box that says
    This application has failed to start because SapNi.dll was not found. Re-installing the application may fix this problem. 
    Hello,
    actually, the SUPERDBA user only has ONE valid password. Although he is able to perform admin tasks and to execute SQL statements, there are not two passwords for this user!
    So if you are able to connect with that user with dbmcli and not with sqlcli or loadercli, there seems to be something wrong with your system/users. Maybe the user called SUPERDBA on your system is not really the SYSDBA but a 'normal' dbm user.
    When you connect with that user with dbmcli, please execute the following commands:
    sql_execute select user from dual
    sql_execute select SYSDBA from dual
    sql_execute select * from users
    Can you also connect with user control with dbmcli? You might want to check the default password (control).
    Regarding the ni.dll problem: If I understand that correctly, you installed Database Studio locally on your PC. Did you also install any othe MaxDB software on that server? When you try to use dbmcli to connect to a remote database, you'll have to specify the -n <hostname> option. Or did you get that dll error on the database server itself?
    Database Studio cannot be used to administer databases of version 7.3. You'll have to use DBMGUI or dbmcli for that.
    Best regards, Melanie
    Hi Melanie, Thanks for the response.
    I cannot use dbmcli at the moment. I get the Windows dialog box saying
    This application has failed to start because SapNi.dll was not found. Re-installing the application may fix this problem.
    I am using dmcli on the Windows 2003 Server with my SAP DB 7.3 installed. Here is the version of dbmcli that I'm using.
    C:\sapdb\SDB\db\bin>dbmcli -V
    OK
    version,os,dbroot,logon,code,swap
    "7.6.06","WIN32","C:\Program Files\sdb\7606",True,ASCII,2
    I'm going to try to do what the error message tells me and uninstall and re-install my DB management applications.
    Thanks,
    Rich

    Server Utilities           c:/sapdb/programs                             7.7.06.09     32 bit    valid
    DB Analyzer                c:/sapdb/programs                             7.6.06.03     32 bit    valid
    PCR 7300                   c:/sapdb/programs                             7.3.00.35               valid
    PCR 7301                   c:/sapdb/programs                             7.3.01.09               valid
    PCR 7104                   c:/sapdb/programs                             7.1.04.43               valid
    MaxDB PHP Driver           c:/sapdb/programs                             7.6.06.03     32 bit    valid
    PCR 7240                   c:/sapdb/programs                             7.2.04.17               valid
    Synchronization Manager    c:/sapdb/programs                             7.6.06.03               valid
    Base                       c:/sapdb/programs                             7.7.06.09     32 bit    valid
    Redist Python              c:/sapdb/programs                             7.6.06.03     32 bit    valid
    JDBC                       c:/sapdb/programs                             7.6.05.06               valid
    Messages                   c:/sapdb/programs                             MSG 0.8215              valid
    ODBC                       c:/sapdb/programs                             7.6.06.03     32 bit    valid
    Database Kernel            c:/program files/sdb/7606                     7.6.06.03     32 bit    valid
    Database Kernel            c:/sapdb/programs/databasestudio/utilities    7.7.6.9                 valid
    Database Kernel            c:/sapdb/sdb/db                               7.3.00.35     32 bit    valid
    Loader                     c:/sapdb/programs                             7.6.06.03     32 bit    valid
    SQLDBC                     c:/sapdb/programs                             7.6.06.03     32 bit    valid
    PCR 7250                   c:/sapdb/programs                             7.2.05.24               valid
    xinstinfo
    IndepData           : C:\sapdb\data
    IndepPrograms       : C:\sapdb\programs
    dbmcli -s dbm_version
    OK
    VERSION    = 7.7.06
    BUILD      = DBMServer 7.7.06   Build 009-123-202-944
    OS         = WIN32
    INSTROOT   =
    LOGON      = True
    CODE       = UTF8
    SWAP       = full
    UNICODE    = YES
    INSTANCE   = (unknown)
    SYSNAME    = Windows Server 2003 family
    MASKING    = YES
    REPLYTREATMENT = none,zlib,auto
    SDBDBM_IPCLOCATION = C:\sapdb\data\wrk
    Edited by: Rich Evans on Jun 16, 2009 4:13 PM

  • FSL-06002  Error 14001 This application has failed to start

    Hello Folks
    I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    The installation is under Windows 2003 server SP2 and Oracle 920
    I'm in the Database Instance Installation (non-unicode) and phase 29 (Updating database statistics) 
    The following error is:
    TRACE      [synxccuren.cpp:452]
               grantAccessTo
    Granted access rights 0xf01ff for object default to user chavez-server\mauadm with inheritance flags 0.
    TRACE<i>   [synxccuren.cpp:1045]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: mauadm.
    ERROR 2009-08-23 13:27:58
    FSL-06002  Error 14001 (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    ) in execution of a 'CreateProcess' function, line (284), with parameter (E:\usr\sap\MAU\SYS\exe\run/brconnect ...).
    When i ran the brconnect manually i received the same error  (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem)
    When i ran brconnect using cmd.exe i received the following error
    E:\usr\sap\MAU\SYS\exe\run>brconnect.exe
    The system cannot execute the specified program.
    I think is important mention this, i had problem 1 setp before about the brtools 7.00
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output:
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance MAU failed
    BR0280I BRCONNECT time stamp: 2009-08-23 13.06.43
    BR0804I BRCONNECT terminated with errors
    I downloaded the correct version (640) DBATOOLS Package for Oracle 9.2 and i replaced the files
    Please folks someone have any idea about this, i tried search on the web and nothing, on the marketplace and nothing
    Thanks all for your help

    >
    Markus Doehr wrote:
    > > I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    > > The installation is under Windows 2003 server SP2 and Oracle 920
    >
    > and something on top: 640_EX2 is only for Oracle 10g - it  won't work with Oracle 9.2. So you should change your kernel to 640 back - then the R3DLLINS works.
    >
    >
    >
    >
    > Markus
    Ok Markus, i did the following
    First i downloaded vcredist_<platform>.exe from Microsoft web page and retry the installation
    And the following error i got
    Operative System open's a Window that say following
    brconnect.exe Unable to locate component "this application has failed to start because orasql10.dll was not found. Re-installing the application may fix this problem"
    And this is the log
    WARNING 2009-08-23 17:52:07
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 128. Output:
    ERROR 2009-08-23 17:52:07
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 128.<br>SOLUTION: See brconnect.log for details.
    Second i downloaded the kernel 640 whitout ext2 and i get the following error
    INFO 2009-08-23 17:41:32
    Output of E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU is written to the logfile brconnect.log.
    WARNING 2009-08-23 17:41:32
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output: BR0801I BRCONNECT 6.40 (51)BR0252E Function _popen() failed for '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' at location BrPipeOpen-4BR0253E errno 2: No such file or directoryBR0272E Execution of program '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' through pipe failedBR0303E Determination of Oracle version failed
    ERROR 2009-08-23 17:41:32
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 3.<br>SOLUTION: See brconnect.log for details.

  • TS3212 Application has failed to start because application configuration is incorrect

    Hello
    Am hoping for some help please if possible, I have just downloaded the latest version of I-Tunes, when I double click on the .exe to install I get the following message;
    This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    I've tried searching forums and have seen similar posts - one suggesting it may be a problem with a dll file but gave no further details and another post that suggested it could be the .net framework which I downloaded a fix for from Microsoft but this has not worked unfortunately.
    I am running Windows XP Professional Service Pack 3
    Any help would be gratefully appreciated
    Thank you
    Richard

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99596)

  • This application has failed to start because msvcr71.dll was not found

    Hi,
    I just downloaded the Flex 3.3 DK from here:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
    Once unzipped I went to run this:
    C:\DATA\My Documents\_jim\flash\open-source\_Software\flex_sdk_3\bin\mxmlc.exe
    When I ran it, I got this error
    This application has failed to start because msvcr71.dll was not found. Re-installing the application may fix this problem
    I searched on Google, and found this:
    http://www.flashdevelop.org/community/viewtopic.php?f=13&t=2932&start=15
    So from there, downloaded "msvcr71.dll", placed here:
    C:\WINDOWS\system32
    And ran the following in the Command prompt: regsvr32 "msvcr71.dll".
    When I did that, I got this error message:
    msvcr71.dll was loaded but the DLLRegisterServer entry point was not found
    The file was not registered
    I saw that the DLL is related to Microsoft Visual Basic Runtime, so I deleted the dll I saved manually, and ran the Microsoft Visual C++ 2008 Redistributable Package (x86) from here:
    http://www.microsoft.com/DOWNLOADS/thankyou.aspx?familyId=9b2da534-3e03-4391-8a4d-074b9f2b c1bf&displayLang=en
    Once done, the dll was not placed in the System32 folder.
    I tried the manual install of the DLL again, but on trying to register it again, got the same error message.
    Has anyone else had this problem?
    Seems like I might have hit a brick wall.
    Thanks

    What operating system? 32-bit or 64-bit?
    Which version and edition of SQLDeveloper (with/without jre, 64/32-bit)
    What JDK version?

  • Application has failed to start b/c qtcf,dll was not found

    I recently had my computer serviced by the Geek squad for virus removal, I tried to use itunes and connect my ipod and I keep getting this message by: itunesHelper.exe- unable to locate component. "This application has failed to start because QTFC.dll was not found. Re-installing the application may fix this problem." I have tried to install Itunes and quick time player, but the same error pops up and I can't close the tab. Any suggestions?

    QTCF.dll
    Let's doublecheck on the current locations of that dll.
    Go "Start > Search" and then do an all files and folders search on QTCF.dll. In "More advanced options", make sure the following items are all checked:
    *Search System folders*
    *Search hidden files and folders*
    *Search subfolders*
    What QTCF.dll files do you find, and what are their file locations?

  • Everytime I turn on my computer running on Windows XP, a message appears from AppleSynchNotifier.exe-Unable to locate component - "this application has failed to start because CoreFoundation .dll was not found," Reinstalling did not fix problem.

    Everytime I turn on my computer running on Windows XP, a message appears from AppleSynchNotifier.exe - Unable to Locate Component -
    "This application has failed to start because CoreFoundation.dll was not found.  Re-installing the application may fix this problem.
    I uninstalled and re-installed itunes and the message still appears.
    How do I fix this??
    Thank you

    With that one, first try uninstalling and reinstalling your MobileMe Control Panel for Windows, robin. Does that make the error go away?

  • When I try to open Firefox I receive this message, "Application has failed to start because ssl3.dll was not found." HELP!

    I've been using Firefox for about 3 years. Today, I ran a scan of my computer Webroot Anti Virus and deleted all "risky stuff" they checked. Don't know if this is a coincidence but right after the scan I could not open Firefox. I receive the message, "Application has failed to start because ssl3.dll was not found. Reloading application may remedy this." I reloaded Firefox, the current version, clicked on open and received the same message. I've reloaded Firefox 3 more times with the same results. Now I need HELP.

    See if you can make Webroot restore that file in the Firefox program folder (C:\Program Files\Mozilla Firefox\).<br />
    If not then you need to reinstall Firefox and make sure that Webroot doesn't do that another time.
    You can find the latest Firefox release here:
    *Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html

  • HT201413 I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the sign that says this application has failed because MSVCR80.dll was not found.

    I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the banner that says this application has failed because MSVCR80.dll was not found. anyone have a fix suggestion? thanks

    Click here and follow the instructions.
    (98724)

  • HT1926 My itunes won't open because it says "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem" Can someone help? I don't want to delete it altogether due to needing the phone backup

    I was given notification to upload the latest version of itunes recently, so I clicked installed. However it has since corrupted my itunes and I get the error message:
    "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem".
    In poor timing, I have also accidently damaged my phone and have a new one to restore it to an old back up.
    It is because of this I am reluctant to completely delete itunes off my computer and start again for fear of losing my back ups.
    Is there another way to fix iTunes so I can open it again?
    Thanks

    Hey I finally got an older vesion of itunes to work!!! 10.7  x64 for windows 7
    After uninstalling all apple products even  quicktime
    I had to delete everything from (program files, and program  files x64, program data,)
    And all downloads from apple, and I went in to search deleted  other stuff from apple, and itunes
    But definently not my itunes library and Playlist
    Down loaded 10.7 x64 for windows 7, but checked (do not start  when done)
    Then I emptied my recycling bin and restarted my  PC
    I ran geek tech tool box same as reg cure pro, also PC Tools  registry cleaner, and CC Cleaner
    Then I emptied my recycling bin and restarted my  PC
    And wallah... It finally works, and I Love the older version  anyways.
    Easier to download and transfer  music!!!!!

  • Updating iTunes with error message "this application has failed to start because MSVCR80.dll was not found"?

    After updating iTunes, has anyone got the message "this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." message and "iTunes was not installed correctly. Please re-install iTunes. Error 7 (Windows error 126)"?  I've tried everything from un-installing and re-installing iTunes to deleting the SC Info. Any help would be greatly appreciated

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99840)

  • This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.

    I recently tried to download the latest version of iTunes, but an error occured during the process. It was recommended that i reinstall iTunes to attempt to correct that problem. After I attempted to reinstall, an error came up with the title "iTunes.exe - Unable to locate component." the body of the error message read "This application  has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix this problem." When I click "Ok", another error message pops-up reading "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 126)". I tried reinstalling iTunes 3 times now, each time with the same result. What is going wrong, and what do I need to do?

    Kappy, I completely overlooked your original response due to it's small, one line nature and poor UX design of the area surrounding the message area.
    Upon following the complete instructions linked from the link you posted (http://support.apple.com/kb/HT1923?viewlocale=en_US&locale=en_US), my first attempt resulted in everything being installed except for iTunes. So trying yet again.
    I do have Safari for Windows Vista installed, which is why I could not delete everything in the C:\Program Files\Common Files\Apple\ folder. I'm guessing this is Apple's way of completely removing Safari Win from history (there's always an under-the-table reason when something like this happens with Apple installs, they just won't say it publicly). Uninstalling Safari. Uninstalling Safari removes the remaining "Internet" files from C:\Program Files\Common Files\Apple\
    Uninstalling iCloud. Uninstalling MobileMe Control Panel that was never used. That leaves only QuickTime installed as an Apple product on my machine.
    Just for the record, I did not have this folder: C:\Program Files\iPod\
    Emptied the Recycling Bin.
    Shut down and fresh start-up.
    Install attempt again: results in the installer saying something interrupted it (no other programs open)
    Installing again immediately after error: Success
    Clearly there are issues with this installer.
    A pop-up shows up with "The registry settings used by the iTunes drives for importing and burning CDs and DVDs are missing. This can happen as a result of installing other CD burining software. Please reinstall iTunes"
    No other CD burning software installed other than what came pre-installed by Gateway and a install of Windows Vista Pro (or whatever the top expensive one was called).
    iTunes launched. iTunes Library, items like Movies & Music, and playlists are still intact and usable.
    Good thing I don't have these issues on my Macs (ahem, which is why these errors are allowed to persist by Apple to discourage Microsoft/Windows/PC use and purchase, all about the money and Apple has become the non-caring giant it once sought to overthrow as the underdog, miss those days).
    Thanks Kappy. Thanks for the time suck Apple.

  • HT1926 I tried to download the latest version of iTunes but now seem to have lost everything and can not access my library at all. Instead i keep on receiving the message 'Application has failed to start because MSVCR80.dll was not found. I cannot access

    I tried to download the latest version of iTunes but failed half way through. It suggested that i reinstall we I tried. However, i now get this message which states "Application has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix the problem"
    I have tried this but with no success. I have therefore found that I cannot access my iTunes library at all now.
    What should I do.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99792)

Maybe you are looking for