Click to See Complete Forum and Search --> : Regsvr32 in silent mode


w123098
March 24th, 2003, 01:42 PM
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.

ilvesh
November 13th, 2007, 04:23 AM
can you write the code how you call the regsvr32 programmatically, Cause I had the same problem and just solved it