Register a DLL
Hi. I have a custom DLL that I need to include in a package. I've read in several places (on this message board and the Windows Installer SDK) that using the SelfRegTable is not best practice.
I'm a little lost as to how to get the file to register without using this table. Can anyone give me a shove in the right direction please?
I'm a little lost as to how to get the file to register without using this table. Can anyone give me a shove in the right direction please?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
AngelD
18 years ago
Instead of using the SelfReg table it's better to add the dll registration info to the Registry table.
Capture the registry thats added when you manual register the file or if you already have it registered you would get the registry info automatically when importing the file to the project (using Wise Package Studio anyway).
Capture the registry thats added when you manual register the file or if you already have it registered you would get the registry info automatically when importing the file to the project (using Wise Package Studio anyway).
Posted by:
lurchajn
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.