Re: [WiX-users] Token replacement in configuration files

2008-02-28 Thread Rob Mensching
Nothing built in today. however, you could look at XmlFile/XmlConfig to see something similar. If you chose to write it, it would be great to have it contributed back to the community. Mooney, Stephen wrote: > > Hi, > > I have a configuration file in which I need to fill in some values at > i

Re: [WiX-users] Token replacement in configuration files

2008-02-25 Thread Brian Rogers
Hey Stephen, There is a crude version of something like this I wrote. I call it Property Loader, I am sure you could modify it a bit and get what you want. http://www.codeplex.com/WIXML/Release/ProjectReleases.aspx?ReleaseId=263 Thanks, -- Brian Rogers "Intelligence removes complexity." - BR ht

Re: [WiX-users] Token replacement in configuration files

2008-02-25 Thread Heath Stewart
Not currently, no. If you choose to develop one, be sure to reset the modification timestamp back to the creation timestamp (or set the creation timestamp to the modification timestamp) or you will not be able to replace that file by default again since MSI default file versioning rules won't r