Zune-Online.com - User Forum
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 21, 2009, 02:53:18 am


Login with username, password and session length


Pages: [1] 2 3 ... 6   Go Down
  Print  
Author Topic: Zune on Windows XP 64 bit Pro (solved)  (Read 42624 times)
0 Members and 4 Guests are viewing this topic.
Kostas
Zune-Online.com
Administrator
Hero Zuner
*****
Offline Offline

Posts: 1207



View Profile WWW
« on: November 25, 2006, 11:54:28 pm »

    * Install the x64 Windows Media Player 11 (looks like Zune is basically a skinned version of WMP11). You need a genuine version of Win 64 to install WMP 11 (install it from Microsoft here: http://tinyurl.com/tcvck ).
    * Install the zune software on a 32bit machine, go to c:\Program Files\Zune and get the Zune.inf driver file. Zune doesn't seem to actually have a binary driver, but instead customizes the one that comes with WMP11.
    * Copy the zune.inf file and make the following changes:

    Replace:

    [Manufacturer]

    %MfgName%=Microsoft,NTx86

    [Microsoft.NTx86]

    %Zune.DeviceDesc%=ZuneMTP, USB\MS_COMP_MTPZ

    With this:

    [Manufacturer]

    %MfgName%=Microsoft,NTAMD64

    [Microsoft.NTAMD64]

    %Zune.DeviceDesc%=ZuneMTP, USB\MS_COMP_MTPZ

    * Then you plug in your Zune, point the driver to the zune.inf file (you don't need any other files). It will complain about the driver not being signed because you messed with the inf file. Or you can just right click the file and select "install".
    * xcopy the c:\Program Files\Zune directory from your x86 machine to the your c:\Program files (x86)\Zune dir on your 64 bit OS.
    * regsrv all the DLLs in that directory. Press win+r, write: cmd, [press enter]. In the command prompt that appears write:

    cd "\Program Files (x86)\Zune"  (with the " at both ends)  [press enter]

    for %f in (*.dll) do regsvr32 %f    [press enter]

    About 25 dialog boxes will come up, press OK to all of them (some will be errors, but that's ok)

    * Open windows explorer (win+e), go to c:\Program Files (x86)\Zune . Right click on Zune.exe and Send To -> Desktop (create shortcut).
    * Run Zune! It will complain a bit the first time, but you should be able to sync and rip now.

Zune Software on Windows XP 64 Professional Screenshot (click on the image for 1024x768 version):

Zune Software on Windows XP 64 bit Professional

Thank you Kristof for the hack.
« Last Edit: November 28, 2006, 08:59:53 pm by Kostas » Logged

-- Zune-Online.com Share your Zune experience!
edebon
Newbie Zuner
*
Offline Offline

Posts: 1


View Profile
« Reply #1 on: November 26, 2006, 08:28:17 pm »

I get to this step...

    * regsrv all the DLLs in that directory. Press win+r, write cmd, write:

    cd "\Program Files (x86)\Zune"   [press enter]

    for %f in (*.dll) do regsvr32 %f    [press enter]

    About 25 dialog boxes will come up, press OK to all of them (some will be errors, but that's ok)

...and it says Windows cannot find cd, or stuff like that.  I tried everything and I can't figure it out.  Help?




« Last Edit: November 26, 2006, 08:34:08 pm by edebon » Logged
Kostas
Zune-Online.com
Administrator
Hero Zuner
*****
Offline Offline

Posts: 1207



View Profile WWW
« Reply #2 on: November 26, 2006, 10:24:33 pm »

Maybe I wasn't clear enough:
You press win+r, then you write: cmd .Then press enter. when the command prompt appears you do the following.
Logged

-- Zune-Online.com Share your Zune experience!
perry753
Newbie Zuner
*
Offline Offline

Posts: 2


View Profile
« Reply #3 on: November 28, 2006, 08:04:26 am »

Hi,

When I plug in my Zune to my computer and specify where the driver files are, I get an error. I have modified the zune.inf file and have placed it in C:\zune.

Here is a screenshot of the error: http://teenlinux.org/files/zune.JPG

Thanks,
Perry
Logged
APOLAUF
Newbie Zuner
*
Offline Offline

Posts: 2


View Profile
« Reply #4 on: November 28, 2006, 10:47:55 am »

I have modified the Zune.inf file from my Tablet PC as stated, with the exception of USBMS_COMP_MTPZ, which I believe to be a typo, unless I'm wrong? Shouldn't it still be USB\MS? If it isn't, I get an error that the .inf file isn't compatible with my hardware. Regardless, if I try this with the aforementioned .inf file, I get an "Error (10). The device cannot start." If I cancel this, I just get another drive request, as I'm assuming that the Zune tries to re-establish its USB state/connection aggressively to prevent failed connection attempts. Any clues?
Logged
MistaNeat
Newbie Zuner
*
Offline Offline

Posts: 1


View Profile
« Reply #5 on: November 28, 2006, 07:55:01 pm »

Nice work finding that typo APOLAUF...I changed that and it is now working for me.

I plug in the zune and manually point it to the modified zune.inf file.

This is the modified code I'm using:
Code:
[Manufacturer]
%MfgName%=Microsoft,NTamd64

[Microsoft.NTamd64]
%Zune.DeviceDesc%=ZuneMTP, USB\MS_COMP_MTPZ

Thanks
Logged
Kostas
Zune-Online.com
Administrator
Hero Zuner
*****
Offline Offline

Posts: 1207



View Profile WWW
« Reply #6 on: November 28, 2006, 08:59:26 pm »

Thank you very much APOLAUF for pointing this. I will change it immediately on the forum and on the website also.
« Last Edit: November 28, 2006, 09:10:20 pm by Kostas » Logged

-- Zune-Online.com Share your Zune experience!
APOLAUF
Newbie Zuner
*
Offline Offline

Posts: 2


View Profile
« Reply #7 on: November 28, 2006, 09:06:30 pm »

Glad to help if I can. Smiley Unfortunately, my device is still inoperative on my x64 workstation. Sad Maybe a restart is warranted.
Logged
perry753
Newbie Zuner
*
Offline Offline

Posts: 2


View Profile
« Reply #8 on: November 29, 2006, 03:24:18 am »

Thank you!!  Grin
Logged
pboyd04
Newbie Zuner
*
Offline Offline

Posts: 1


View Profile
« Reply #9 on: December 11, 2006, 12:55:41 am »

FYI this also works for Vista x64 (you just need to run Zune.exe in XP compatibility mode)
Logged
Kostas
Zune-Online.com
Administrator
Hero Zuner
*****
Offline Offline

Posts: 1207



View Profile WWW
« Reply #10 on: December 11, 2006, 01:01:25 am »

Another visitor had tried this, check his comment here:
http://www.zune-online.com/news/zune/zune-on-windows-xp-pro-64-bit.html

But a verification is always welcomed!
Logged

-- Zune-Online.com Share your Zune experience!
prtsmgr
Newbie Zuner
*
Offline Offline

Posts: 8


View Profile
« Reply #11 on: December 24, 2006, 09:23:56 pm »

Thank you Kostas

I followed your guide with the exception of modifying the inf file

This is how my inf file looked without any modification and it works great!

[Manufacturer]
%MfgName%=Microsoft,NTx86,NTamd64

[Microsoft.NTx86]
%Zune.DeviceDesc%=ZuneMTP, USB\MS_COMP_MTPZ
%Zune.DeviceDesc%=ZuneMTP, USB\VID_045E&PID_0710

[Microsoft.NTamd64]
%Zune.DeviceDesc%=ZuneMTP, USB\MS_COMP_MTPZ
%Zune.DeviceDesc%=ZuneMTP, USB\VID_045E&PID_0710
Logged
Kostas
Zune-Online.com
Administrator
Hero Zuner
*****
Offline Offline

Posts: 1207



View Profile WWW
« Reply #12 on: December 24, 2006, 09:30:23 pm »

It is possible just to add functionality to the driver for x64 then.

Have you tried doing this with the new v1.2 software ?
Logged

-- Zune-Online.com Share your Zune experience!
prtsmgr
Newbie Zuner
*
Offline Offline

Posts: 8


View Profile
« Reply #13 on: December 24, 2006, 09:49:29 pm »

Yes it's the newest software, I downloaded it this AM

Cheers  Smiley
Logged
FastJohnny26
Newbie Zuner
*
Offline Offline

Posts: 1


View Profile
« Reply #14 on: January 04, 2007, 08:38:22 pm »

I tried searching the forum for a solution, but was unable to come up with anything.  I followed the direction so load the Zune Software onto WinXP64 it's letting me sync music for the most part but when I try to sync videos all I get are errors...

Any ideas? Huh
Logged
Pages: [1] 2 3 ... 6   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC


© 2006-2007 Zune-Online.com
Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM

ZuneList.com - The Best Sites about Zune Top Zune Sites Microsoft Zune Player Top Site List Zune MAX Top Zune Fans Add to Technorati Favorites