Re: [WiX-users] Text files

2014-12-31 Thread Will Saxon
I did something like this for a small project last week by writing a custom action. In my case, I had very specific changes to make (single line changes based on UI responses), so I wrote an action for each one with a private method implementing the boilerplate part of the change. It ended up being

[WiX-users] Text files

2014-12-30 Thread Majcica, Mario
Hi all, I have a need to remove some lines of text out of the .txt files I'm deploying via wix. This is pretty simple to do with XML files and I was wondering how to do it when it comes to plain text files. Any suggestion is welcome as seems google has nothing interesting to propose on this arg