HOWTO: Installing iTunes 7.4/7.4.1 on Windows Vista Ultimate 64-bit

Files needed:

  1. iTunes 7.4.1 installer (http://www.apple.com/itunes/download)
  2. iTunes 7.3.2 installer (http://filehippo.com/download_itunes/?3005)
  3. GEAR Software 64-bit Driver (ftp://downloads.gearsoftware.com/updates/windows/drivers/Driver_Installer_AMD64_EM64T.exe)

After you have the above software downloaded, follow these steps:

Step 1 – Uninstall iTunes 7.4/7.4.1 if you have it installed already (if not, skip to step 2).

Step 2 – Install iTunes 7.3.2.

Step 3 – Using Windows Explorer, copy the folder C:\Program Files (x86)\iTunes\CD Configuration to your desktop (or anywhere you’d like – just make a backup copy).

Step 4 – Uninstall iTunes 7.3.2.

Step 5 – Install iTunes 7.4/7.4.1.

Step 6 – Install GEAR Software Driver (link above).

Step 7 – Copy the backup of the CD Configuration folder back to the iTunes directory (C:\Program Files (x86)\iTunes).

You’re done!  Launch iTunes and you’re good to go again until something breaks in the next update.

Robocopy – Microsoft's Little Gem

One of the things that has been hugely frustrating about my move to Vista is that the backup tool is “dumbed down”.  It only copies files it wants to copy and it requires that you backup C: whether you want to or not.  All I wanted to do was schedule a daily backup from my data drive D: to my archive drive V: – I want any type of file copied…just a basic mirror type copy.  Apparently this is impossible in the standard windows backup application. 
Enter Robocopy – a small command-line utility from Microsoft (included in Vista) that does exactly this.  Robocopy can take a source and destination and perform a mirror copy without a problem – and since it’s a command-line application, you can schedule it to run whenever you’d like.  It has tons of options to exclude certain files/directories based on name, attribute, date, etc – but the basic command to do a mirror copy is just this:
robocopy d:\ v:\ /MIR
Nifty huh?

Robocopy – Microsoft’s Little Gem

One of the things that has been hugely frustrating about my move to Vista is that the backup tool is “dumbed down”.  It only copies files it wants to copy and it requires that you backup C: whether you want to or not.  All I wanted to do was schedule a daily backup from my data drive D: to my archive drive V: – I want any type of file copied…just a basic mirror type copy.  Apparently this is impossible in the standard windows backup application. 

Enter Robocopy – a small command-line utility from Microsoft (included in Vista) that does exactly this.  Robocopy can take a source and destination and perform a mirror copy without a problem – and since it’s a command-line application, you can schedule it to run whenever you’d like.  It has tons of options to exclude certain files/directories based on name, attribute, date, etc – but the basic command to do a mirror copy is just this:

robocopy d:\ v:\ /MIR

Nifty huh?