Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
should I comment out the WixUI_Common reference? > > > > > > On Thu, 2013-08-29 at 22:08 +, John Cooper wrote: > > >> Well, since you've got both the standard and the custom file referenced > > >> in your error messages, it looks like you&#

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
> >> Build & Install Engineer -- ESA > >> Jack Henry & Associates, Inc.(r) > >> Shawnee Mission, KS 66227 > >> Office: 913-341-3434 x791011 > >> jocoo...@jackhenry.com > >> www.jackhenry.com > >> > >> >

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread Edwin Castro
gt;> Jack Henry & Associates, Inc.(r) >> Shawnee Mission, KS 66227 >> Office: 913-341-3434 x791011 >> jocoo...@jackhenry.com >> www.jackhenry.com >> >> >> >> >> -Original Message- >> From: jo...@msli.com [mailto:jo

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
ailto:jo...@msli.com] > Sent: Thursday, August 29, 2013 18:35 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] using WixUI_Advanced > > Tracking the UIRef > > MyProject.wxs: line 63: > > Custom_Advanced.wxs: line 121: > > Wix

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread Alain Forget
You can try, but I'm thinking a lot of references to things in the Commons are going to break. -Original Message- From: jo...@msli.com [mailto:jo...@msli.com] Sent: Thursday, August 29, 2013 18:35 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users]

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
> Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Thursday, August 29, 2013 4:47 PM > To: General discussion

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread John Cooper
ciates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: jo...@msli.com [mailto:jo...@msli.com] Sent: Thursday, August 29, 2013 4:47 PM To: General discussion for Windows Installer XML toolset. Subject

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread Alain Forget
ML toolset. Subject: Re: [WiX-users] using WixUI_Advanced Has anyone had success copying WixUI_Advanced.wxs to a Custom_Advanced.wxs and using it in your msi installer? I end up with lots of errors like these: [exec] C:\cygwin\home\build\current\EUROPA\Source\wix_project\Custom_Advanc

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
Has anyone had success copying WixUI_Advanced.wxs to a Custom_Advanced.wxs and using it in your msi installer? I end up with lots of errors like these: [exec] C:\cygwin\home\build\current\EUROPA\Source\wix_project\Custom_Advanced.wxs(37) : error LGHT0091 : Duplicate symbol 'CustomAction:Wi

[WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
In my wix msi I am giving the user a choice of per-user vs. system-wide. What is the best way to indicate a nested directory structure in ApplicationFolderName? Examples do not show how to do a nested directory structure. My directory structure looks like this, where the product is nested in

Re: [WiX-users] using WixUI_Advanced

2012-06-19 Thread Bob Arnson
On 14-Jun-12 12:12, Bob Uva wrote: > I'm trying to use the FeaturesDlg in WixUI_Advanced but I cannot get the > Wix tools (called through Visual Studio) to recognize FeaturesDlg, the xml > tag. I've tried adding a UIRef tag with the Id="WixUI_Advanced" as > suggested in the help file, but it still

[WiX-users] using WixUI_Advanced

2012-06-14 Thread Bob Uva
I'm trying to use the FeaturesDlg in WixUI_Advanced but I cannot get the Wix tools (called through Visual Studio) to recognize FeaturesDlg, the xml tag. I've tried adding a UIRef tag with the Id="WixUI_Advanced" as suggested in the help file, but it still is not recognized. I've also tried nesting