Re: [WiX-users] Custom Action to Read XML value

2015-03-06 Thread Davis, Jeff
gt; To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Custom Action to Read XML value > > Yes. It's not very complicated. The specific steps in the innermost custom > action (there is another custom action that drives this one from a table) are: > >

Re: [WiX-users] Custom Action to Read XML value

2015-03-06 Thread Joel Budreau
> Subject: Re: [WiX-users] Custom Action to Read XML value > > Yes. It's not very complicated. The specific steps in the innermost custom > action (there is another custom action that drives this one from a table) are: > > 1) load path to XML file from property; > 2) lo

Re: [WiX-users] Custom Action to Read XML value

2015-03-06 Thread Davis, Jeff
...@jackhenry.com] Sent: Friday, March 06, 2015 10:23 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Custom Action to Read XML value Yes. It's not very complicated. The specific steps in the innermost custom action (there is another custom action that drives this one f

Re: [WiX-users] Custom Action to Read XML value

2015-03-06 Thread John Cooper
Yes. It's not very complicated. The specific steps in the innermost custom action (there is another custom action that drives this one from a table) are: 1) load path to XML file from property; 2) load XPATH from property; 3) create an XmlDocument instance 4) use the TrySafeLoad method to see i