Showing posts with label iTunes. Show all posts
Showing posts with label iTunes. Show all posts

Saturday, January 04, 2014

iTunes64.msi Missing During Install/Upgrade of iTunes

I've bumped up against this one a couple of times but being as I don't update iTunes often I had forgotten the fix.  To help you out and of course so I can reference this later here's the fast way to get around this that actually works.

1. Download iTunes64setup.exe from Apple.
2. Extract the exe using a program such as WinRAR.
3. Run the installer.  Once it stops and asks where iTunes64.msi is simply point it there and the install will continue and complete.

Now one more thing...

I have seen even this not work.  If that's the case simply run the new iTunes64.msi from inside the folder you extracted and it will bypass the need to look for itself and will install over and upgrade your existing iTunes install with no loss of information.

Hope this helps out.  It sure saves a lot of time messing with Microsoft Fix-it (doesn't work) or doing registry edits (doesn't work).

Saturday, November 10, 2012

Moving All iTunes Information to a New Computer

This morning I decided that since my PC has not had a fresh OS load in almost 3 years and that I recently added in a super fast SSD drive that I would take the time today to do a reload of Windows 7 x64 and all applications.

One of my biggest concerns was losing my family's iPhone, iPad, and iPod syncs.  After doing a lot of research on the web about this I didn't really find any articles that addressed moving EVERYTHING!  I know how to move the music, movies, etc.  I know how to copy the database.  What I wanted to know was how to move everything so my phone and other ijunk will still sync properly.

So I did my own homework on it, tested a few things, and now I have step-by-step instructions here on how to do this.

First I identified the four folders in which iTunes stores everything and can add up to multiple gigabytes of data:

  • C:\Users\Username\AppData\Local\Apple Computer\iTunes
  • C:\Users\Username\AppData\Roaming\Apple Computer\MobileSync\Backup
  • C:\Users\Username\AppData\Roaming\Apple Computer\iTunes
  • C:\Users\Username\Music\iTunes (this may be different if you moved your media folder)

Note:  On your system username would be replaced by the username logged on.

 Here's the new folder structure I will be using after the system is reloaded:  **Note I am not moving the location of C:\Users\Username\AppData\Local\Apple Computer\iTunes.  This folder is not that large but does contain some important XML data.

  • E:\Backup\MobileSync\Backup to relocate C:\Users\Username\AppData\Roaming\Apple Computer\MobileSync\Backup
  • E:\Data\iTunes to relocate C:\Users\Username\AppData\Roaming\Apple Computer\iTunes
  • E:\Data\iTunes to relocate C:\Users\Username\Music\iTunes
The last item of business is to put a pointer in place so that iTunes can find the data where I have moved it to without issue.  This is done by making a link to the new locations from the old.  Below are the commands to run that will accomplish this:



1. C:\mklink /J "C:\Users\Username\AppData\Roaming\Apple Computer\MobileSync\Backup" "E:\Backup\MobileSync\Backup"
2: C:\mklink /J "C:\Users\Username\AppData\Roaming\Apple Computer\iTunes" "E:\Data\iTunes"
3. C:\mklink /J "C:\Users\Username\Music\iTunes" "E:\Data\iTunes"


What this does is allow these files to grow considerably larger, not be on my SSD, and iTunes is none the wiser.  By creating the links the whole move is transparent to iTunes as the application thinks it is accessing data on C: drive.

I hope this helps you to move your iTunes library and even relocate it to a larger drive if necessary.  Good luck!