I'm developing a basic MSI installer with installshield 2015, and am trying to understand if there is a proper way, from an installer running on system A, to register an out-of-proc COM server installed on system B (over a network mapped drive) without actually including or delivering the executable file for that COM server. Normally I would use the command to extract COM registration info, but I think this relies on the same component including the file being registered because it uses MSI tables that don't include some information only available in the file table, I think. Is it proper to just manually convert the result of this into registry entries and remove the rows from the Class table and other COM tables?
I followed these steps:
"[$componentname]filename"
including quotes