RM Maths / Chosing installation path when no option is given (W7x86)
We're in a bit of a pickle at the Primary I work at. We're working on a move from WinXP to Win7 and there's a big of a snag with the RM Maths software. In short, we want to have programs installed on local machines, wherever possible. We don't have the disks anymore, just a network share with (what I presume to be) the disks contents on.
Problem is, the setup installs into [wherever it is located, back 1 level, \Maths]
So if the setup is \\T-100\RM Maths\Setup\SETUP.EXE the software would automatically be installed to \\T-100\RM Maths\Maths. Obviously, this is no good. However, the installer doesn't offer any form of alternate install location, else I'd grit my teeth and manually install it on every machine, typing C:\Program Files\RM Maths\ or such into a box every time. (I'd likely do this in a batch file that copies the location to clipboard, then opens the installer.. Aaaanyway!)
My Google-fu fails me, and the only thing I've really found is appending INSTALLDIR=Path into the SETUP.INI, but that hasn't worked. Either I'm doing it wrong, or it's just ignoring it.
Help?! :(