wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

XmlConfig: include 'append' as legal action #3876

Open wixbot opened 11 years ago

wixbot commented 11 years ago

I am migrating InstallShield projects to WiX, and I need the 'append' action available in the XmlConfig element. I'm currently using v3.6, and 'create' and 'delete' are the only supported options.

Note that in InstallShield, the removal of appended XML text on uninstall does not work properly (it removes the entire node, not just the appended text). So I use a separate search-and-replace instance to cover this during uninstall. If it would make implementation easier on the WiX side, maybe this type of thing could be done, though I don't know if WiX has a Text File Change equivalent at the moment.

Originally opened by webbt from http://sourceforge.net/p/wix/feature-requests/715/

wixbot commented 10 years ago

Originally changed by barnson Area changed from XmlConfig Action to extensions Release changed from Future to v3.x