You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WixToolset.UI.wixext uses a custom action to support printing the EULA. But MSI v5 has long been the baseline version of MSI. It added the MsiPrint control event for printing ScrollableText control content. If WixUI were to adopt it---and it works at least as well---we could eliminate one custom action in WixToolset.UI.wixext.
Proposal
Do the above: Swap out the custom action with MsiPrint and see if the behavior is the same.
Considerations
No response
The text was updated successfully, but these errors were encountered:
User story
WixToolset.UI.wixext uses a custom action to support printing the EULA. But MSI v5 has long been the baseline version of MSI. It added the
MsiPrint
control event for printing ScrollableText control content. If WixUI were to adopt it---and it works at least as well---we could eliminate one custom action in WixToolset.UI.wixext.Proposal
Do the above: Swap out the custom action with
MsiPrint
and see if the behavior is the same.Considerations
No response
The text was updated successfully, but these errors were encountered: