Framework for building a complete MSI or WiX source code by using script files written with C# syntax.

2 Open Issues Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug a WixSharp MSI installer that incorrectly sets the InstallLocation registry value to '[INSTALLDIR]' instead of the actual installation path in a multi-instance scenario. The solution involves correctly configuring WixSharp's property handling to ensure the actual installation directory is written to the registry.

Complexity: 4/5
help wanted discussion

Framework for building a complete MSI or WiX source code by using script files written with C# syntax.

C#

AI Summary: The task is to debug and fix a WixSharp installer that fails to remove Windows services from multiple application instances during uninstallation. The issue stems from the service installer's naming convention ('TestService_[INSTANCEID]') and how WixSharp handles service removal across multiple instances. A solution needs to be implemented to ensure all services associated with different instances are correctly removed during uninstallation.

Complexity: 4/5
help wanted discussion

Framework for building a complete MSI or WiX source code by using script files written with C# syntax.

C#