drsbmac said:
Has anyone else had this problem, or something similar?
Yes, I see the same behavior where nothing happens when I try to run the Parallels Tools install under the VM menu. When I click on the "Install Parallels Tools..." menu item, the menu item text changes to "Cancel Parallels Tools installation" but the actual install never runs.
This is happening with build 1970 of Parallels Desktop for Mac on a Mac Pro with 4 gb of ram.
There may be an easier way to do this but here's what I did to manually get the Parallels Tools install to run on my machine:
1. Before launching Parallels, double click on /Library/Parallels/Tools/vstools.iso to get PRLTOOLS to mount on the OS X desktop.
2. Launch Parallels. Before starting the VM, click on Edit and added a shared folder with the path of /Volumes/PRLTOOLS to the shared folders list with the name of Tools.
3. Start the Windows virtual machine.
4. After Windows starts, create a pt subdirectory off of the root of the c drive ( i.e. c:\pt )
5. Open the Tools folder under the Parallels Shared Folders on the desktop and copy the entire contents to c:\pt.
6. Next open a command prompt and run the subst command to make Windows have "d:" point to c:\pt, change directories to the root of the d drive and then run ptstart. Like this:
C:\> subst d: c:\pt
C:\> d:
D:\> ptstart
The reason I ran the subst command was because if I didn't have the d: substitution in place, when I ran ptstart from c:\pt directory, the install would not run. It did, though, create a ptstart.wlg file with this text in it:
01/11/2006 21:39:14.645 | Unrecoverable error 2. String D:\PrlTools.exe; code = 2
So I figured the install must be looking for a d drive which I didn't have which is when I tried the subst trick.
Hope this helps!