Categories: Blog

PARAFFIN 1.02 – Numerous Bug Fixes

Very special thanks to Darren Stone for reporting several bugs and suggestions for PARAFFIN, my tool for assisting with maintaining Windows Installer XML (WiX) installations. I’ve posted a fixed version for your enjoyment. Here’s what’s new:

  • Added -Win64 switch, which adds Win64=”yes” to all components.
  • Updated the Id naming to keep all values in the range [0-9a-zA-Z_] to avoid any naming problems. WiX is not consistent on exactly what can characters can be in the Id attribute.
  • When updating, I was previously only relying on the Directory and File elements Name attribute to find those elements. I mistakenly thought the short file/directory name was guaranteed to be unique. I fixed this bug by updating the Directory element searching to look for either the matching Name attribute or LongName attribute depending if the long name is different than the short name. For File elements, I look at both the Name and the Source attributes for the exact match.
  • Fixed a bug where I wasn’t properly matching directory names when generating the Id attribute.
  • Fixed the innocuous bug where I was appending a double slash on an alias if the input directory did not end in a trailing slash.

Please keep the bug reports and suggestions coming!

John Robbins

Recent Posts

8-Step AWS to Microsoft Azure Migration Strategy

Microsoft Azure and Amazon Web Services (AWS) are two of the most popular cloud platforms.…

2 days ago

How to Navigate Azure Governance

 Cloud management is difficult to do manually, especially if you work with multiple cloud…

1 week ago

Why Azure’s Scalability is Your Key to Business Growth & Efficiency

Azure’s scalable infrastructure is often cited as one of the primary reasons why it's the…

3 weeks ago

Unlocking the Power of AI in your Software Development Life Cycle (SDLC)

https://www.youtube.com/watch?v=wDzCN0d8SeA Watch our "Unlocking the Power of AI in your Software Development Life Cycle (SDLC)"…

1 month ago

The Role of FinOps in Accelerating Business Innovation

FinOps is a strategic approach to managing cloud costs. It combines financial management best practices…

1 month ago

Azure Kubernetes Security Best Practices

Using Kubernetes with Azure combines the power of Kubernetes container orchestration and the cloud capabilities…

2 months ago