https://bugs.winehq.org/show_bug.cgi?id=47820
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown
--- Comment #6 from Hans Leidekker hans@meelstraat.net ---
003b:trace:msi:msi_set_property 0x17c148 L"POWERSHELL_EXECUTION_LOG" L"[ERR] Could not find PowerShell!" -1
It wants to run a PowerShell script in a custom action, which fails because Wine's implementation is a stub.
Implementing PowerShell is a big task, though maybe we can use code from the open source PowerShell Core project in some way.