Paraffin 3.6–Now Keeping Custom Added Namespaces
Paraffin 3.6 can be downloaded here: https://www.wintellect.com/CS/files/folders/18310/download.aspx Dan Gough had an excellent feature request to have Paraffin copy over any manually added namespaces to the .WXS file like the following. Previously, Paraffin ignored them, but no more. <?xml version="1.0" encoding="utf-8"?> <Wix xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns="http://schemas.microsoft.com/wix/2006/wi"> I updated Paraffin to copy over any namespaces added to the Wix…