Results 1 to 2 of 2

Thread: RegAsm COM object within MSI? [resolved]

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164

    RegAsm COM object within MSI? [resolved]

    Hehehe, that subject line is probably unintelligentible for about 99.5% of the people I know... That is why I come here.

    I need to perform a "RegAsm myDLL.dll" during my installation (and uninstallation). I read that I could just switch the "Registry" property of my output file to vsdrpCOM, which I did but it still didn't registery my COM object.

    When I do "regasm mydll.dll" via command line, my DLL registers properly and everything works fine. I just need to put that in my installer routine.

    Anyone know how I can do a custom launch action to call that RegAsm or how the Registry property is suppose to work?

    thanks,
    Last edited by Shurijo; Apr 11th, 2003 at 12:29 PM.
    -Shurijo

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164
    I figured it out by converting some C# code to VB.NET.

    http://www.dotnet247.com/247referenc.../18/90440.aspx
    -Shurijo

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