Xcode won't install

No matter what I do I can not get Xcode 4.2.1 to install it gets to a certain point then stops and gives me crap. Anyone else have this issue? I'm on Lion 10.7.2. I've tried making a new admin account and installing that way like I saw on another forum and no dice. I've tried googleing it and can't find an answer as to why this is happening. Any help would be great.
Thanks,
Carl

That didn't work they couldn't help me cause they said that they were itunes and couldn't help me. However I did get it to install. Try this:
Delete all Xcode files from your hard drive even from the launchpad.
Go back to the mac app store and re download Xcode and run the install from the Applications folder.
That's what I did and it installed and is working like a charm. On my way to learning the program and making my first iOS app.
Carl

Similar Messages

  • XCode won't compile

    This project used to compile for me on a different computer. That computer is gone now, and I've moved the project to a new computer. I have not changed anything at all about the project, but when I try to build it now, I get 3,626 error messages that start off with this:
    cd /Users/jesse/VersionControl/JaCK3/trunk/c++/fmbridge
    /usr/bin/gcc-4.0 -x c++-header -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G5 -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/Users/jesse/VersionControl/JaCK3/trunk/c++/fmbridge/build/JaCK3.build/Deploy ment/version8lib.build/version8lib.hmap -F/Users/jesse/VersionControl/JaCK3/trunk/c++/fmbridge/build/Deployment -F/Users/jesse/VersionControl/JaCK3/trunk/c++/fmbridge/../Libraries -I/Users/jesse/VersionControl/JaCK3/trunk/c++/fmbridge/build/Deployment/include -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -I/Users/jesse/VersionControl/JaCK3/trunk/c++/fmbridge/build/JaCK3.build/Deploy ment/version8lib.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h -o /Library/Caches/com.apple.Xcode.1028/SharedPrecompiledHeaders/Carbon-hadzljfzkp pjveajhqnujmgoizvu/Carbon.h.gch
    /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20:39: error: CoreServices/CoreServices.h: No such file or directory
    /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24:53: error: ApplicationServices/ApplicationServices.h: No such file or directory
    In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Head ers/HIToolbox.h:25,
    from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:29:
    /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Heade rs/HIObject.h:24:43: error: CoreFoundation/CoreFoundation.h: No such file or directory
    In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Head ers/HIToolbox.h:33,
    from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:29:
    /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Heade rs/HIGeometry.h:20:39: error: CoreGraphics/CoreGraphics.h: No such file or directory
    etc....

    Jesse Barnum wrote:
    Sorry, I appreciate your help and should have thought more carefully about offending people.
    No offense taken. It is just that many people who post here only do so out of frustration and really only want to rant. They are unwilling to step back and take a more logical and reasoned look at a problem. I'm not going to bother reading rants, but I will be glad to help anyone who will meet me halfway.
    However, I deeply dislike XCode, for numerous reasons:
    I'm pretty ambivalent about Xcode. I've seen better and worse IDEs. It would probably be better if there were some competition around, but Metrowerks put themselves out of business.
    Xcode certainly has its faults, but what you have described is not behavior that I have experienced or that I have ever heard about.
    *This same exact project compiled fine on another computer (which unfortunately has been wiped clean)
    I have to say I'm skeptical about this. How do I (or you) know that there wasn't some fix not checked in to SCM on the other machine? Or some change that didn't work but did wind up in SM?
    *I'm able to build successfully on Leopard, just not my computer running Tiger. However, when I do the build on Leopard, it won't run on Tiger (I get missing link errors at runtime), even though I specify 10.4 as the target SDK.
    One way to narrow down where the problem might be is to build a test application on each system and make sure that works properly. How do I know you aren't one of those people who tried to pick and choose which parts of Xcode to install? You must install all of Xcode.
    How do I know you haven't tried to run one of those nasty apps like Monolingual that strips out resources that "you don't need"?
    *When I do the build in Tiger with 'current operating system' specified as the SDK, I get a completely about 800 error messages.
    That indicates that either your project or Xcode installation is completely broken. The first thing to do is find out which one of those it is.
    When I specify 10.4 as the SDK (which seems to me like it should be the same behavior as 'current operating system', since the machine is running 10.4), I get about 3,000 error messages as stated in my original post.
    Given that you don't seem to be able to build anything, trying a cross-platform built is unlikely to work better. The 10.4u SDK is for building a Universal binary (PPC and x86).
    *It is very difficult for me to figure out where to change various settings, since some are at the project level, some are at the target level, and some are at the build configuration level. Sometimes when I double-click on a target to change its settings, I get a blank editable text area; other times I get a GUI with modifiable target settings. In other words, I find the UI to be extremely difficult to manage.
    Those are certainly valid complaints. Once you get past this initial problem of building, it might be a good idea to post one or more new threads about how to use Xcode more effectively.
    In fact, when I've had to change certain settings in the past, it's faster for me to modify the project file in a text editor than to hunt for that particular GUI widget.
    Given that you seem uncomfortable with Xcode, this seems like a pretty dangerous thing to do. You could easily wreck your project so that it stops building for mysterious reasons.
    I'm much more comfortable with Java and IntelliJ than I am with C++ and XCode, so I'm sure that is a big part of my problem, but my gut reaction to the problems that I'm having right now is "don't breathe wrong on XCode or it will stop working and you have to recreate the project". That is why I don't like it (to put it mildly).
    You normally shouldn't have to recreate projects just to get Xcode working. However, that might be what you need to do in this case. If you can definitively prove that Xcode is correctly installed - by building a set of simple 10.4, 10.5 and 10.4u applications, then your project must be corrupted.
    Again, I appreciate your help. I only posted this rant to explain my previous post, which I should have kept to myself.
    I know how you feel. I got someone else mad at me in another thread when I called pthreads "pathetic"

  • Windows Vista won't install Ipod

    Latest version of Itunes 7.4.2 has been installed, unfortunately Windows Vista has located Ipod mini in "other devices" in "Device Manager", but it won't install the Ipod. I've reinstalled Iteune three times and searched the Windows Vista disk, but with no luck.
    I'm on the verge of selling the ipod - any advice would be welcome.
    Thanks

    I suggest either getting a Mac or going back to Windows XP because Vista is known to have these problems.

  • My new blank hard drive won't install OSX from the disk?

    For some reason my Mac book pro won't install OS through the install cd or through the flash drives. It will load the disk but then freeze when I click install. It won't load through the USB either. I have done multiple diagnostics at the mac store and they tell me that my hd is bad. Twice the hd was fresh out of the box and installed that day. I spoke to a supervisor via phone when I called apple care and he told me that unless I have all apple parts in the computer they can't accurately diagnose the issue. It feels like they're trying to con me into paying double for a "apple hd". What can I do to get my computer working?

    I would purchase an external USB enclosure for the HDD. With the HDD in the enclosure, install OSX and then mount in your MacBook. If you continue to have problems, it could be a faulty internal SATA cable.

  • ITunes won't install (at all) on my Windows 8.1 64 bit computer

    I've tried downloading iTunes for Windows 8.1 64-bit computers and it won't install on my machine. I did everything like I think I was supposed to ... but nothing happens. In addition I've tried connnecting my iPhone 5S to a USB port ... nothing good happens. My computer recognizes the iPhone but it won't do anything with it. Also I've tried the suggestions from "windows 8.1 itunes wont recognize iphone: Apple Support Communitites" which entertains that I can open control panel ... find Device Manager and try to install new driver software from my disk ... with the suggestion that I 'browse' and find "C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers. ... and "Apple" does not exist under Common Files of either "Program Files" or "Program Files (x86)"
    So now what????

    What is the full text of the error message?
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Creative Cloud Desktop app won't install error 207; Adobe server?

    Is there a problem with some of Adobe.com servers? My employer just purchased a CC subscription for my work Mac, and the CC Desktop App won't install. I've restarted my Mac, quit all Adobe products, redownloaded the DMG file (creativecloudinstaller.dmg), and checked to make sure my firewall is off. But I still get an error message #207. My DNS servers are set to the same ones that other Macs in my group are set to, and they have CC on their Macs.
    I don't know if it's related, but I can't load "adobe.com" in my browser, either. All other webpages are fine, including (obviously) this forum.
    I am using OS 10.8.5, connected via Ethernet, and my browser is Chrome.

    Thank you for your help, Ned. I also called Adobe help via phone, and he confirmed that my company's server needed to whitelist several Adobe sites. The company had revised their servers not long ago, and evidently did not transfer their old whitelists (which is why my coworkers had previously been able to access Creative Cloud). The phone support person emailed me a helpful list that I could forward to our company's tech support center—but the link you supplied in your response was also perfectly relevant.

  • CS4 master Collection won't install on XP

    After paying the big bucks for this CS4 Master Collection software, I can't get it to install. I have 1.5 gig of ram, all slots full. Will it not install with that? The install won't let me install on a drive with 123 gig of free space, the install pop-up says there's not enough room please change location. I change it to another drive with 197 gig of open space and it won't install.
    Customer service is closed until Monday...I'll be back in class and don't get out until 8pm every frickin weekday.
    I'm working on a sony the runs 3.20 ghz with the 1.5 gig of RAM. I just reformated the harddrive but windows takes up the C: partition but the extention is 123 gig, and I have several other drives (with hundreds of gigs open) I've tried to put it on....it says they're too small.
    I've tried to install the trial version and it does the same thing. I'm at my wits end with this!
    If there's only one out there willing to help me I would really appreciate, because Adobe doesn't seem to give a fig about helping me.

    How much free space is on the C:/drive? Without a lot of room you'll have a hard time installing any program even if you install it to a different drive. Windows needs lots of free space on C: for installing applications.
    If you have little free space, then whoever set up that machine did a very poor job of it. There is no benefit at all to installing applications on a different drive than the operating system.
    Bob

  • OVI Won't install on my XpressMusic 5730 (hangs at...

    I am trying to install the OVI application on my phone so that I can download apps and games but it won't install. After the install it starts up and I see the loading screen but that is all that I get. I do get an icon for OVI but if I try to use it it just does the same thing. Does anyone know how to resolve this? I have tried doing a hard reset and that does not resolve the issue at all.

    Hi Smileyfrog,
    Could you be more specific about your issue.
    Which operating system do u use?
    Which model handset you use?
    Which firmware version do you have in your mobile? ( *#0000# will reveal the details)
    Are you trying to connect thru cable or thru Bluetooth?
    Which version of OVI suite you use?
    Go to OVI suite -> help -> About nokia OVI suite -> System information. Paste the information...
    Please attach a screen-shot of the issue which you are mentioning.
    Regards,
    Diwa
    If you like my post, kindly acknowlege the same by giving a kudos to me

  • I am trying to install Mavericks on my McbookAir, but it won't install, saying that my hd is used for time machine backups. I have an external HD connected to my mbAir that I'm using for time machine.

    2012 Macbk air, with OSX 10.8.5. See my question above. Mavericks won't install on my Air's HD, says that both the HD - AND - the external HD (which has a different name from the laptop HD) are used for time machine backups. I've deleted my time machine plists, restarted, repaired permissions, turned time machine off, repeatedly selected the external drive in time machine preferences. HELP. (Install went perfectly on my desktop Mac, which also has an external HD for time machine).

    I need to add that the only place I have the "Backups.backupdb" folder is on my backup external disk, and it's not on my HD    :-(    . If it were, I'd delete it!

  • TS1702 I tried to download the upgrade, now it won't install and I can not access my documents. It said Vi did not have enough space for the upgrade so I made room but still no luck.

    I tried to download the upgrade, now it won't install and I can not access my documents. It said Vi did not have enough space for the upgrade so I made room but still no luck. If I delete the ap and reinstall I will lose my stuff. Any ideas? It won't open so I can email it to myself.

    What upgrade are you trying to install? Your profile shows iOS 5.1.1, which is the current max iOS.
     Cheers, Tom

  • Application (WMF 3.0) won't install during maintenance window, but will install when there is no maintenance window

    Hi All,
    I'm just getting into the Application model in SCCM 2012 R2 and I like what I see so far, but i'm running into an issue.  When i set up an Application for WMF 3.0 with a prerequisite of .Net 4.0 and deploy it to a set of test systems that do not have
    any maintenance windows applied to it, it works great.  If it doesn't have .Net 4.0 it installs both that and WMF 3.0 and reboots.  If it already has .Net 4.0, it will skip that and just install WMF 3.0 and reboot. 
    However, if i deploy it to systems that have a maintenance window applied, the application recognizes that it needs .Net and WMF 3.0 or just WMF 3.0, but it never actually runs. 
    Here is the applicable entry from the appintenteval.log, and i've bolded the line where it shows that WMF 3.0 is not installed
    ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66/12 :- Title = WMF 3.0, Direct seleted dependencies = ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_4e541fdb-f444-4c5f-91f9-82c358325558/7 title=.Net
    4.0,     AppIntentEval    4/24/2014 8:20:19 AM    1768 (0x06E8)
    ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66/12 :- Current State = NotInstalled, Applicability = Applicable, ResolvedState = Installed, ConfigureState = NotNeeded, Title = WMF 3.0    AppIntentEval  
     4/24/2014 8:20:19 AM    1768 (0x06E8)
    ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_4e541fdb-f444-4c5f-91f9-82c358325558/7 :- Current State = Installed, Applicability = Applicable, ResolvedState = Available, ConfigureState = NotNeeded, Title = .Net 4.0    AppIntentEval  
     4/24/2014 8:20:19 AM    1768 (0x06E8)
    ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/Application_de66c10e-111e-4d68-95a8-5cee3f144081/13 :- Current State = NotInstalled, Applicability = Applicable, ResolvedState = Installed, ConfigureState = NotNeeded, Title = WMF 3.0    AppIntentEval  
     4/24/2014 8:20:19 AM    1768 (0x06E8)
    ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/RequiredApplication_de66c10e-111e-4d68-95a8-5cee3f144081/13 :- Current State = NonCompliant, Applicability = Applicable, ResolvedState = Compliant, ConfigureState = NotNeeded, Title = ApplicationIntentPolicy  
     AppIntentEval    4/24/2014 8:20:19 AM    1768 (0x06E8)
    and here are the entries from the AppDiscovery.log that are relevant:
    Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_4e541fdb-f444-4c5f-91f9-82c358325558" AND Revision = 7)"    AppDiscovery  
     4/24/2014 8:20:19 AM    2776 (0x0AD8)
        Performing detection of app deployment type .Net 4.0(ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_4e541fdb-f444-4c5f-91f9-82c358325558, revision 7) for system.    AppDiscovery    4/24/2014 8:20:19
    AM    2776 (0x0AD8)
    +++ Discovered application [AppDT Id: ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_4e541fdb-f444-4c5f-91f9-82c358325558, Revision: 7]    AppDiscovery    4/24/2014 8:20:19 AM    2776 (0x0AD8)
    +++ Detected app deployment type .Net 4.0(ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_4e541fdb-f444-4c5f-91f9-82c358325558, revision 7) for system.    AppDiscovery    4/24/2014 8:20:19 AM  
     2776 (0x0AD8)
    Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66" AND Revision = 12)"    AppDiscovery  
     4/24/2014 8:20:19 AM    2508 (0x09CC)
        Performing detection of app deployment type WMF 3.0(ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66, revision 12) for system.    AppDiscovery    4/24/2014 8:20:19
    AM    2508 (0x09CC)
    +++ Application not discovered. [AppDT Id: ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66, Revision: 12]    AppDiscovery    4/24/2014 8:20:19 AM    2508
    (0x09CC)
    +++ Did not detect app deployment type WMF 3.0(ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66, revision 12) for system.    AppDiscovery    4/24/2014 8:20:19 AM  
     2508 (0x09CC)
       ActionType - Install will use Content Id: Content_c6b448d0-7b59-4796-bb29-3f7fbfa6e70d + Content Version: 1 for AppDT "WMF 3.0" [ScopeId_DDF2880D-575F-42D9-A30B-E026F0EFDA4F/DeploymentType_0418fd00-0911-41d8-97f5-d7f04f58bd66],
    Revision - 12    AppDiscovery    4/24/2014 8:20:20 AM    2508 (0x09CC)
    I have a 2 hour maintenance window applied to this system.  From the serviceWindowManager.log:
    OnIsServiceWindowAvailable called with: Runtime:7200, Type:2    ServiceWindowManager    4/24/2014 8:20:21 AM    1768 (0x06E8)
    No Service Windows exist for this type. Will check if the program can run in the All Programs window...    ServiceWindowManager    4/24/2014 8:20:21 AM    1768 (0x06E8)
            Biggest Active Service Window has ID = {02B82DF5-3360-4BCC-8154-9258F0B856C3} having Starttime=04/24/14
    08:20:00    ServiceWindowManager    4/24/2014 8:20:21 AM    1768 (0x06E8)
                Duration is 0 days, 02 hours, 00 mins, 00 secs    ServiceWindowManager    4/24/2014 8:20:21 AM    1768 (0x06E8)
    FindBiggestMergedTimeWindow called with TimeStart=04/24/14 08:20:21 and TimeEnd=04/24/14 10:20:00    ServiceWindowManager    4/24/2014 8:20:21 AM    1768 (0x06E8)
            Biggest Chainable Service Window for Type=1 not found    ServiceWindowManager    4/24/2014 8:20:21 AM    1768 (0x06E8)
    I'm not sure what else to try next and appreciate any help anyone can offer.

    Thanks.  I checked that setting and i have it set to false, so i don't think that's it. 
    I've done a little more experimenting.  I've changed my maintenance window back to 30 minutes.  Prior to the MW opening, i'll run an application evaluation deployment cycle on the system.  It will show the system as required WMF 3.0 but since
    the MW isn't open, it won't install at the time. 
    When the MW opens, i'll watch the ServiceWindowManager.log and it sees that it's a 30 minute MW and that the run time is 15 minutes but it still says the program can't run:
    ActiveServiceWindow has 1800 seconds left    ServiceWindowManager    4/24/2014 2:20:00 PM    2032 (0x07F0)
    Program can run! Setting *canProgramRun to TRUE    ServiceWindowManager    4/24/2014 2:20:00 PM    2032 (0x07F0)
    OnIsServiceWindowAvailable called with: Runtime:900, Type:6  
     ServiceWindowManager    4/24/2014 2:20:00 PM    2032 (0x07F0)
            Biggest Active Service Window for Type=6 not found    ServiceWindowManager    4/24/2014 2:20:00 PM    2032 (0x07F0)
    Program cannot Run! Setting *canProgramRun to FALSE    ServiceWindowManager    4/24/2014 2:20:00 PM    2032 (0x07F0)
    OnIsServiceWindowAvailable called with: Runtime:900, Type:2    ServiceWindowManager    4/24/2014 2:22:32 PM    816 (0x0330)
    If however, i kick off another application evaluation deployment cycle on the system during the open MW, the deployment kicks off right away and finishes. 
    Program can run! Setting *canProgramRun to TRUE    ServiceWindowManager    4/24/2014 2:22:32 PM    2940 (0x0B7C)
    OnIsServiceWindowAvailable called with: Runtime:900, Type:3    ServiceWindowManager    4/24/2014 2:23:49 PM    816 (0x0330)
    No Service Windows exist for this type. Will check if the program can run in the All Programs window...    ServiceWindowManager    4/24/2014 2:23:49 PM    816 (0x0330)
            Biggest Active Service Window has ID = {02B82DF5-3360-4BCC-8154-9258F0B856C3} having Starttime=04/24/14 14:20:00    ServiceWindowManager    4/24/2014 2:23:49 PM    816 (0x0330)
                Duration is 0 days, 00 hours, 30 mins, 00 secs    ServiceWindowManager    4/24/2014 2:23:49 PM    816 (0x0330)
    ActiveServiceWindow has 1571 seconds left    ServiceWindowManager    4/24/2014 2:23:49 PM    816 (0x0330)
    Program can run! Setting *canProgramRun to TRUE    ServiceWindowManager    4/24/2014 2:23:49 PM    816 (0x0330)
    This is not the behavior i would expect.  I would think that if the client knows it has a pending application deployment that is required, when the MW opened up, it would start the install immediately or close to the beginning of the MW.  It shouldn't
    need to have an application evaluation deployment cycle kicked off during the MW. 

  • 24" iMac won't install any 'large' Apple software updates from the internet

    I am having a serious issue with my iMac and neither the people on the phone at Apple Care or the 'Geniuses' at the Genius Bar have been able to assist. So, maybe someone here can:
    First - here is the background information about what happened and what I've done:
    A few weeks ago when the new iTunes 10 came out I went to upgrade. The upgrade failed it said. So, I thought perhaps Apple was having issues with the new software or something. So, I thought - Ok, I'll give it a day or two.
    I come back and try again from Apple.com - no luck. Hmmmm - well, I just happened to see my 'software update' icon pop up and there was iTunes. I thought "Great! Now I'm sure it'll install!" No luck.
    So, I think - well, perhaps I've done something to corrupt my profile. So, I create a new profile and try again. No dice.
    So now I'm really confused and figure - ok, let me try a partition and I'll try again. Still nothing.
    Finally I figure - ok, something is wrong here. So, since nothing is working I backup my music and important files and wipe out the hard drive and start over. No luck. And, in fact - since I had gone back to 10.5.4 or whatever - software updates needed to install to get me back to 10.5.5. Those wouldn't install through software updates OR when downloaded from Apple.com - Smaller downloads like, flash, java, firefox, etc - all download and install without issue.
    I decided to engage "Apple Care" and they call me at the time I specified and we begin to do some tests on the hardware and everything came back ok. We tried from Apple.com and software updates again - still won't install the software. Keeps coming back with "Software installation failed" something about the package installer was corrupted during downloading.
    The guy at Apple care thinks perhaps its my network corrupting something. This begins to make a little sense and I think, maybe he's right. My wireless router isn't that great so, maybe I'll just go replace it. However, while I'm checking out I begin to think that maybe its NOT my wireless router - because I do have 2 other computers in my house who haven't had issues downloading anything. So, this is unlikely. But, I didn't like the wireless router anyway - so I went ahead with the purchase.
    I get it home - set it up and try again. STILL not working. So, I make an Appointment at the "Genius Bar". I take it in - show them the screen shots of the errors and we get started. They try to do the install of either iTunes or the combo update on THEIR network - still won't work. The genius thinks I have a bad HD and takes the computer for 2 days to look at it.
    I finally get to go pick it up - excited that I'll have my iMac (which I use for work) back and functioning again. I go pick it up and they decided that it wasn't my hard drive - but likely my RAM. They couldn't prove it was the RAM but figured since I bought the RAM after I bought the iMac that this must be the issue (even though it was up to exact Apple standards and was from Crucial). So, I think - well, while I have a blank slate I'll go ahead and install Snow Leopard. So, I pick up Snow Leopard and get new RAM too and go home to install.
    I get the computer home, put the new RAM in, install snow leopard and get ready to work! After snow leopard install is done - it has some new updates it needs to install. And the update FAILS to install again. Oh, and they never replaced the HD.
    So, I call Apple Care again - they have no clue. They suggest making an Apple Genius Bar appointment. So, I take it in again. They run diagnostics on it from their 'Triage' external hard drive and everything checks out. He says its probably the hard drive (same conclusion they came to the first time) and said that they would replace it.
    I get the computer back - take it home. Everything is up to date. All the software updates were back in place including iTunes 10. However, I still want to test and see if I can download iTunes and/or do updates. So, I uninstall iTunes and download it again. Same problem. STILL won't install any large software downloads. But, again - Smaller downloads like, flash, java, firefox, etc - all download and install without issue. Just no core Apple updates or things like iTunes will download and install on my iMac.
    I then took it to a friends house - set it up on his network - same issue.
    So to sum up:
    I have re-imaged the hard drive several times
    I have replaced the ram
    I have replaced my networking hardware (even though other machines on the network have no issues)
    I have taken it in twice to the Genius Bar and they still haven't fixed it
    The Problem followed the machine and exhibited the same issues in store as it did in my home (so we know the problems stays with the machine)
    I have tried it on yet a 3rd network and the issue still exists
    The people at the Genius Bar told me that If I still have issues then its with my network - even though its been proven it wasn't.
    Its only larger downloads like Combo Updates and iTunes that won't install.
    Any ideas? Sorry for the long post but its been quite an ordeal.

    Yes, I have tried the updates directly from the Apple website and a different issue occurs. When I do that I get various different errors - the most common saying 'Codec overrun'. This has happened both before and after complete software OS reinstalls (Completely wiping the HD clean).
    I did a video of my issue on my iPhone. I had to cut it and compress it to get it off my phone without syncing (because I can't sync it since I can't get iTunes installed now). So, its about a minute long if anyone wants to see it:
    http://www.youtube.com/watch?v=8leWwEoIeXI
    And yes, we tried to repair permissions a couple times but didn't seem to have any effect on whether it would install these updates. Again, it's NOT all software downloads/installs. It seems to be limited to LARGER pieces of software. Example: Firefox, Flash, Java and Silverlight have all downloaded and installed without error on my iMac. Apple combo updates and iTunes won't install at all.

  • Have photoshop 6 on a dead pc laptop with windows XP.  Have a pc laptop that has been upgraded from Vista 64 bit (where photshop wouldn't install) to windows 7 professional 32 bit (clean install).  Photoshop still won't install. Also having reinstallation

    I have photoshop 6 on a dead pc laptop with windows XP.  Have a pc laptop that has been upgraded from Vista 64 bit (where phootshop 6 wouldn't install) to windows 7 professional 32 bit (clean install).  Photoshop still won't install. Also having reinstallation issues with pse6 on this same pc.  Pse6 was installed and working on vista 64bit version of the OS, now won't install on rebuilt windows professional 7 32bit (keeps giving me serial number not valid errors).  I'm not trying to pirate these programs.  Just want to reinstall them.

    you need,
    Windows 98, Windows 2000, Windows NT 4.0 with Service Pack 4, 5, or 6a, or Windows Millennium
    Microsoft Windows 98/Millennium/2000/NT 4.0 (Service Pack 4, 5, or 6a required)

  • Vista won't install Ipod Mini - PLEASE HELP!!

    Latest version of Itunes 7.4.2 has been installed, Windows Vista has located Ipod mini in "other devices" in "Device Manager", but it won't install the Ipod. I've reinstalled Itunes three times and searched the Windows Vista disk and various internet forums, but with no luck.
    I'm on the verge of selling the ipod - any advice would be welcome.
    Thanks

    I suggest either getting a Mac or going back to Windows XP because Vista is known to have these problems.

  • Windows 7 won't install any Audigy 2 ZS drivers

    I did a clean install of Windows 7 and noticed right away, that the drivers for my Audigy 2 ZS didn't get installed. Here is the error I was given via device manager / properties for card:
    The drivers for this device are not installed. (Code 28)
    This operation requires an interacti've window station.
    Drivers I've tried:
    From Windows Update, dated October 4, 2008<
    Creative's website, Driver version?2.8.00, dated July 3 2009
    Creative's website, Beta driver version 2.8.00, dated Oct 2009
    Creative's website, Vista driver 2.2.0002, dated March 6, 2007
    danielk's audigy support pack 3.5
    When I tried the Creative executables and danielk's support pack, I do not get any errors during any parts of the install(s).
    Windows Updates says the install failed with unknown reason. When I attempt to "update driver" through device manager, it says it finds the driver but it gives me the same error as mentioned?above: This operation requires an interactive window station.
    What else can I try? I've also done an "upgrade" install of Windows 7 on top of the clean install (out of desperation). At this point, I feel like reloading my XP imaged install,?so I can have working audio again.
    So, please, if there is something I can try, then please help. Is there a way to do a "logged" install and send it to someone at Creative?
    Thanks for your time

    So, just to update everyone on my situation. I think my issue was caused by the migration tool, Windows Easy Transfer.
    I formatted the partition the partition that Windows 7 was installed on, and did a fresh reinstall. Upon first boot of the new reinstall, the audio drivers were still not installed. I then immediately tried to "update drivers" via device manager and Windows installed the latest beta drivers from October , 2009 with no errors.
    Is there any reason why the install won't install the drivers on its own? Did it not ship with Audigy 2 ZS drivers?

Maybe you are looking for

  • Selecting all columns from table in a model query

    I have written a model query which joins 4 tables, applies some rules and returns updated rows by selecting 4 columns out of this. Currently it works fine because all 4 columns are from MODEL aliases. Now I need to select 16 more columns in the same

  • Adobe Demos will NOT INSTALL

    In the last 2 weeks I've downloaded Adobe Photoshop from this site 30 times. Every single time I when I try to extract it after it downloads I get the same error after about 20% of extracting saying some crap like my harddrive space my be full. I hav

  • Captivate 8 vs yosemite. Audio speech doesn't work neither on Captivate 7 nor Captivate 8. Is there any bug to fix this problem?

    I'm having problems when using Captivate 7 and 8 - specially audio speech management. As I use OSX Yosemite, I don't know why but it doesn't work properly. Any bug or way to fix this problem? Thanks in advance.

  • Query for outgoing payment

    Hi All,          i need a report for the outgoing payment where i could display the account details, the doc remarks, row total and also the payment mode, whther by cash or by cheque. I have a query but i dont know how to get the mode of payment and

  • Team Calendar in MSS

    Hi: Is it possible to remove the 'All Employees' from the display on the team calendar under the MSS user? I only want the manager to have the option to display their 'Directly Reporting Employees'. I have made the following changes but 'All Employee