Hi, I would like to know how to write a "Console application" in dll form for a patch installer so that I could call it from the installers and find out the installation of a program.
I have created a VB.NET class project and checked the COM Interoperation or sort of on project's property, build section.
Now the main thing is on receiving parameters and returning the value. (I try to do this DLL as "all-in-one" DLL because this application is part of a bigger suite family, which means there are few others applications that requires the similar approach, and I want to avoid to re-write a dll for each application, and their respective versions.)
Thanks a lot!