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:
>
>
> 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
...@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
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
4 matches
Mail list logo