Ok, that makes sense however, would anyone have any input on how the
WixUI_Advanced UI would be getting pulled in?  In my current script there
are only UIRefs to WixUI_Common and WixUI_ErrorProgressText.  I have read
through all the script files for the UIExtension wixlib and have not seen
any  UIRefs I could be pulling in.  My script does not include any UIRefs

I also notice that each of the built in UI sets define this property and
using a built in UI does not cause this issue.

Thanks,
Nik

-----Original Message-----
From: John Cooper [mailto:jocoo...@jackhenry.com] 
Sent: Thursday, November 6, 2014 8:16 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] FW: Correct method for modifying a built-in UI?

The property can be defined only once per link job if a duplicate symbol
error is to be avoided.  So, yes, this could be the source of your problem.
Perhaps moving the definition of WixUI_Mode into a common file and using
PropertyRef's to bring in the definition could work.  Probably would need to
use SetProperty to up date it.

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing
Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:
431050 |jocoo...@jackhenry.com



-----Original Message-----
From: Nik T [mailto:nicho...@nikom.net]
Sent: Wednesday, November 5, 2014 9:25 PM
To: 'General discussion about the WiX toolset.'
Subject: Re: [WiX-users] FW: Correct method for modifying a built-in UI?

Another question: If I do something like the following:
<UI Id="Custom">
        <Property Id="WixUI_Mode" Value="Custom" /> </UI>

I will get the following error:

: error LGHT0091 : Duplicate symbol 'Property:WixUI_Mode' found. This
typically means that an Id is duplicated. Check to make sure all your
identifiers of a given type (File, Component, Feature) are unique.
C:\src\wix39\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(62) : error
LGHT0092 : Location of symbol related to previous error.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\WiX Toolset
v3.9\bin\light.exe"' : return code '0x5c'
Stop.

Would like to know why?  Each of the built in dialog sets define this
property, so this leads me into a theory that I am somehow getting ref'd
back to WixUI_Advanced.

-----Original Message-----
From: Nick Ramirez [mailto:nickra...@hotmail.com]
Sent: Wednesday, November 5, 2014 3:50 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] FW: Correct method for modifying a built-in UI?

Not sure. Now that you've moved code into a wixlib, any UIRef elements left
hanging around still pointing to the old UI? It's probably something simple
that I'm not thinking of.





--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/FW-Correct-met
hod-for-modifying-a-built-in-UI-tp7597759p7597774.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are
intended exclusively for the individual or entity to which it is addressed.
The message, together with any attachment, may contain confidential and/or
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or
distribution is strictly prohibited. If you have received this message in
error, please immediately advise the sender by reply email and delete all
copies.


----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to