I had a lot of trouble getting my new macbook pro i7 17" to work with Windows 7 x64 in Bootcamp. I especially had issues getting the video drivers to work, so I thought I would document my steps here to help others out.
The first problem is that after installation of win7 x64, when you put in the snow leopard disc, it says that it can't install the drivers. To get around this, locate the command prompt in the Accessories folder of the start menu and right click on it, selecting "run as administrator." Once you've done this, browse to your drive and run the program:
d:
cd\Bootcamp\Drivers\Apple
msiexec /i BootCamp64.msi
This should allow you to install most things that you need. The install still had some issues, so I tried downloading the newest bootcamp 3.1 drivers from http://support.apple.com/kb/dl979. This got everything working except the video.
My first attempt at getting video working was to download the newest nVidia drivers for the 330m series from their website. These drivers (version 197.16) didn't install, saying they were "unable to find any supported adapters." After poking around on the web, I was able to find some drivers to install from laptopvideo2go.com here: http://forums.laptopvideo2go.com/topic/26537-v19745-windows-7vista-64bit-nvidia-desktop/. These drivers are paired with a modified .inf file which will allow you to install drivers on machines that aren't officially supported yet, such as the core i7 macbook pro w/ nvidia 330m.
Once you've downloaded these, extract the driver to a directory on your desktop such as nvidia. Then, go into that directory and delete the file nv_disp.inf. Then, go back to the page you downloaded the drivers from and click on the "INF Modified" link, and download that file. Simply copy that file into the nvidia folder on your desktop, and run setup.
By completing these steps, I was able to get a fully functional Windows 7 x64 build working on a 2 day old MacBook Pro core i7 17" machine. I hope this helps somebody out there...
The first problem is that after installation of win7 x64, when you put in the snow leopard disc, it says that it can't install the drivers. To get around this, locate the command prompt in the Accessories folder of the start menu and right click on it, selecting "run as administrator." Once you've done this, browse to your drive and run the program:
d:
cd\Bootcamp\Drivers\Apple
msiexec /i BootCamp64.msi
This should allow you to install most things that you need. The install still had some issues, so I tried downloading the newest bootcamp 3.1 drivers from http://support.apple.com/kb/dl979. This got everything working except the video.
My first attempt at getting video working was to download the newest nVidia drivers for the 330m series from their website. These drivers (version 197.16) didn't install, saying they were "unable to find any supported adapters." After poking around on the web, I was able to find some drivers to install from laptopvideo2go.com here: http://forums.laptopvideo2go.com/topic/26537-v19745-windows-7vista-64bit-nvidia-desktop/. These drivers are paired with a modified .inf file which will allow you to install drivers on machines that aren't officially supported yet, such as the core i7 macbook pro w/ nvidia 330m.
Once you've downloaded these, extract the driver to a directory on your desktop such as nvidia. Then, go into that directory and delete the file nv_disp.inf. Then, go back to the page you downloaded the drivers from and click on the "INF Modified" link, and download that file. Simply copy that file into the nvidia folder on your desktop, and run setup.
By completing these steps, I was able to get a fully functional Windows 7 x64 build working on a 2 day old MacBook Pro core i7 17" machine. I hope this helps somebody out there...