Fool install programs into thinking my system drive is c:\

I'm having problems installing applications that use varients of the windows installer. The problem is that I have no c:\ partition on my system drive. Drives are set up as follows: A:\ (floppy) F:\ (physical disk) (XP installed on this) G:\ (physical disk) H:\ {CD-RW/DVD drive) Most installer programs are no probl ...

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar14.webp

302 Posts
Location -
Joined 2001-12-18
I'm having problems installing applications that use varients of the windows installer. The problem is that I have no c:\ partition on my system drive. Drives are set up as follows:
 
A:\ (floppy)
F:\ (physical disk) [pri master, NTFS] (XP installed on this)
G:\ (physical disk) [pri slave, Dynamic NTFS]
H:\ {CD-RW/DVD drive) [sec master]
 
Most installer programs are no problem and just accept that the machine doesn't have a C:\ partition, but as mentioned some programs that use the windows installer (eg Far cry, Nvidia detonators) refuse to install. To get round this atm I either extract the files manaually where possible or install the program on another PC and copy it across over the network.
 
Is is not possible to fool the install program into thinking f:\ is c:\ ? Or disabling the check for the drive label?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar28.webp

530 Posts
Location -
Joined 2001-10-09
You could rename one of your disks G: into C: in disk management.
Create a mem drive or an virtual drive.
 
Try this
 
Create a directory called "c" (for example) on your G: drive
Open a command prompt
type "subst c: g:\c"
 
open my computer and you should see a c:
 
I don't know if it will work to fool the programs.
 
Good luck