February 8th, 2007

Setting up iTunes on Windows Vista 64-bit

Many of my co-workers and friends have been having trouble setting up iTunes on Windows Vista 64-bit. So I thought I would put together a quick reference sheet that will make it easier, since Apple hasn’t quite got their act together yet.

Background on Windows 64-bit
In the 64-bit versions of Windows there are two locations for programs to be stored by default.

  • Program Files – All the 64-bit applications that can run with out any assistance from the 32-bit emulator.
  • Program Files (x86) – All the 32-bit applications that need the 32-bit emulator to help then run under the 64-bit versions Windows.

Problem
When installing the latest version of iTunes (7.0.2) on Windows Vista 64-bit the install of the QuickTime software completes successfully, however when the iTunes software tries to install the application it produces an error message saying that it cannot find the QuickTime installation.

This is happening because QuickTime software is getting installed in the Program Files (x86) since it is not a 64-bit application. And the iTunes application specifically looks for it in the Program Files directory. I don’t know why the Apple iTunes programmers thought hard coding a path was a good idea, because they definitely could have looked up the install directory in the Windows Registry. As every programmer knows and has been slapped on the wrist by a more experienced programmer you should never hard code possible variations to your program. Especially if it is a hard drive path, because a non-standard install of QuickTime would lead to the same problem.

Solution
Basically the solution is very easy and involves a new feature in Windows Vista called a symbolic link.

  1. Open up the Command Prompt as an Administrator (Go to All Programs > Accessories and Right Click on Command Prompt and then choose Run as administrator)
  2. Create a QuickTime folder in both Program Files (x86)
    mkdir "c:\Program Files (x86)\QuickTime"
  3. Now we create a symbolic link to the Program Files directory
    mklink /d "c:\Program Files\QuickTime" "c:\Program Files (x86)\QuickTime"
  4. Now install iTunes as you normally would by double clicking on the install program.

If all the steps were followed from above you will have no problem getting iTunes to install correctly on Windows Vista 64-bit.

Update: If you are still having trouble you are probably experiencing the VB Script issue, where Apple wants you to run in an unsecured mode to install iTunes. I have outlined the steps to install iTunes in the following article.

Update (2007-7-12): I have been getting many thanks for this article as well as my other iTunes articles relating to Vista. If you would really like to do something for me, please visit one of the sponsors to the right or the left. They are how I support this site and keep it running.

Update (2008-1-21): One of the commenter’s below, found out that if you download iTunes from your Internet Explorer 64-bit version you get a version of iTunes that is 64-bit compatible. Now if Apple would only notify its users of this. Or fix their downloading software, or even the iTunes installer, to better detect Windows Vista 64-bit everybody would be in perfect shape. This is still a problem that could be easily avoided by Apple.

Tags: , , , ,

Social: kick it on DotNetKicks.com | Shout it | Add to DZone

This entry was posted on Thursday, February 8th, 2007 at 11:37 am and is filed under How To, Programming, Rant. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

115 Responses to “Setting up iTunes on Windows Vista 64-bit”

  1. whisp Says:

    Maybe Apple designed it that way on purpose to conflict with microsoft products..

  2. Nick Berardi Says:

    I really have little doubt that is what they are doing, because the operating systems API has been stable for 6 months. In addition it has been 2 months since it was released as a gold version at the end of November.

  3. Coder Journal : Apple iTunes 7.1 Released for Windows Vista Says:

    [...] may remember my previous article talking about how to install iTunes 7.0.x on Windows Vista x64. Well I am getting ready to install [...]

  4. Solly Says:

    I’ve tried the above fixes, both this article’s and the vbscript.dll solution referenced with iTunes 7.3, and the cursed application still will not run in Vista Ultimate 64-bit. Prior versions had worked fine, but after this automatic update of iTunes, the program stopped running entirely. I received the useless “iTunes has stopped working. A problem has caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.” alert from Vista.

    Also, the “regsvr32 /u vbscript.dll” command, I receive an error message saying: “The module “\u” failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found.”

    Could you help me with these problems?

  5. Nick Berardi Says:

    That is a very odd error. I believe it is happening because iTunes is crashing. Try doing a full uninstall then deleting the directories in the program files after the uninstall and try installing again.

    Apple seriously needs some Windows developers. Windows Vista x64 has been out for 9 months now, and Apple cannot even get the install working correctly.

  6. Solly Says:

    That did the trick for the iTunes install, Nick – thanks very much!

    I got the same vbscript.dll error message, though, when I tried the unregister command line. Is there another way to close that door?

    You know, Apple FINALLY put out a great product with the iPod, (the first time they’d been cutting edge since the late 70s, in my opinion!), and iTunes is even a decent application – nothing special, but simple and straightforward. Why would they alienate the Windows 64-bit market so cavalierly? Granted, it’s a smallish market right now, but those of us on the 64-bit platform are there for a reason, and with Apple preparing to launch their new 32/64-bit hybrid platform, they aren’t making themselves very attractive as a company to any of those existing 64-bit users who might consider an Apple platform in the future. It’s the same butt-headed attitude that allowed DOS to leave Apple in the dust 30 years ago.

    From a programming standpoint, what are we talking about, really? How many programmers for how many days/weeks/months to create easy 64-bit functionality to iTunes – the keystone software component of their most widely-infiltrated and only “best-in-class” hardware product line?

    I would never own an Apple computer, but own a 60GB Video iPod, because I believe it’s the best personal music system out there – far better than Zune or Zen. There are likely millions of diehard PC users just like me in that respect, and Apple doesn’t seem to give a hoot in hell about that market share. I’d wager that the PC+iPod demographic dwarfs the Mac+iPod group by orders of magnitude. It’s a short-sighted business practice to say the least.

  7. Coder Journal » Blog Archive » Apple wants Vista to run un-secured to install iTunes Says:

    [...] (2007-07-24): Many people have also found this article helpful in installing iTunes on Windows Vista x64, it is an easy hack that allows you to fool QuickTime in [...]

  8. Paul Says:

    Thanks! After setting up the symlink, I had to run the iTunes installer twice (it failed first time) but it’s working fine now.

  9. Andrew Gunn Says:

    Hey I dont understand the steps once inside the cmd. ” Create a Quicktime folder in both Program Files (x86)” but there is only one. Do you mean both program and program x86. And do you do that manually via opening my computer or use a command.

    Then I don’t understand mklink /d (why d). I do understand the two file locations. Also do you use the ” in the commands or not.

    So to recap what you type in the cmd line.

    1. mkdir “c:\Program Files (x86)\ QuickTime

    This makes a folder here but what about in the other programs folder.

    2. mklink\d “c:\Program Files\QuickTime” “Program Files (x86)\QuickTime”

    IS THIS ALL ONE COMMAND?

    Please help!!! It make sense what your trying to do I just dont understand the instructions. Please email me to help.

    aagarchive@gmail.com

    THANKS
    Andrew

  10. Nick Berardi Says:

    Hi Andrew,

    (1) Step one you create a folder in the 32-bit directory.
    (2) Step two you create a symbolic directory link (that is what the /d is for) in the normal programs directory against the folder in step one. This will create the other program folder for you.

    You type it exactly as it is written with the quotes and all. Note that this is only for if you are using the 64-bit version of Vista, you do not need this with the 32-bit version.

    Nick

  11. David Satterfield Says:

    Hmm. I’ve installed iTunes 7.0.x on 3 Vista x64 machines and one Server2008 x64 Machine and have not had any of the problems folks have indicated. Guess I’ve been lucky.

    And No, I haven’t used the default directories for installing them.

  12. Scott Hanselman's Computer Zen Says:

    Installing iTunes 7 on 64-bit Windows Vista…

  13. Nick Berardi Says:

    David,

    It could be the fact that you aren’t using the default directories which has saved you from this problem. Because this problem seems to only occur when you do use the default directories provided by itunes and quicktime.

  14. Vincent Cohen Says:

    Hello,
    i was about to buy a Apple Ipod… did some research and ended up here.
    to be sure Itunes works i have downloaded it and tried your solution.

    in Command Prompt i get a error when trying to do :
    mklink\d “c:\Program Files\QuickTime” “Program Files (x86)\QuickTime”

    it says :
    ‘mklink’ is not recognized as an internal or external command,operable batch file or program

    did i do something wrong?
    Thanks in advance!

  15. Nick Berardi Says:

    Are you using Windows Vista?

  16. Vincent Cohen Says:

    I use Windows xp professional x64

  17. Vincent Cohen Says:

    Hmmm,
    Eventhoguh command prompt gave the error listed above^
    i just tried to install Itunes.

    Had a problem, but cant remember just completed the installation.
    No problems so far….

    It seems it works!!

    thanks!

  18. MBN Says:

    I have the same error message as Vincent Cohen, mklink is not recognized as an internal or external command…, but I am using Vista, and running cmd as an administrator. I’m stumped.

    What I’m trying to do is create a link so that my wife and I can share the same iTunes library, so that if I download a song she sees it whe she opens up iTunes under her profile, and vice versa. I had done this successfully with the journal command in XP, but can’t seem to get it to work in Vista. Can you help?

  19. Nick Berardi Says:

    Hi MBN,

    What version are you running. This could possible be a problem of Microsoft just not including certain tools in lower editions of the OS.

  20. MBN Says:

    Hi, Nick. I’m using Vista Home Premium. Came preloaded on my Gateway laptop back in March.

    If in fact this version doesn’t have access to mklink, do you know of any other way I can achieve what I used to have with the journal command?

  21. MBN Says:

    Also, it’s 32-bit, if that makes a difference.

  22. bigjohn Says:

    please some one help me i got vista 64 and i just got a iphone it sucks i cant use it on my pc so im reading all this but when i tpye it in the commad prompt it says incorrect is there a way some one can show me what to type in thank you

  23. Ed Greenfield Says:

    I have Vista Ultimate x64. Before I read how to regsvr32 jscript.dll & vbscript.dll, I loaded Photoshop & an old version of AutoCAD onto the computer by downloading Microsoft’s free Virtual Computer 2007 & running it as Windows XP. They both loaded, but didn’t run that well (but they did run). When I saw how to do the above, I tried it on AutoCAD first. After unloading it from XP, I made the above changes and tried to load it into Vista. It wouldn’t take it. Said it is not 64 bit. So, I tried to put it back into XP, but now that wouldn’t take it either. It now said it’s not 64 bit. Now I can’t run it at all and I’m afraid to try it on Photoshop until I can get AutoCAD reloaded. Any suggestions?

  24. Coder Journal » I have been a bad Blogger Says:

    [...] Setting Up iTunes on Windows Vista 64-bit [...]

  25. Steve G Says:

    Thanks for the tips. They worked for me and itunes installed successfully.

    Everytime I do start the itunes program, a warning window appears, telling me that “itunes was not properly installed. If you wish to import or burn CDs, you need to reinstall itunes.” I click OK, the only option and I can use itunes.

    Is this a known issue? Not that i really want to import or burn anything, don’t want or need the message popping up. My wife is the only one using it and i know she’ll nag about it. Any solutions? Thanks!!!

  26. Wayne McLemore Says:

    Christoph H. Hochstätter wrote a mklink for windows xp 64 bit.

    http://www.hochstaetter.org/Software/mklink.aspx

  27. Sharon Says:

    Thank you, I was able to get iTunes installed. And I too had to run it a second time before it took, but it worked. Now I’m having the same issue with my iPhone, it’s asking for a computer running a 32-bit version of Windows. Can you help?

  28. Nick Berardi Says:

    There is no way to get the iPhone working on the 64-bit machine. I have had numerous readers try and fail. It is basically Apple just saying they don’t care about the consumer unless you use a Mac. Even though Windows users account for an overwhelming majority of iPod and iPhone sales.

  29. Michael Baranik Says:

    I am running windows vista ultimater 64-bit, I-tunes is telling me it is not installed properly and I am not able to export or copy files…I can download and play fine…and even add to I-tunes with music with a CD..but I cannot export or inport ..recently when I had computer problems I exported all my I-tunes..now I cannot import them…do you know why………thanks michael

  30. Slumberland Says:

    Bad news from the XP 64-bit front. Hochstäter’s MKLINK utility functions perfectly– but here is what “perfectly” means:

    “Little known is the fact, that junctions are functional in Windows versions 2000 and higher. This is an implementation of the Windows Vista MKLINK command for use on computers running Windows 2000, Windows XP or Windows 2003.
    “Even though symbolic links cannot be used in Pre-Vista Windows, you are able to create them on any NTFS drive. This makes sense on network drives hosted on a Vista computer or hard disks, which are dual booted into Vista and previous operating systems.”

    I can now use XP64 to CREATE a symbolic link… which is functional if and only if the file system is accessed by Windows Vista or later. Great for network drives. Useless for the task at hand.
    have two 64-bit machines, and this bug has surfaced again in iTunes 7.5. Any suggestions?

  31. Slumberland Says:

    ahhhh… sorry I was having two different problems. MKLINK may have worked on my Vista machine, and I didn’t notice because I started getting the same error as Michael Baranik, “iTunes did not install properly. If you wish to….”, which I recognized as soon as I saw someone ELSE type it.

    Michael: if you haven’t already tried this, download the GEAR drivers:
    http://www.gearsoftware.com/support/drivers.cfm

    Is that blasphemy? Maybe there’s still a command-line solution. [crosses fingers and prays].

  32. Omri Chaimovitz Says:

    I have tried installing iTunes on Windows Vista 64 bit several times and the program seems to install fine. Then, when I open iTuens, I get an error message to says (paraphrasing): itunes did not install properly. You will not be able to burn discs, itunes must be reinstalled.”

    All the other functions work fine, but it is true that I cannot burn CDs. I have uninstalled and reinstalled to no avail.

    Any thoughts?

    Thanks

  33. Victoria Says:

    Thank you for your information. My troubles with itunes have been resolved! :)

  34. matt mcleod Says:

    im having the same problem as Omri Chaimovitz, “error message to says (paraphrasing): itunes did not install properly. You will not be able to burn discs or import music, itunes must be reinstalled.” But oddly i have not had any problems, i can import music fine, if anyone could help it would be greatly appreciated.

  35. MIMI Says:

    I HAVE WINDOWS XP 64 AND HAVE THE SAME PROBLEM TO THE POINT OF MULTIPLE FREEZES, AND FINALLY BEING ADVISED(BY GEEK SQUAD) TO UNINSTALL ITUNES. WOULD THIS WORK FOR MY XP64? ESPECIALLY SINCE THE UNINSTALL I CANNOT BURN A CD WITH OTHER PROGRAMS FOR SOME STRANGE REASON. PLEASE HELP!!!!!

  36. Alan Says:

    It’s ridiculous that Apple still doesn’t have a true 64-bit version of Itunes. After seeing the rave reviews the Zune 2 is getting – Apple just lost a customer.

  37. Elaine Says:

    Does anyone know how to email Apple to complain about the Iphone not working on Vista 64? It seems that it may be helpful if we could inundate them with emails about this issue. I can’t seem to be able to find a way to email them!
    Thanks!

  38. Nick Berardi Says:

    Call apple care.

  39. Rick Says:

    I’ve found this fix also:
    http://tinyurl.com/3d2wpz

    It uses these drivers from Gear:
    http://tinyurl.com/7hw3q

    Anyone know if one or the other is a preferential solution to the x64/iTunes problem?

  40. Rick Says:

    Update. I installed the Gear drivers for the Vista/64 (Intel EM64T processor) and now when iTunes 7.5.0.20 starts up without the error. I have an Intel C2D processor.

    I already had the QuickTime folder in the x86 program folder with files in it, so the instructions here might have caused a problem unless I uninstalled QT first.

    Installing the gear driver may be the simplest and easiest solution if you already have 7.5.x already installed.

  41. Lushbabe Says:

    Thanks Rick thats solved my itunes problem x

  42. Dan Says:

    Just an FYI…

    There is a 64-bit version of iTunes available that works perfectly with Vista 64-bit. Apple just doesn’t mention it anywhere.

    To get this version you have to use a 64-bit browser to download iTunes. Just go download iTunes normally.

    (Apple tech support told me it is wise to remove ALL 32-bit Apple software from your machine first).

    Hope this helps anyone else… it was a hassle for me until I decided to call Apple tech support about it.

  43. robert Says:

    Thanks Dan. That is correct. I downloaded iTunes using my IE 64 bit browser and was given the version of iTunes that works for Ultimate. Once downloaded, I simply hit ‘repair’ and the ‘cannot burn’ issue went away.

  44. Nick Berardi Says:

    I think Dan may have found the solution. I updated the post to reflect your findings Dan.

  45. Frank Says:

    Hello!

    I have now read everything I could find on the subject “iTunes problems in Vista 64-bit”, even called apple support twice, but with no luck!

    I have recently purchased a iPod Nano (3rd generation), and I am running Windows Vista Business 64-bit.

    My problem is that my iPod won’t show in iTunes. I know there are no problems with my iPod as I can use it on my laptop (Windows XP 32-bit). The iPod connects and on the screen I can see it’s charging and showing “Connected. Eject before disconnecting”. I have alsow tryed to manualy put it in “Disk Mode”, but it would’nt show as a disk on “My Computer”. The odd thing is that when I safely removes the iPod it says “Safely remove Apple iPod”. So the “drivers” are working fine. I have tryed using other programs as MediaMonkey (that supports iPods), but that did’nt help!

    Hopefully someone can help me! This is getting frustrating!

    Best Regards,
    Frank

  46. Chris L. Says:

    Hello,

    My wonderful wife just got me a 16G itouch for Valentine’s Day. I am running Windows xp 64-bit professional. When I connect it to the usb port, there is an error “Please connect itouch to a 32-bit machine or a machine that is running Vista”.

    I have been looking for fixes to get my itouch to work (which lead me here) for hours…..

    It appears that the people running xp-64 are out of luck if they have an iphone or itouch.

    Does anyone know if there is a way to make it work? or maybe even a different itunes-like program that will allow me to use my new itouch?

    The only things i can think of to fix this is to;

    1. buy a 32-bit xp and partition one of my harddrives
    2. buy vista 64-bit and go that route
    3. return it and piss my wife off….. she even had it engraved :o (

    thanks for the help,
    Chris L.

  47. Chris L. Says:

    Hey guys and gals!!

    I just stumbled upon the fix to using an ipod touch or iphone when using windows xp 64-bit.

    It is fairly easy and the guy really did a great job of explaining the steps and shows multiple screenshots.

    http://yukichigai.googlepages.com/iphonex64

    Give it a shot…..i got my Ipod touch working with my xp-64!!

    Chris L.

  48. TechWiz Says:

    Ive found a simple way to make it work on Windows XP x64

    Simply download the x32 version from here using your 32 bit browser and then get the 64 bit installer from here.

    run the 32 bit installer and then open the 64 bit installer with WinRAR or a similar program and extract Bonjour.msi and AppleMobileDevices.msi (or something like that).

    open Add or Remove Programs (usually in Control Panel or can b accessed from Set Program Access Defaults link on the start menu) and uninstall Bonjour

    Run the 2 programs u just took out of the 64 bit installer (bonjour and applemobiledevices)

    Now u should have iTunes working with iPhone support however to get CD burning you must download GEARS 64 bit drivers from here.

  49. Rhywun Says:

    It’s now March 2008 and I for one cannot install iTunes or Quicktime on my new 64-bit Vista. The download file is called ‘iTunes64Setup.exe’. When I run it as myself or as administrator, I get the “iTunes requires QuickTime” error. I just switched back to Windows after 2 years on the Mac because of a similar deal-breaking problem (my Mac was rendered unusable) and now this. I’m about 5 minutes away from buying a Zune (or some other device). This is simply unforgivable.

  50. Nick Berardi Says:

    Rhywun, I wouldn’t blame you. In fact the Zune is now my #1 audio player.

  51. Rita Romano Says:

    I really don’t understand how to do this :(
    I’m so bad with computers. Could you please add my email address to explain it a bit more because I tried this one but I still didn’t understand.
    Sorry if I’ve caused any troubles.

  52. Haley Says:

    i have itunes 7.4 (i have a third generation nano it requires 7.4 itunes) and quicktime all downloaded succesfully and after every thing my computer says that i still need the correct software to get the songs from itunes onto my ipod…WHAT IS THE SOFTWARE I NEED?????

    ….Itunes 7.4
    ….Quicktime
    ……. What ELSE????????????????????????????

  53. Jon Enroth Says:

    At last! After months of trying each iTunes update to see if my Vista 64 bit system will finally recognize my iPod, I downloaded Vista Service Pack 1 last night. After it installed, I plugged in my iPod and it connected!

  54. Nick Berardi Says:

    Jon,

    Well you know if Apple can’t get it working after 1.25 years then it’s time for Microsoft to step in and fix Apples product.

  55. WTF Apple, Show Some Common Curtsy - Nick Berardi’s Coder Journal Says:

    [...] you might have gathered from the title Apple has screwed up in this area yet again. In their never ending battle to try and forcibly get an install base, from some of their [...]

  56. isoar4jc Says:

    Will this work in Windows XP Pro x64 Edition?

  57. Nick Berardi Says:

    No it requires linking which is only available for NTFS on Windows Vista and 2008

  58. Samantha Says:

    Help! I am trying to install i tunes on windows Vista Home Premium and it goes through the installation process then flashes up an error sayng ” that the sytem administrator has set policies to stop prevent this action” . I am the administrator and it is a home laptop, brand new. Any ideas? i have already tried setting up a new account and that did not work either. thanks

  59. casey Says:

    i download it, but it doesnt appear anywere on my system help!!!

  60. chris Says:

    Thanks for the help on getting this going. I clicked a bunch of links in return.

  61. Jessica Says:

    Has anyone encountered problems with Vista AFTER going through the whole I Tunes debacle? After finally getting I Tunes worked out, Vista has crashed and it’s telling me that I have downloaded incompatible software. Not sure what to do!

  62. Madeline Says:

    I have windows Vista and I can download Itunes just fine but when I go to play a song it won’t play, and yes I have my sound on and yes I have it turned up. Dell, Microsoft, and Apple were no help to me, anyone have any suggestions?

  63. Mike Says:

    Itunes now has a 64-bit version installable.

  64. JK Says:

    Vista Ultimate x64 SP1 w/ x64 iTunes:

    3gb Ram = No Worries

    4gb Ram = Crash/BSOD every day!!!! WTF Apple!?!

    (no its not the RAM… i have had it replaced 3 times, and the crash only shows up when there is more than 3gb of ram in the system!!)

  65. JK Says:

    15.4″ Lenovo T61p
    256mb(dedicated) Quadro nVidia 570m
    2.0ghz Dual Core (core2 Duo)
    2gb Ram + 2gb Ram

    this machine is new’ish (purchased Chistmas 2007) with no trauma of any kind.

  66. Shannon Says:

    HELP! My command box, even signed in as an Administrator, says “you do not have sufficient privilege to perform this operation”

  67. Teri Says:

    Hey Nick!

    Amazing work on this. I have a question relating to QuickTime running on my Vista 64 bit machine. I haven’t been able to update my version of Quicktime since version 7.1.6 – every time I install a new version and try to launch it – I get an error saying that it’s only compatible with Windows version 2000 and later. I unchecked the run with Compatible in the Quicktime.exe – but that didn’t work.

    The only thing that has worked is running the symbolic link you mentioned in your article.

    My problem is basically that I can now launch QuickTime through the symbolic link, but most of my programs are trying to launch it through the normal (x86) location – therefore I get an error. Example: I use Maya constantly – and if I try to do a playblast, I get the error. If I have Quicktime open already (from the symbolic link) – it will work, but that’s the only way it seems to do so.

    Is there a way to make my default programs look for the Quicktime through the symbolic link Program Files directory? I would LOVE any suggestion you have.

    Thank you so much!

    - Teri

  68. Robin Says:

    Well i had the same issue as all those others.
    So i googled and came here :) .

    Followed the procedure and downloaded Itunes again ( thought i had it ) and to my surprise it started dl-ing the 64 bit version.

    I use Firefox 3.0.1

    Just though i let you all know.

  69. James Says:

    I have an issue in that if I try to run the windows installation I get a message that the windows installer cannot be accessed but I only get this message with Itunes. It wont let me upgrade through Itunes and it wont un-install ? Im running Itunes on a Vista 64 Home Premium edition.

    Very very frustrating

    Maybe the main tip will help but im climbing the walls already.

  70. Lorna Says:

    I have put the codes into the Command Prompt, and then closed the window. Do I need to leave it open, or is it ok to close it during the installation?

    Second question, how long does it take!?!?! I have dial-up, but all other updates and praograms that I have downloaded were faster than this. I can only get it to download so much before my internet connection times out. Help!

  71. Lui Wallentin Gøttler Says:

    Hi

    This were great advise. Especially the update regarding downloading iTunes via the 64bit browser.

    Thank you

  72. skadas4 Says:

    i have the same issue as James above.. i get a windows installer error message when trying to download or uninstall itunes, although quicktime installs fine along with any other software. help?? you can email me at skadas4@gmail.com please…

  73. Robert Says:

    I had been having trouble with the same as everyone above. I had loaded itunes from a stick and could not get it to work right. I then loaded it from the internet THRU a 64 bit system and it worked great. I am syncing now. Thanks for the help with this.

  74. James Says:

    I have an issue in that if I try to run the windows installation I get a message that the windows installer cannot be accessed but I only get this message with Itunes. It wont let me upgrade through Itunes and it wont un-install ? Im running Itunes on a Vista 64 Home Premium edition.

    Has anyone got a fix for this. All other programs install/uninstall ok its only Itunes that I have an issue with. I am trying to install the 64 bit version.

  75. Phil Says:

    I have a similar problem with iTunes as one mentioned (and resolved) above, except mine is on Vista 32-bit. I’m really hoping you can help me with this so I don’t pull the rest of my hair out!

    I’m running Vista 32-bit, and I had iTunes 7.7.1 installed and running fine. I just installed iTunes 8, and now every time I try to run iTunes, I get a message window that says the following:
    1. “Preparing to install”
    2. Then it says, “Please wait while Windows configures iTunes”
    3. Then it says, “You must restart your system for the configuration changes made to iTunes to take effect”

    I’ve tried uninstalling iTunes and every piece of Apple software, then reinstalling iTunes 8… but I still get the same messages every time I try to run it. I’ve tried starting iTunes from the desktop icon as well as Start/All Programs/iTunes/iTunes… still no good. I’ve tried switching User Account Control on and off, switching antivirus and firewall off. I’ve gone into msconfig and disabled everything except iTunes and QuickTime and rebooting… still no luck. After 3 calls to Apple support, including Level 2 support, they’ve given up.

    If anyone can help me figure this out, I will be eternally grateful! I did go back to iTunes 7 and it ran fine again, but alas I must have iTunes 8 in order to sync with my new iPod 120GB… it won’t work with anything pre-iTunes 8. Thanks for any help you can provide. I’m willing to try anything to get this working! :)

  76. Phil Says:

    I will add this update to the post directly above… I just discovered this morning that, even though iTunes 8 will not start when I click any of the iTunes icons, it DOES start up when I connect my iPod to my PC. Does this make sense at all? Could this maybe give a clue as to how to fix the other problem?

  77. Joy Says:

    I have tried installing quicktime on my new 64 bit vista computer, to no avail. After several abortive attempts yesterday, I found your page and downloaded quicktime using the 64 bit version of IE.
    I’m still getting the same message as yesterday…”Another installation is in progress. You must complete that installation before continuing this one.” I did a system restore to before I downloaded the first copy of quicktime yesterday and I have no idea what it’s referring to.
    Any ideas would be most welcome. Thank you.

  78. PointBlank Says:

    Plain and simple. Apple does not care if it runs on Windows or not. Does not matter if you call their support either. They say well it works on OSX 10.x you should try running a mac instead. Screw them, I will never use Itunes again.

  79. tina mary Says:

    my itunes keep freezing when it says, downloading artwork thumbnails…\and, where is the exact url fo the itunes vista 64? they won’t give that option when i download i tunes from apple

  80. Luisa Says:

    Dear Nick,

    I do not know how to do this:
    2.Create a QuickTime folder in both Program Files (x86)
    mkdir “c:\Program Files (x86)\QuickTime”
    3.Now we create a symbolic link to the Program Files directory
    mklink /d “c:\Program Files\QuickTime” “c:\Program Files (x86)\QuickTime”
    could you help me?.
    sincerely luisa

  81. Henry Tooner Says:

    Thanks guys for all your help with this. it worked even tho the cmd said there was a parameter error it installed fine
    thanks

  82. Happy Says:

    Goto…

    http://www.oldapps.com/quicktime_player.htm

    …download Ver. 7.1.5 (19meg). Loads into XP x64 and plays .mov file no probs!

    :)

    Also… itunes 7.1.1 will load. http://www.oldapps.com/itunes.htm

    Happy viewing.

  83. NeUx Says:

    Thanks.. Its ok. Right now im running itunes 8.0.2 on my windows vista ultimate x64

  84. malice Says:

    I have windows home vista premium 64 bit. i have itunes 8.2. i have a dell computer. i have an HP printer. All new to me. ever since itunes was installed on my computer, things dissappear out of my tray at the lower right hand of the screen. where do they go? how do i get them back and make them stay??? thanks for help!

  85. Thomas Says:

    Unbelievable…. it’s now 2009, this bug stilllllll in the install files, and your fix, still works! Note, I installed Quicktime separately first, then did the mklink thing. Don’t try and create a directory in Program Files first, the mklink is sufficient.

  86. Steve Says:

    I am also having problems with itunes and windows vista. I recently replaced my old laptop with a new dell studio running Vista Home Premium. I copied over all my directories and files from a backup drive, including itunes. I just downloaded and installed the 64 bit version of itunes 8.2. It found the data and music files and loaded everything fine, but when I attach my iphone, I get an immeadiate notice that says “this iphone can not be used because the required software is not installed. Run itunes installer to remove itunes and then install the 64-bit version of itunes”. This is very frustrating, as I have done this proceedure several times, and I redownload and install the 64 bit version, but I still get the error message. Does anyone have any idea how to fix or work around this?

  87. Richmond Abernathy Says:

    Vista 64-bit. Not exactly the same problem but similar.

    The 32-bit install (8.0.2.23) did give the warning “This iTunes installer is intended for the 32-bit versions of Windows. It is highly recommended that you download and install the 64-bit iTunes installer instead. Continue with install?”

    It seemed to work without having the link, except iTunes didn’t launch when finishing the install, and opening it gave an error “iTunes was not properly installed. If you wish to import or burn CDs, you need to reinstall iTunes.”

    Doing a repair intall, adding the link, and doing a repair install again didn’t help.

    Downloading the 64-bit version (8.0.2.20) of iTunes gives the following when trying to install. “A later version of iTunes is already installed on this computer.”

    After removing the 32-bit version, the 64-bit is okay, but still wants to install into the x86 program files folder. Accepting the defaults, it intalls.

    But it still doesn’t launch after install. There is an error, that since the “iTunes Library.itl” is from a newer version of iTunes, it can’t be read. So iTunes won’t open.

    Nice.

    I’m sure uninstalling, removing iTunes folders, rebooting and trying it all again might work.

  88. F Sotomayor Says:

    I have all the same issues, i keep installing and removing and nothings seems to change I can’t synch my iTouch or I get error message noted in the post above. It is really frustrating to say the least. Does anyone have the solution to this issue? Is anyone with a Vista 64 bit able to use iTunes and synch with their iTouch or iPhone? if so, how did you do it?

  89. Stephen Winiarski Says:

    I have used the 64 bit quicktime 8.0.2 installer which worked fine on my Vista x64 PC , however I cannot open quicktime movies it only shows a partial Quick Time screen and no movie…anyone else having this problem or can reccomend a solution?
    Thanks

  90. Jack Says:

    I can download and install itunes 8.2 fine. but i can not navigate through it or change songs or anything of that nature. i just got my computer…brand new out of the box yesterday and it won’t work. any help would be huge.

  91. mike Says:

    Hi Nick,
    I have tried to use the syntax as you have listed it but I keep getting an error message that says
    the syntax of the command is incorrect. I think maybe it is because there is one missing part of the command: The Link name. Below is the syntax I typed in but there is no link name listed. So what do I need to type between the /d and the target path? Thanks for your help!!

    C:\Program Files>help mklink
    Creates a symbolic link.

    MKLINK [[/D] | [/H] | [/J]] Link Target

    /D Creates a directory symbolic link. Default is a file
    symbolic link.
    /H Creates a hard link instead of a symbolic link.
    /J Creates a Directory Junction.
    Link specifies the new symbolic link name.
    Target specifies the path (relative or absolute) that the new link
    refers to.

    C:\Program Files>mklink /d c:\program files\quicktime c:\program files (x86)\qui
    cktime

    C:\Program Files>

  92. anon Says:

    @mike Make sure you include the quotes (“) around the paths “C:\Program Files\QuickTime” and “C:\Program Files (x86)\QuickTime” or the command will not be interpreted correctly.

  93. BugButcher Says:

    Has anyone tried to get iTunes 8.2.x working with Windows 7 (RC Build 7100) 64-bit?

    I have tried several times to install using instructions above, but everytime I check Task Manager, iTunes shows up running in 32-bit mode and does not write to the iShuffle connected to the system.

    My downfall may have been first installing 32-bit iTunes when I first built the machine a few months back.

    So far, I have…
    - removed all Apple programs, deleted directories and delete registry entries,
    - created the symbolic link,
    - ran the iTunes64Setup.exe (QuickTime installer indicated it was installing 64-bit version),
    - changed default iTunes directory from “Program Files (x86)\iTunes” to “Program Files\iTunes”,
    - cursed the boys and girls at Apple,
    - repeated above procedures after removing all Apple programs, deleting directories, deleting registry entries,
    - cursed the boys and girls at Apple…

    Any thoughts would be appreciated.

    Thanks -

  94. ANewland71 Says:

    It seems like I can’t even get this to install properly, because every time I try to start Quicktime Player, I get the “QuickTime Player has stopped working” message. I’ve tried everything I can think of, with no solutions. Anyone have any thoughts, please? I really want to get my touch running, so I can sync music and vids.

    Thanks

  95. Ton Says:

    Would this at last be the place where i might get an sollution to the following ITunes problem????
    I’ve installed ITunes on my Windows Home Server SP2 wich is connected to a router (Linksys WRT610N)All computers (3-XP32&Vista32+64) and server have the same networkgroup and are recognised in vista network-centre. The server is only used as storage and no speakers are attached, and ITunes is set to “share in my network”
    My Pentium 4, 2.6Ghz XP Pro 32bit pc and the Pentium 4, 2.6Ghz Vista Home Premium 32bit are set to “search for shared libraries” and do find these so the stored music can be played on those two pc’s.
    So far so good you might think but alas here is the problem:
    The thirth PC is a Pentium Core 2Duo E6400 2.13Ghz with Windows Home Premium 64bit (and ITunes 64bit)also set to search for shared libraries and nothing-nada is found.
    Anybody there who can help me out, i would be truly greatfull.
    Chears

  96. Ton Says:

    Nick,

    For months you struggle with a problem and at last you ask for help.
    And then after uncountable tries you find the sollution.
    I found that my problem was within the firewall settings.
    So if possible you can remove my request for help.
    Greetings Ton from Holland

  97. Ali Pressgrove Says:

    Hello, I’m having an issue with i-Tunes. It won’t open up because it said it was not there or something like that. Now, when I try to install it again it says I can’t because I am not the administrator? I do not have the privilege? Please help!
    -Ali

  98. Vespeurbs Says:

    Could you help me.I use itunes for vista 64 bit ,when i add songs or folder to itunes’s library.If i don’t close Itunes ,the songs and applications still in the library. But When i close iTunes,shut down my laptop,the next time i open iTunes,the library is empty ,there’s no songs,no appication,seems like a brand new iTunes,then i have to add all songs again.
    Everytimes I close iTunes,then reopen ,I have to re-add once again.I don’t know what happens

  99. uhhhh Says:

    I want Quicktime so I can view the previews. I installed the 64 bit version and it STILL tells me I need to a new Quicktime?

  100. brad coates Says:

    hi nick, ive installed itunes on my computer whitch is windows vista 64 bit and i am getting ( the file “itunes library. itl” cannot be read because it was created by a newer version of itunes ) comming up so i cant get any music or even get into itunes. i downloaded itunes 8.0 could u please help. thanks

  101. Christina Says:

    Hi,
    I tried your Command Prompt solution and also downloading itunes from Explorer 64-bit, but it still doesn’t work for me.

    I tried installing itunes. It says that the file is going to be installed in C:/Program Files (x86)/iTunes/ but halfway through the installation, it stops and gives me an error message:
    An error occurred during the installation of assembly ‘Microsoft.VC80.CRT, version=”8.0.50727.4053”,type=”win32”,publicKeyToken=”1fc8b3b9a1e18e3b”,process or Architecture=”x86”. Please refer to Help and Support for more information. HRESULT: 0×80070424

    Can you please help me? I’m starting to get really frustrated. I’ve downloaded and uninstalled and tried the Command Prompt solution mulitple times but it still doesn’t work. Please get back to me as soon as possible.

    Thank you.

  102. lucy Says:

    im not very good with computers-ive just bought a 64bit laptop transferred itunes songs to new laptop, when i open itunes it say it wasnt installed properly, i have re installed it many times doesnt change. thats not my problem though, it recognises an ipod on the computer but not on itunes and tells me to disconnect then reconnect. have done this to no avail
    thankyou
    lucy

  103. klod Says:

    i am the computer administrator but i cant install itunes because it says im not the administrator. this sucks! what should i do?

  104. ryan Says:

    I am having a problem with Itunes, or rather, have been having problems since I installed
    Itunes on my Dell Desktop Windows Vista Home Premium 64 bit platform. I have had problems ranging from my Iphone being detected but not my ipod to receiving a time-out error when copying music or videos from my external drive/Desktop to my iphone. I have uninstalled and reinstalled several times, but the inconsistency continues to exist.

    If you have any advice or solutions, I would be most appreciative.

    Thank you for your time.

    Ryan

  105. ryan Says:

    Hello again…

    Also, to answer possible questions relating to the itunes I installed…
    yes I installed the Itunes 64 bit version on my 64 bit OS

  106. christian Says:

    can u pliz gave the page of iTunes (7.0.2) so i can get it easy pliz

  107. Fred Says:

    I have tried to install Itunes on 32 bit vista with no success ” Itunes was not installed correctly, Please reinstall error 7″ does anyone have a fix for this?

    Thanks

  108. Rome Says:

    Hi Good day;

    my name is Rome, I have had installed itunes on my windows vista home basic 32 bit, and i didnt have problems installing it at first but i installed the ADvanced pc twaeker software which clean up pc and delete unwanted stuff down there then one day, i opened my itunes then i got a message saying “itunes could not find the cd or dvd ……” something like that, so i thought uninstalling it and reinstalling would help but when i re install it, the computer prompted to restart the computer after installing but when i opened it, it says “pls wait while windows configure itunes” then in a while it says “preparing to install” but when i try to open it, still thesame process again and again, its not opening anything. Pls help, pls

    Rome

  109. Alison Mendenhall Says:

    I don’t know if this applies to my problem or not. I run my laptop at the school where I work and we have a proxy server. After I upgraded to itunes 9, itunes no longer brought up the “connect to” box so that I can connect itunes to the internet, so I can no longer use the itunes store on my laptop. I can’t find any settings for how to make sure to connect to the internet, so I really don’t know what to do now. I didn’t know if I should try the advice above or if this did not apply. Any help would be great.

  110. elimar Says:

    For those trying to use or install Itunes 8.2 on Windows 7, please
    1. unistall firt quicktime or any other apple application in your system THEN INSTALL ITUNES 8.2
    2. download itunes 8.2 with the new Internet Explorer 64 bit

    I spent so much time trying to make it work, and someone posted a solution here which I tryed and worked now, I have an unlocked iphone and I needed to install this itunes 8.2 software otherwise if I use the new itunes software i can mess up my Iphone,

    GOOD LUCK!

  111. Jonny Says:

    Hello Nick,

    I have Windows Vista Home Premium 64 bit and have just tried your suggestion but it failed. I uninstalled an older version of iTunes, downloaded 8.2, then installed 8.2 as normal, but when I try to open the program I get the message “The file ‘iTunes Library.itl’ cannot be read because it was created by a newer version of iTunes”. Any other ideas please?

  112. Jonny Says:

    I may have just solved my accessing iTunes problem in Vista 64bit as recently posted.
    I tried the suggestion on this wiki link below and I’ve now got into iTunes. Hooray. I’m checking to see if the actual program works or if I have administrator rights issues that some people have experienced.

    http://wiki.answers.com/Q/How_do_I_fix_this_issue._ITunes_Library.itl_cannot_be_read_because_it_was_created_by_a_newer_version_of_iTunes

  113. Amberlynn Says:

    I have windows vista 64 bit, I downloaded the new itunes for 64bit and it will not let me import my CDs. It actually rips a minute of one song, and then it says not avaliable for the others. Please help if anyone knows what is wrong.

  114. Sean Says:

    I have tried to install the latest version of iTunes so I can get my new iTouch working. I am running Vista in 64 bit. It starts to install then I get the following message:

    Could not Open Key
    UNKNOWN\COMPONENTS\DA42BC89BF25F5BD0AF18C3B9B1AEE8 13F552355DF871F046A8F8628412056EF,
    Verify that you have sufficient access to that key, or contact your support personnel

    It is on my Laptop so I guess I am the support personnel. Any help would be great.

    Thanks
    Sean

  115. george Says:

    I tried to download iTunes 9, Vista, it gets to the install cycle and I get the following error:
    An error occurred during the installation of assembly”Microsoft.VC80.CRT, version=”8.0.50727.4053”, type=”win32” publicKey Token=”1fc8b3b9a1c8e3b”, process or Architecture = “x86”. Please refer to Help and Support for more information. HRESULT: 0x8007054F.

    I would appreciate ANY novice oriented advice on how to correct…many thanks