Nerielle
Nerielle

Reputation: 994

Extract a custom action's dll from msi-file

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

Upvotes: 6

Views: 3153

Answers (1)

Bogdan Mitrache
Bogdan Mitrache

Reputation: 10993

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.

Upvotes: 11

Related Questions