Open Issues Need Help
View All on GitHubAI 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.
Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
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.
Framework for building a complete MSI or WiX source code by using script files written with C# syntax.