oleg-shilo / wixsharp

Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
MIT License
1.12k stars 175 forks source link

Fix CustomAction.ProgressText error WIX0400: The ProgressText element contains illegal inner te… #1661

Closed kipamgs closed 1 month ago

kipamgs commented 1 month ago

…xt when setting CustomAction ProgressText or RollbackProgressText with wixsharp the created wxs file looks like

[UIExpandArchiveProgress] but in wix4 inner text is not allowed. This tiny fix creates the xml like Value="[UIExpandArchiveProgress]".
oleg-shilo commented 1 month ago

Great. Thank you for your contribution. Merged. Will be available in the very next release