I want to create an installer for windows service built in C++. I have followed this article to create the Service.
I have 3 win32 console application in my solution. one for installation , one for uninstallation and one that does the actual work.
I want to create an installer for windows service built in C++. I have
Share
I must humbly recommend WiX (Windows Installer XML Toolset) for all your installer needs.