Hello, I have a COM object I must register like this:
regsvr32 /i:my_command_line_arg my_com_obj.dll
How can I make the installer register that COM object by passing it a commandline (/I flag of regsvr32) during the registration phase?
Maybe a silly question but looking at the docs I couldn't ...