How can I force Installshield to install an app to a diff. drive than the system drive?
January 15, 2007 4:05 PM Subscribe
I'm trying to install my kid's new PC game and the idiot developers didn't allow me to change the drive I want to install it to....it'll only install to the system drive and I don't have enough space. It's regular old Installshield; surely there must be a way to get around this?
A quick google brings this up as a possibility:
Setup.exe /s /v"/qn INSTALLDIR=D:\Destination"
from http://support.installshield.com/kb/view.asp?articleid=Q105473
try running that on the command line
posted by chndrcks at 4:12 PM on January 15, 2007
Setup.exe /s /v"/qn INSTALLDIR=D:\Destination"
from http://support.installshield.com/kb/view.asp?articleid=Q105473
try running that on the command line
posted by chndrcks at 4:12 PM on January 15, 2007
Make a junction point on the system drive to a directory on a disk where you have more space.
posted by grouse at 5:20 PM on January 15, 2007
posted by grouse at 5:20 PM on January 15, 2007
Response by poster: chndrcks - good idea, but it's not MSIEXEC based, apparently, so it's not working.
grouse - no go - it's FAT32, not NTFS
posted by taumeson at 6:28 PM on January 15, 2007
grouse - no go - it's FAT32, not NTFS
posted by taumeson at 6:28 PM on January 15, 2007
You can use unshield to extract InstallShield's cab files wherever you want. It depends on how much on-the-fly configuration was going to happen whether this will really get you appreciably closer to having an installed game, though.
posted by moift at 6:46 PM on January 15, 2007
posted by moift at 6:46 PM on January 15, 2007
What I've done in these situations is install it on the C drive then figure out where all the big-ass resource files live and move them to a different drive, then poke around in the game's .ini files and and edit them to point to the new location. Oh wait, your whole problem is a lack of space to install in the first place so that won't help.
posted by HK10036 at 8:05 PM on January 15, 2007
posted by HK10036 at 8:05 PM on January 15, 2007
Are there any other system requirements that you're lacking on? What else is on the drive? How big is the drive? Do you have an additional hard drive in the machine? (sounds like it)
More details, por favor!
posted by drstein at 9:34 PM on January 15, 2007
More details, por favor!
posted by drstein at 9:34 PM on January 15, 2007
« Older How do I trick me into doing what I want me to do? | How can I get a 170 MB MPEG file on DVD without... Newer »
This thread is closed to new comments.
posted by delmoi at 4:09 PM on January 15, 2007