Extract a custom action's dll from msi-file

custom-action, dll, windows-installer

Solution

You can use Orca tool, available in Windows SDK. Open the MSI with Orca and go to Binary table. Double click the "Data" column corespondent for the resource used by our custom action. You will get a modal dialog with options to save the content of the column, or to overwrite it.

Problem

How to extract managed custom action's dll from msi-file.

Original source