CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Posts
    1

    Regsvr32 in silent mode

    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.

  2. #2
    Join Date
    Jul 2006
    Posts
    0

    Re: Regsvr32 in silent mode

    can you write the code how you call the regsvr32 programmatically, Cause I had the same problem and just solved it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured