Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extract a custom action's dll from msi-file

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

like image 333
Nerielle Avatar asked May 12 '12 13:05

Nerielle


1 Answers

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.

like image 188
Bogdan Mitrache Avatar answered Sep 20 '22 03:09

Bogdan Mitrache