I know this is an old topic, but with the release of Windows 7, I'm sure more
than one person has stumbled upon this. (I know I had)
Ignore everything everyone has posted; it has nothing to do with integration
or Remote Desktop (directly). It's because you're accessing an installer from
your main PC over the Terminal Services file share. (\\tsclient) All those
virtual drives appearing in My Computer on your virtual machine are mapped to
your Windows 7 computer using that technology.
Solution:
Pick one of the three:
Copy the installation files to your virtual C hard drive first, and run the
installers for your software from the virtual C drive.
OR
Set up a (or use an existing) network share on your Windows 7 computer; that
way, you're using a standard UNC path. (e.g., if your Windows 7 computer has
an IP address of 192.168.1.100, from your virtual machine, go to
\\192.168.1.100 and open up the share you created).
OR
Supposedly you can map the TSClient drive, and the MSI Installer won't check
to see what it's actually mapped to, however, I'm not a big fan of that idea
-- the protection scheme is there for a reason.
|