attribute.
Alex
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of md5hans
Sent: Tuesday, June 17, 2008 5:25 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] XmlFile CreateElement
Thanks, that solved my problem!
I have another question related
, June 16, 2008 11:12 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] XmlFile CreateElement
>
> You could also use XmlConfig.
>
>>From an xpath point of view you can use something like so in your
XmlSetting2 which would get you the 3rd
: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] XmlFile CreateElement
You could also use XmlConfig.
>From an xpath point of view you can use something like so in your XmlSetting2
>which would get you the 3rd child element.
"//ParentNode/ChildNodes/Chi
n Behalf Of md5hans
Sent: Monday, June 16, 2008 6:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] XmlFile CreateElement
Hi!
I have a question about manipulating XML-files. I want to create a new
element inside an existing node, after the element is created I want to set
some attri
Hi!
I have a question about manipulating XML-files. I want to create a new
element inside an existing node, after the element is created I want to set
some attributes on it.
My problem is that there already exists elements of the kind I want to add,
how can I make the setValue action work on th
I have the following XML to add to a config file
After much huffing and puffing i can now create this XML - problem is I
get an uninstall error along the lines of 'cannot find
Configuration/Parent/Child'.
Here
6 matches
Mail list logo