Responses in line below

Also want to mention that I am now building these modifications into a
wixlib, though I got the same errors when it was all part of the installer
build.

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

Hmm...

Just to double-check:

 Copied the Fragment contents of WixUI_Advanced.wxs to be local to 
my installer project.   Saved in separate wxs file 

2.       Renamed the UI, made the modifications I needed 
  --->* Did you change the Id on the UI element?*
        Yes, changed to <UI Id="UI_Custom"> ... </UI>

3.       Copied the InstallScopeDlg.wxs to my local project. 

a.       Renamed the dialog 
* ---> Did you also rename the Id on the Dialog element?*
        Yes, To avoid conflicts Dialog Id was changed to InstallScopeDialog

b.      Made local logic changes 

4.       Local UI compiled with Candle, not including -ext WixUIExtension 

5.       Local InstallScope dialog compiled with Candle 

6.       My install script compiled with Candle 

7.       All wixobjs linked with light -ext WixUIExtension 

a.       This is where I consistently get multiple duplicate symbol errors? 




--
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-tp7597759p7597769.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

Reply via email to