blasterstar.blogg.se

How to register assembly with regasm using installshield
How to register assembly with regasm using installshield




how to register assembly with regasm using installshield how to register assembly with regasm using installshield

Then go to Choose a stroing name key file When you use the code base option you need to have a strongly type Assembly (Dll) To do this To unregister make an unregister.bat file If you do not use the /codebase option VB will complain that it cannot find the library.

#How to register assembly with regasm using installshield full#

This one creates the type library and register the dll with its full Path and along the type library. This line unregister the Dll and its typelibrary I have included the most common directory that should have it This insturction set the search path for the regasm.exe file. Regasm.exe /codebase "FullPath\MyLibrary.dll" /tlb Regasm.exe /u "FullPath\MyLibrary.dll" /tlb Path=%path% C:\WINDOWS\Microsoft.NET\Framework\v7 C:\WINDOWS\Microsoft.NET\Framework\v9 C:\Program Files\Microsoft.NET\SDK\v1.1\Bin C:\Program Files\Microsoft.NET\SDK\v1.1\Bin C:\WINDOWS\Microsoft.NET\Framework\v To Register a C# COM Exposed Dll you I reccomend to create a Register.Bat file with the following instruction






How to register assembly with regasm using installshield