|
-
Apr 11th, 2003, 11:25 AM
#1
Thread Starter
Addicted Member
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
-
Apr 11th, 2003, 12:28 PM
#2
Thread Starter
Addicted Member
I figured it out by converting some C# code to VB.NET.
http://www.dotnet247.com/247referenc.../18/90440.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|