Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-06 Thread Nik T
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 fo

Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
Another question: If I do something like the following: 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

Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
ates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message----- From: Nik T [mailto:nicho...@nikom.net] Sent: Wednesday, November 5, 2014 3:06 PM To: 'General discussion about the WiX toolset.' Subject: Re: [WiX-users] FW: Correct method for modifying a

Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
I am currently trying a solution of bringing all the dialogs from the source I need into my wixlib, and not linking against WixUIExtension. Pretty close, but I need to figure out how to get a hold of uica.dll (without having to build the entire wix source tree) that is pulled in from Common_Platfo

Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
Well, last night I thought for sure it has to be a rogue UIRef somewhere in my script, but as of yet I have not been able to find one. -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?

2014-11-05 Thread Nik T
Also, I have used both v3.8 and v3.9 while trying to resolve this. -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? H

Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
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

Re: [WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
Forgot to mention that, but yes. -Original Message- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Wednesday, November 5, 2014 2:55 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] FW: Correct method for modifying a built-in UI? Did you update your UIRef element t

[WiX-users] FW: Correct method for modifying a built-in UI?

2014-11-05 Thread Nik T
I am trying to alter one of the built in UI's, WixUI_Advanced, and running into issues with Duplicate symbols. What I have done: 1. 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 modi