Re: [WiX-users] Property replacement issue with WixUIExtension andXmlFile

2008-04-23 Thread David . Parrish
MAIL PROTECTED]>, "wix-users@lists.sourceforge.net" cc Subject RE: [WiX-users] Property replacement issue with WixUIExtension andXmlFile I would try three things: 1) Your ElementPath has a double slash at the beginning. I believe this is incorrect. We use XmlFile extensively. As an ex

Re: [WiX-users] Property replacement issue with WixUIExtension andXmlFile

2008-04-23 Thread David . Parrish
]'" <[EMAIL PROTECTED]>, "wix-users@lists.sourceforge.net" cc Subject RE: [WiX-users] Property replacement issue with WixUIExtension andXmlFile I would try three things: 1) Your ElementPath has a double slash at the beginning. I believe this is incorrect.

Re: [WiX-users] Property replacement issue with WixUIExtension andXmlFile

2008-04-23 Thread Matthew Janulewicz
(null == currNode) { WScript.Echo("Nothing found."); } else { WScript.Echo(currNode.text); } } -- end code From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 11:16 AM To: wix-users@lists.sourceforge.net Subject: