I have one library created with VC++: it registeres with regsvr32 without any problems. But registration freezes if I try to register it in silent mode (regsvr32 /s). Why does it happen? What can I do to make it register in silent mode? Thanks.
Printable View
I have one library created with VC++: it registeres with regsvr32 without any problems. But registration freezes if I try to register it in silent mode (regsvr32 /s). Why does it happen? What can I do to make it register in silent mode? Thanks.
can you write the code how you call the regsvr32 programmatically, Cause I had the same problem and just solved it