Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread ricky sundrani
still put it in a component to modify? Is there something that I > am missing? > > Thanks! > > -Original Message- > From: ricky sundrani [mailto:rickysundr...@gmail.com] > Sent: Friday, January 08, 2010 11:53 AM > To: General discussion for Windows Installer XML t

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread Kerber, Cameron
I still put it in a component to modify? Is there something that I am missing? Thanks! -Original Message- From: ricky sundrani [mailto:rickysundr...@gmail.com] Sent: Friday, January 08, 2010 11:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Modify

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread ricky sundrani
<http://www.instyler.com/> >> >> >> >> Travel add-in for Outlook <http://www.traveladdin.com/> : Add travel and >> return times to your calendar. >> >> Instyler Setup <http://www.instyler.com/> : Create WiX-based MSI >> installations, ele

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread ricky sundrani
ay, January 08, 2010 9:25 AM > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] Modify Existing XML File > > Have you tried setting the @File attribute of XMLConfig / XMLFile to a file > on the target system? You could create a Property

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread Kerber, Cameron
Sent: Friday, January 08, 2010 9:25 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Modify Existing XML File Have you tried setting the @File attribute of XMLConfig / XMLFile to a file on the target system? You could create a Property with a FileSe

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread Sebastian Brand (Instyler Software)
meron [mailto:cameron.ker...@philips.com] > Sent: Friday, January 08, 2010 15:10 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Modify Existing XML File > > So I've seen a lot of documentation in using the XML Util Extension to modify > xml files. But ge

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread ricky sundrani
You can use the XmlConfig element to change any xml file. You can use the attributes of XmlConfig element like File: Action: On: ElementPath: Name : Node Sequence: < Sequence no of actions> Here are some links which maybe useful: http://stackoverflow.com/questions/1648221/deleteing-whole-se

[WiX-users] Modify Existing XML File

2010-01-08 Thread Kerber, Cameron
So I've seen a lot of documentation in using the XML Util Extension to modify xml files. But generally all those tutorials are for changing XML files that are being included with the install. How would I change an XML file that is already existing for where I am going to deploy my Install? So