'Unable to uninstall msipackage when application is installed in different language other than English

Issue: When the application is installed in different language (ex: Spanish) using managed bootstrapper with custom UI, It will install without any errors. But when we try to uninstall the same setup file, it will uninstall only the bundle , but not MSI Package.

We have created the MSI and supported localization by embedding the TRANSFORMs (.mst file).

When we install via MSI without custom bootstrapper, install and uninstall both works fine for multi languages, but same thing does not work when we embed MSI in custom bootstrapper.



Solution 1:[1]

There is an open feature request for bundles to support multi-instance MsiPackages: https://github.com/wixtoolset/issues/issues/6472.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sean Hall