Re: [WiX-users] bug in Light

2010-04-19 Thread Mike Rerick
Thanks Dave. I don't know why I didn't see that. I looked at it several times. On Mon, Apr 19, 2010 at 1:28 PM, Dave Brotherstone wrote: > On Mon, Apr 19, 2010 at 9:48 PM, Mike Rerick wrote: > > > > > Is there a work-around I can do to get this installer to build? > > > > [exec] light.exe

Re: [WiX-users] bug in Light

2010-04-19 Thread Dave Brotherstone
On Mon, Apr 19, 2010 at 9:48 PM, Mike Rerick 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' > Height="60

[WiX-users] bug in Light

2010-04-19 Thread Mike Rerick
I am attempting to build an installer with a couple of modified standard screens in the FeatureTree UI: CustomizeDlg and WelcomeDlg. I copied the FeatureTree UI wxs file and modified it. The CustomizeDlg screen builds without any problems. I get an error on the WelcomeDlg - see below. I run the com