On Mon, Apr 19, 2010 at 9:48 PM, Mike Rerick <mrer...@iwsinc.com> wrote:

>
> Is there a work-around I can do to get this installer to build?
>
>     [exec] light.exe : error LGHT0001 : Item has already been added. Key in
> dictionary: 'MyWelcomeDlg/Title'  Key being added: 'MyWelcomeDlg/Title'
>

         <Control Id="Title" Type="Text" X="135" Y="20" Width="220"

> Height="60"
>                   Transparent="yes" NoPrefix="yes"
> Text="!(loc.WelcomeDlgTitle)" />
>          <Control Id="Title" Type="Text" X="135" Y="150" Width="220"
> Height="80"
>                   Transparent="yes" NoPrefix="yes"
>                   Text="WARNING: This program is protected by copyright law
> and international treaties." />
>



You have two controls with the Id of "Title", just like the error says.
Change one of them, and it'll build.  I don't see this as a bug in light!

Cheers,
Dave.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to