I have a setup that contains 50 old c++ dll (COM) that I need to register with regsvr32 command line. I want to avoid resiliency\advertising: when an old (COM) exe is started, I don't want that the setup force the scan of the entire directory, because this slow down startup time.
There is some tip to register COM dll with resiliency\advertising\self healing disabled?
Thanks in advance.
Jep
There is some tip to register COM dll with resiliency\advertising\self healing disabled?
Thanks in advance.
Jep