I have a C# with .NET 4.71 project and created a COM object with reference to another project. So by just creating the project with release configuration gives me some DLLs within the release folder and automatically installed the com object on my development computer.
For other computers, I have to copy all the files and execute regasm to install the COM object. So, the problem is, that this is too much work doing manually for many computers.
So how can I distribute those files and install the com object easily? Also updating them should work. It must be a silent installer.