I figured out why the 195.62 drivers aren't installing on my macbook pro
I think someone fat fingered a device ID at NVIDIA on the latest dirvers.
I was trying to install the notebook drivers that others had mentioned and having the "Nvidia setup program could not locate any drivers that are compatible" problem.
Here is the fix.
Download the driver from:
http://www.nvidia.com/object/notebook_drivers.html
Double click on it, it will extract some files and then fail to install.
Open Windows Explorer and goto:
C:\NVIDIA\DisplayDriver\195.62\WinVista_Win7_64\International
Open ListDevices.txt in that directory.
Go to the NVAO.INF section (apparently AO is the apple identifier).
You'll notice this line: DEV_0647&SUBSYS_00B0106B "NVIDIA GeForce 9600M GT"
That is basically the device id for my card, except the 00B0106B should be 00B
C106B.
So change:
DEV_0647&SUBSYS_00B0106B "NVIDIA GeForce 9600M GT"
to
DEV_0647&SUBSYS_00BC106B "NVIDIA GeForce 9600M GT"
Open the "nvao.inf" in the same directory.
Use find and replace (CTRL+H) in notepad and search for:
PCI\VEN_10DE&DEV_0647&SUBSYS_00B0106B
and replace it with:
PCI\VEN_10DE&DEV_0647&SUBSYS_00BC106B
Run setup.exe.
And enjoy the new drivers!