Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Installing multiple instances


1 reply to this topic

wayner

wayner
  • Members
  • 2 posts

Posted 25 January 2002 - 21:04

I'm creating an installer for the client portion of a client/server application.  Once the client portion is installed and run, it connects to a set of our servers.  Once connected, our client/server relationship involves copying over cache files, possibly updating components of the client, etc.

The problem is that we support multiple server instances (for example, one for "production", one for "test").  To handle this, we want the user to install a separate instance of the same client on their machine (they would specify an "identifier" that must match the servers they connect to).  This is necessary in order to keep the two instances completely separate (each instance has its own directories, its own copies of the executables, etc.).

But when I try to install the 2nd instance, Windows Installer thinks I'm trying to modify or remove the first installation (because I'm using the same MSI file, with the same ProductCode).

I suppose I could distribute multiple 'versions' of the MSI file, each with a unique ProductCode - but this seems rather kludgy (and just imagine trying to document this for users).  I'd prefer to handle this more elegantly.

I was thinking I might be able to insert some custom code that dynamically generates a ProductCode based on the unique text identifer the user enters... but I haven't had any luck.

Any suggestions?  Am I on the right path?  Or is this hopeless?


ryan h

ryan h
  • Members
  • 20 posts

Posted 08 April 2002 - 20:38

ANy luck on this.  I'm attempting the same type of change, and I have been unable to find out anything on these boards.  Any help would be greatly appreciated.
Ryan H.