Also check out XmlConfig as I've been told it is more robust if all you're 
doing is changing XML values in XML files.

Example:

                                <util:XmlConfig Id="settings2" Action="create" 
File="[#file3]" Sequence="2" ElementPath="/configuration/appSettings/[EMAIL 
PROTECTED]'XmlFilePath'[\]]" Name="value" Value="[directory41]" Node="value" 
On="install" />

Will set the appSettings add=XmlFilePath value to be the path of Directory41 in 
my directory structure :)



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Putters
Sent: Tuesday, August 19, 2008 2:28 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] replacement for XmlFile

Hi,

Actually XmlFile can do it:

<util:XmlFile Id="..." Action="setValue" Name="your_attribute"
Value="your_value" ElementPath="/whatever/tag" File="..." Sequence="..." />

Regards,


Michael

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of bryan
rasmussen
Sent: 19 August 2008 11:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] replacement for XmlFile

Hi,

I want to do similar things to what Xmlfile does, but I need to also
edit attributes - from what I can see from the documentation this is
impossible. In that case what is the best way to replace XmlFile

Cheers,
Bryan Rasmussen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to