Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-17 Thread Wilson, Brad
, Brad; wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] 'Duplicate Symbols' error, Components,and ComponentGroups What you've described below is the most common usage scenario for WiX: shared authoring is broken up into fragments which are included in various pla

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-17 Thread Derek Cicerone
CTED] Sent: Monday, July 17, 2006 3:03 AM To: Wilson, Brad; wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] 'Duplicate Symbols' error, Components,and ComponentGroups Brad, The exception you hit below is an issue I saw a few weeks back. I thought I checked in the fix

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-17 Thread Wilson, Brad
arge. It was great because we knew we could just throw everything in there and let the linker sort it out. Derek -Original Message- From: Wilson, Brad [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 7:27 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net; [EMAIL PR

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-17 Thread Derek Cicerone
sort it out. Derek -Original Message- From: Wilson, Brad [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 7:27 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] 'Duplicate Symbols' error, Components,and ComponentGroups ok i've t

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-16 Thread Wilson, Brad
y, July 13, 2006 4:58 PM To: Wilson, Brad; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] 'Duplicate Symbols' error, Components,and ComponentGroups For each of these below scenarios, if you could make small wxs files to reproduce each problem, that would greatly speed up inves

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-13 Thread Rob Mensching
] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Brad Sent: Thursday, July 13, 2006 1:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups   wix version 3.0.1828.0   When calling light against install projects t

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-13 Thread Derek Cicerone
scenario in the code to be sure.   Derek   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Brad Sent: Thursday, July 13, 2006 1:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] 'Duplicate Symbols' error, Components,and ComponentGroups

[WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-13 Thread Wilson, Brad
wix version 3.0.1828.0   When calling light against install projects there are a few situations that are causing problems for us when designing our installs.  All of these situations cause the "Duplicate Symbol found' error.   Situation 1 (this is pseudo-code):   Feature1     - ComponentR