Re: [WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code

2013-11-01 Thread ecyoung
Icon="Foobar10.exe" > IconIndex="0" Advertise="yes" /> > > > > >Source='Helper.dll' KeyPath='yes' /> > > > Guid='591A567E-2FF7-4CC1-8D0E-2DFB94F8A23A'> >Source='Manual.pdf' KeyPath='yes'> > Name

Re: [WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code

2013-11-01 Thread Kelli Hendrickson
toolset. Subject: Re: [WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code I'm sorry if I was not clear. I have not duplicated anything from the sources. I am compiling and liking the tutorial from the website in the original post. The .wxs file is below: The compile command: candl

Re: [WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code

2013-11-01 Thread Kelli Hendrickson
Message- From: ecyo...@grandecom.net Sent: Friday, November 01, 2013 9:47 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code Use Programs and Features to Uninstall Wix, then move your project out of your Dev directory. Second, Dele

Re: [WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code

2013-11-01 Thread ecyoung
Use Programs and Features to Uninstall Wix, then move your project out of your Dev directory. Second, Delete your Dev Directory, then redownload Wix37.exe and Wix37-sources.zip. Unzip the sources back into your Dev Directory. After this open your Gui source Files in your project, and Ren

[WiX-users] Duplicate Symbols for WixUI on WiX Tutorial code

2013-11-01 Thread Kelli Hendrickson
Hello, I think I have broken my WiX installation and have not been able to recover from it. I am using WiX 3.7 from command prompt on a 64-bit Windows 7 laptop. When initially working on the tutorial for WiX (http://wix.tramontana.co.hu/tutorial/user-interface/ui-wizardry), I was able to su

Re: [WiX-users] Duplicate symbols

2010-01-22 Thread Florian Schricker
Hello! On Fri, Jan 22, 2010 at 10:44 AM, Rob Mensching wrote: > Also, make sure you're not sending the same .wixlib into the linker twice > (or more!). That'll duplicate tons of things right away. Oh well I guess I handled the VS08 projects in a wrong way... I figured I had the setup project of

Re: [WiX-users] Duplicate symbols

2010-01-22 Thread Rob Mensching
The linker should be providing you a very specific error message pointing at the line of code that is duplicated. Can you provide that? Also, make sure you're not sending the same .wixlib into the linker twice (or more!). That'll duplicate tons of things right away. On Fri, Jan 22, 2010 at 1:23

[WiX-users] Duplicate symbols

2010-01-22 Thread Florian Schricker
Hello list! I'm having issues while evaluating WiX for our solutions. (I've asked before about merge modules but I completely scrapped those.) Setup: - using Visual Studio 08 (VS08) - WiX3 installed incl. VS08 support C# Solution containing - BaseLib - FirstLib (referencing BaseLib) - Sec

Re: [WiX-users] Duplicate symbols when using SetDirectory and SetProperty

2008-09-18 Thread David Robinson
by design (limitation). > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robinson, > David > Sent: Thursday, August 28, 2008 07:16 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Duplicate symbols when using SetDirectory and >

Re: [WiX-users] Duplicate symbols when using SetDirectory and SetProperty

2008-08-29 Thread Rob Mensching
David Sent: Thursday, August 28, 2008 07:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Duplicate symbols when using SetDirectory and SetProperty I have an install which needs to drop files into a products plugin folder. Unfortunately, the vendor decided to change the registry key under

[WiX-users] Duplicate symbols when using SetDirectory and SetProperty

2008-08-28 Thread Robinson, David
I have an install which needs to drop files into a products plugin folder. Unfortunately, the vendor decided to change the registry key under which the install location is found when they released a service pack. I would like to use SetDirectory with conditions rather than explicitly code the Typ

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