Error 7 windows error 14001

     When I download iTunes & try to open it, and error pops up that says "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 14001)" I tried uninstalling & reinstalling at least 12 times, nothing changed. I've tried calling Apple and they told me it was a Windows issue that they can't help with. I tried to find the Windows number and it asked for my credit card number because my service required payment so I just didn't do it. I tried running the CCCleaner before & after reinstalling iTunes but iTunes still didn't work. I've been downloading the recommended iTunes for my computer, which I found here: http://support.apple.com/kb/DL1047 but it doesn't work. I've tried installing an older version of iTunes but the same thing happens; error message. I tried fixing my .Net framework with a program on the Apple site, NOTHING HAS WORKED.
So as you can see, I've tried ALOT of stuff. Is there any simple, FREE way to fix this problem?!
And to top it all off, since my iPod touch is brand new it won't do ANYTHING until I have iTunes installed & working. It shows a USB cord and an arrow pointing to an iTunes icon. When I plug it into my computer nothing happens and the screen remains, it won't let me do anything.
Please, please help me!
Thanks, Jess

You probably have remnants of prior iTunes installation that needs to be unistalled.
To to your Control Panel and remove all Apple programs - sort by Publisher:
uninstall:  Bonjour, Quicktime, iTunes, Apple Application Support, Apple Mobile Service Device, Apple Software Update
Restart your PC
Go to Apple - iTunes and download (if you are running Windows 64 bit - look for the link in the text for the link for the proper iTunes installation
This should give you a clean installation.

Similar Messages

  • Encountered error r6034, runtime error, window error 1114 for itune 11.1.4 update.

    encountered error r6034, runtime error, window error 1114 for itune 11.1.4 update. Same error msgs for when I tried to uninstall and reinstall as suggested.
    pls advise if you have another solution to it... thx

    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.
    (99512)

  • Photoshop CS6 EXTENDED Install Error [WINDOWS] *error report included*

    Greetz,
         I uninstalled Photoshop CS5.1 ME (Middle Eastern) version from my 64bit operating system (Windows 7 Home Premium) and went on to install CS6 EXTENDED after a fresh restart (I also deleted remaining CS5 folders in "Program Files' Adobe directory"). The setup went fine. But, when it finished, it gave an error message saying that Adobe Photoshop CS6 didn't install or didn't install correctly. From there, I copied the error report/log it gave out:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF050, DW063 ... WARNING: DF029 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 6 error(s), 1 warning(s)
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    ERROR: DF050: ARKServiceControl::ModifyService failed while saving previous service configuration.(Seq 6)
    ERROR: DF050: ARKServiceControl::ModifyService failed for service SwitchBoard. Error 2 The system cannot find the file specified.(Seq 6)
    ERROR: DW063: Command ARKServiceControlCommand failed.(Seq 6)
    ERROR: DF059: ARKServiceControl::StartService failed to start service SwitchBoard. Error: 3(Seq 1)
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 1 Exit Code: 3 Service Specific Exit Code: 0(Seq 1)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Mini Bridge CS6: Install failed
    ERROR: DW050:  - Adobe SwitchBoard 2.0: Install failed
    Photoshop started fine and worked fine (only used it a bit) after the "failed" installation but, the Update option in the Help window was grayed out (trial version, just to let you know). Is that a limitation to the trial version? Or is it straight up an error?
    My question is, what did the error report mean and what could be wrong with my currently installed version of PS? BTW, I didn't use Mini Bridge yet, although all of its files are present in the Program Files directory for Adobe.
    Thanks in advance.

    Thank you for the reply. I will try the steps listed in the document you linked me to. In case any of the procedures works, I will mark your post as "Correct".
    Thank you, once again.

  • R6034 error & Windows error 1114

    I can not load my itunes media player. I continue to get these errors?????

    Hello BIGG SEAN,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Best of luck,
    Mario

  • How do i correct a download error. window error 1114

    my Itunes download won't run completely. I keep getting a Runtime C+ library error. HELP...

    Hey debbiefromabilene,
    Thanks for the question. I understand you are experiencing issues with iTunes for Windows. Let’s troubleshoot the iTunes installation by completely removing and reinstalling iTunes and all related components (it is important to remove all components in the order listed):
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Additional Information:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • Error window while changing the value in SelectOneChoice.

    Hi I am facing a problem on change of values in SelectOneChoice, "ERROR For input string: "N"
    Below is how i am implementing SelectOneChoice:
    I am creating values for SelectOneChoice in a Java class:
    *SelectItem itemY=new SelectItem();*
    *itemY.setLabel("Yes");*
    *itemY.setValue("Y");*
    *confirmation.add(itemY);*
    *SelectItem itemN=new SelectItem();*
    *itemN.setLabel("No");*
    *itemN.setValue("N");*
    *confirmation.add(itemN);*
    Using this values in JSFF like this:
    *<af:selectOneChoice value="#{bindings.confURLSubmitted.inputValue}"*
    *label="Conference Website URL Submitted"*
    *required="#{bindings.confURLSubmitted.hints.mandatory}"*
    *shortDesc="#{bindings.confURLSubmitted.hints.tooltip}"*
    *binding="#{backingBeanScope.EditComplianceDetails.confURLSubmitted}"*
    *id="confURLSubmitted"*
    *unselectedLabel="Select One"*
    *autoSubmit="true"*
    *valueChangeListener="#{backingBeanScope.EditComplianceDetails.OnConfURLSubChange}">*
    *<f:selectItems value="#{pageFlowScope.generalLists.confirmation}"*
    *binding="#{backingBeanScope.EditComplianceDetails.si1}"*
    *id="si1"/>*
    *</af:selectOneChoice>*
    And in bean method i am trying to print the selected value in SelectOneChoice:
    *public void OnConfURLSubChange(ValueChangeEvent valueChangeEvent) {*
    *// Add event code here...*
    *System.out.println("this.confURLSubmitted.getValue() "+this.confURLSubmitted.getValue());*
    Now when i try to change the value in SelectOneChoice:
    I am getting an error window "ERROR For input string: "N"
    Any idea y i am getting this error.
    Thanks in Advance

    Remove selectOneChoice value binding and set static value and try
    *<af:selectOneChoice value="XXX"*
    label="Conference Website URL Submitted"
    required="#{bindings.confURLSubmitted.hints.mandatory}"
    shortDesc="#{bindings.confURLSubmitted.hints.tooltip}"
    binding="#{backingBeanScope.EditComplianceDetails.confURLSubmitted}"
    id="confURLSubmitted"
    unselectedLabel="Select One"
    autoSubmit="true"
    valueChangeListener="#{backingBeanScope.EditComplianceDetails.OnConfURLSubChange}">
    <f:selectItems value="#{pageFlowScope.generalLists.confirmation}"
    binding="#{backingBeanScope.EditComplianceDetails.si1}"
    id="si1"/>
    </af:selectOneChoice>

  • Problems reinstalling Itunes 10.4. Error 7 (Windows Error 14001).

    I cannot reinstall itunes after uninstalling. Error 7 (windows error 14001). How do I fix this?

    Thanks for posting this, zrakks, because I was going crazy with this one.  I'm having the same exact issue with the same version, Win7x64, with my taskbar on the left side too.  Didn't know THAT was the reason (taskbar on the left).  Hopefully they fix this in the next version--this is a pain in the a**! 
    Regards,
    Maximillian C.
    Seattle, WA

  • My itunes has gotten error 7 (windows error 14001) itunes wont even open it just says itunes was not installed correctly. someone help please

    my itunes has gotten error 7 (windows error 14001) itunes wont even open it just says itunes was not installed correctly. someone help please

    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.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) (not for XP) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • My computer froze and I had no choice but to turn it off. When I turned it back on, it would no longer open iTunes. It says "error 7 (windows error 14001). iTunes said to uninstall and then reinstall iTunes. Windows installer won't work.

    My computer froze, so I had to finally turn it off. When I turned it on again, it wouldn't open iTunes. Error7 (Windows error 14001) appeared. I could not uninstall and reinstall iTunes because now Windows Installer isn't working either. Tried using "System Restore" from a backup, but still didn't fix problem. Tried online purchase of registry cleanup ("Error End"), but that didn't solve problem either.
    How can I get iTunes to open? Any suggestions for getting Windows Installer to work? Thanks!

    Hey Carolefromthelou,
    The following link will provide steps on how to best remove all traces of iTunes from your PC and then reinstall it:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Welcome to Apple Support Communities!
    Best,
    Delgadoh

  • I updated iTunes 10.3.1 today, and now it won't let me open itunes it keeps saying error 7 (windows error 14001)  and also says (apple mobile failed to start verify significant privileges to start system services)

    I updated iTunes 10.3.1 today, and now it won't let me openitunes it keeps saying error 7 (windows error 14001)  and also says (apple mobile failed to startverify significant privileges to start system services) I have unstalled it severaltimes, tried repairing it also switched off all security software and checkedall files are deleted in local disk (program file) but still no look. Please cansomeone help 

    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.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    Regarding AMDS failures there is a hint in another thread that disabling the Windows Firewall before attempting to reinstall may help, otherwise take a look at the steps outlined in this post. Re: Can't install iTunes 12.1 on Windows 7 64-bit. I know they look a little daunting, but the process of generating the logs themselves isn't that hard to do. Extracting useful information from them is still a challenge but maybe something will leap out. If you want to post the log for the failed components for me to have a look at here or in the other thread please edit out any personal information, particularly your email address, first.
    tt2

  • Itunes helper was not installed correctly. Error 7 (windows error 14001) ?

    Upgraded to ITUNES 10 and received following error - Itunes helper was not installed correctly. Error 7 (windows error 14001) - have tried uninstalling all APPLE products, restarting etc and installing ITUNES and QUICKTIME separately yaddah yaddah - NO SUCCESS. Losing patience ?

    have tried uninstalling all APPLE products,
    Doublechecking. Were you using the instructions from the following documents?
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    (Doublechecking, because an error 7 off ituneshelper normally indicates trouble with Apple Application Support. If something else is going on, it's pretty exotic.)

  • Error 7 Windows error 14001 while using iTunes on my windows XP, please help

    Error 7 Windows error 14001 while using iTunes on my windows XP, please help

    Hello Zaza2006,
    Thanks for the question, and welcome to Apple Support Communities.
    The following article outlines the exact error message you provided, and steps that may lead to a potential resolution:
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/TS3074
    Thanks,
    Matt M.

  • Intunes error 7 windows error 14001

    please can anyone help??? i have windows 7 and keep getting the error 7 message windows error 14001. I have tried unistalling and reinstalling i tune, i have also trued the apple solutions app and clicked repair but it still not working. can anyone else help with this?? getting rather frustrated now

    im going through the same thing right now!! fml

  • How do i fix Error 7 (Windows error 14001)?

    How do i fix Error 7 (Windows error 14001) so I can install iTunes on my PC (using Windows XP)?  Thanks!

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

  • HT1926 I am getting message Error 7 (windows error 14001) when i install itunes 10 i have tried reinstalling it but not fixed..cna anyone help please?

    please can someone give advice..itunes won't install properly

    Refer to this article:
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/TS3074

Maybe you are looking for

  • How to find out Enhancement details for Sales Order

    Hello, Follwing is the scenerio: As soon as Third Party Sales Order created, Header Billing block gets triggered (from Sales Doc settings in VOV8). In Sales Order there are 4 items of items: 1. Hardware Material (Price) with Item Category, say A 2. H

  • How to view hidden files on a mac

    I have certain hidden files on my mac that i know are there because they are taking up file space i was wondering how i can make them unhidden thanks

  • Tibetan in design cc

    there are some problems with tibetan in indesign cc, but it's ok in indesign cs4. How can I fit this problem? Or where can I buy indesign cs4's license?

  • How do I delete "Pending Available Downloads" from my queue?

    How do I delete "Pending Available Downloads" from the list permanently?  I got a full season of a TV show, and all the HD versions won't go away!

  • Expert advice needed on Remodeling and line item Dimension

    Hi All, Scenario: I have a cube 0FIAP_C03 for line Item. Now in this cube one of the dimensions u201CC036 -Document Detailsu201D is reaching the size of the Fact table. We are planning to use Re-Modelling and shift some of the characteristics like 0D