Please anyone help on this this InstallScript code for Install Dll files dynamically.
Hi All,
Am new to Install Script .In my project the Dll files are linked as Dynamically through installscript. Please any one help me the code for register the DLL files.
Thanks in Advance...
-Sankar
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
7 years ago
Why not do things the way that everyone else of any worth does and build an MSI instead of an InstallScript package? That way, you get an indutsry-standard installer and there'd be no need to distribute a separate script engine.
InstallShield will build your MSI with the appropriate tables populated with registration information, obviating the need to register DLLs separately.
Personally, I'd start a new project to do this but I know some people like a quick get-out so here is a Flexera article that shows you how to convert an InstallScript package to MSI format.