Hi,
I find the information on registering a COM server a bit confusing. My situation is as follows: The program which the installer installs is an exe file which contains a COM server (and more). To register or unregister the server, the program must be launched with the /RegServer or /UnregServer command line option and under elevated rights. The installer should do that for me.
What I have tried: Right-click exe file -> properties -> registration, turn on "Auto register" -> Message "The selected file could not be registered"
I should add that I am doing this in a merge module project. The merge module is then imported in the main installer project.
Thanks
Hans