Jump to content

How to register .NET COM server without opening command prompt window

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
sweetier

sweetier

    Newbie

  • Members
  • Pip
  • 3 posts
hi. all.

i regist my DLL COM server with 'regasm /codebase my.dll' in a command prompt window.

but, i want to regist my.dll after finish my setup program automatically and silently.

'silently' means not openning command prompt windows.

help me... plz..

#2
sweetier

sweetier

    Newbie

  • Members
  • Pip
  • 3 posts
I am trying to use System.Configuration.Installer namespace.
howeer, have not solve yet.