How can I include the WordCaptureX Dll's in my product
Razvan Atim
posted this on February 17, 2011 15:39
There are 3 major methods to deploy the library along with your own application setup:
Embed the merge modules with your setup if your install technology supports merge modules. Library's COM components are automatically registered and x64 files are deployed only on x64 platforms.
Run the msi package as part of your installation procedure. This is the best options when you do not want to use the merge modules, you can simply run the msi from a custom action. Library's COM components are automatically registered and x64 files are deployed only on x64 platforms.
Deploy manually and register all the required files (about Reditributable Files). On x64 platforms you have to deploy also the x64 specific files.