Well, I do have the same problem, specially when it comes to votive.

The files must be duplicate, to be used in two projects, linking to files in 
another project is not possible.
That leads to much redundant code and a big overhead for maintaining that.

In our Solution we have a client and a server installation, which both use the 
same service and files. The features are already split off to mergemodules to 
remove as much redundant code as possible, I'm also going to remove the common 
parts of the gui to a wixlib but the rest stays for own files in both projects.

Oliver

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett
Sent: Donnerstag, 13. September 2007 09:22
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Generate multiple MSIs from a single wxs source?

I think you'd better off using Fragments and using *Ref elements.

Rob

Jared Hughes wrote:
> My group is producing two products: a Runtime and an SDK. Since there is a
> lot of similarity between the two products (a lot of the same files, reg
> keys, shortcuts, custom actions, etc) there is a push to get everything
> unified into a single file that should, in theory, be easy to maintain. Is
> it possible to do this? I've tried moving a lot of the common components
> into a separate file which is then included with an <?include?> statement,
> but I get error messages about duplicate symbols for, say, my program files
> directory or my TARGETDIR directory. Am I overlooking something
> straightforward here or would it be best to maintain separate files for the
> Runtime and the SDK?
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to