Dll
Want to know weather we can make setup with dll . If yes then how? Can you send me some link which can help me ?
Archive: Dll
Dll
Want to know weather we can make setup with dll . If yes then how? Can you send me some link which can help me ?
What are you asking exactly? Do you want to register a DLL during installation?
Stu
Right now i am using .msi file inside mysetup.nsi file .
But i want to use a .dll file instead of .msi file.
Can any one guide me how to do this.
A Windows Installer (msi) is not interchangeable with a Dynamic Link Library (dll). I think you are confused!
Stu