hi,
How can i include registration of dll files when creating setup for vb6 app.?
thnx
hi,
How can i include registration of dll files when creating setup for vb6 app.?
thnx
the dll files that you include in your setup package will register themselves on the client machine. however, if youre talking about dlls that you developed yourself, you have to include all their dependencies as well in the disty pack. what i use to do is to create a dependency file for the dlls that are in this situation, this way the PDW can find the files by itself.
if your usin the p&d wizard then i cant help ya, never used it
but if your not, and using a third party installer like Clickteam installer, innosetup or installsheild, just register it like you would an ocx file