http://bugs.winehq.org/show_bug.cgi?id=4971
------- Additional Comments From truiken@gmail.com 2006-24-08 21:21 ------- The error we're concerned with is:
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 6 (L"NewBinary37" (null))
custom action type 6 extracts a script binary from the database and executes the script. native msi doesn't use WSH, but msdn specifically states that MSI does not provide the script engine. We need to implement this functionality.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/c... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/s...