Does MSI-based software provided by UiPath support installation/upgrade/removal using MST files?
A transform is a collection of changes applied to a Windows Installer-based installation. These changes exist in the form of a Microsoft Transform (MST) file which is associated with the MSI by reference in the TRANSFORM command-line property.
Transforms are often used to define standardized installation metadata, and to encapsulate MSI arguments to reduce the size of installation commands (when subject to a character limitation).
While our product documentation does not explicitly mention support for MST files, we expect our MSIs to be compatible provided they follow Microsoft's Internal Consistency Evaluators.
Care should be taken to ensure MSTs are used in the right context, such as for new installations and upgrades. MST files should not be used during uninstallation.