Re: [WiX-users] When to call CustomAction

2014-10-23 Thread Wired
Hi Brian, I think the reason your doesn't work is because you don't create the under before you try and set values (I've assumed you don't deploy with an empty ). The following is something that i use to add under "//Configuration/Extensions/Data" (and remove it on an uninstall).

Re: [WiX-users] When to call CustomAction

2014-10-22 Thread Brian Enderle
Thank you, didn't think about WiX having that functionality. However, I am having an issue with adding a brand new node. I need to add the following under //configuration/system.webServer/handlers/add I have tried the following but nothing is being created (I also tried this without the condit

Re: [WiX-users] When to call CustomAction

2014-10-21 Thread John Cooper
Why are you re-inventing the wheel? Util:XmlFile and Util:XmlConfig are quite serviceable and give you full rollback support. Scheduling depends. There's no one magic value. Since you should be using a deferred action, you'll be limited to the range after CostFinalize to before InstallFinali