WiX supports all of the things the Windows Installer supports.  Multi-instance 
is supported by the Instance element.

Also, to be precise the issues you are struggling with is whether the *Windows 
Installer* is the right engine for your installation.  The WiX toolset creates 
packages for the Windows Installer.  We have some extensions to help reach into 
areas the Windows Installer doesn't (like IIS, SQL and others) but the 
multi-instance questions are really about the Windows Installer's approach to 
them.

-----Original Message-----
From: shawny [mailto:[EMAIL PROTECTED]
Sent: Monday, September 29, 2008 07:49
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Multiple instance support




Rob Hamflett wrote:
>
> It can be done as long as the ProductCode is different for each instance,
> but why would you want to?
>
> Rob
>

I think a perfect scenario for using instances is when you have a single
product that must be installed independently for individual clients.  So
lets say I have a web project consisting of a web service.  This project
will have its own web.config, global.asax, etc.  The docs state that sharing
components among multi-instance is not supported so instead of being able to
build a single.dll and sharing it among multiple clients, I have to copy
that .dll over and over.  But I digress.

The idea is that since there are individual configs for each client, I need
to have each instance of the project running in its own web application and
I have yet to find a way to get Wix to do this.  I've read about instance
transforms, but from my understanding, wix really doesnt support multiple
instances.  I know SQL Server 2005 uses wix to manage multi-instance, but
SQL Server 2005 is only getting installed a single time and the instance
transform is making mods to the installed application.

It gets quite a bit more complicated when you have individual products (that
are mostly identical) yet are not the same single install.  Modifying and
removing individual sites with this approach seems daunting at best.  The
matter is also complicated by the fact that instances are basically nested
under the initial install inside the registry and I haven't been able to
determine the ramifications, lets say, if I remove the initial install
instance after adding additional instances.  Just feels dangerous to try to
use Wix in this manner.

I like the ability to run via GUI or script, but in this scenario, Wix is
making me nervous.



-----
Dont believe everything you think
--
View this message in context: 
http://n2.nabble.com/Multiple-instance-support-tp690623p1126014.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to