I'm having trouble installing a *.msi file created under Microsoft Visual Studio.Net 2005 on a Windows 7 machine. The problem occurs when I attempt to provide a directory for installation, but the installation wizard always defaults to the C: root folder. I can always move the created files and folders from the *.msi wizard to a directory of my choosing and run the toolsuccessfully. But, I'm confused has to why the *.msi wizard always defaults to the C: root.
I have tried running the *.msi file in administrative mode using the various published methods but none of those methods are made available, in fact they are all disabled. I.e. right click the *.msi file has a disabled "Run as Administrator" option. The properties under the *.msi file to "Run As Administrator" is also disabled. And running the *.msi file under msiexec as also provenunsuccessful.