.NET Framework Bookmark and Share   
 index > MSBuild > Parameters of regtlibv12.exe
 

Parameters of regtlibv12.exe

Hi,

during the build of several components I need to register the generated TLB's. For this I use regtlibv12.exe.
At the end of the build I need to unregister those TLB's again. In another forum entry I've read that it's possible. But the tool regtlibv12.exe does not give me any parameter list.

Does anyone know the parameter list?

Thx.
Gunnar01

Hi Gunnar,

As far as I know,youcan unregister the .tlb by -u switch. Please refer to following code:

* To register MyComStuff.tlb do this:
RegTlibV12 MyComStuff.tlb
* To unregister MyComStuff.tlb do this:
RegTlib -u MyComStuff.tlb

For more information, please see:

Best Regards,
Nancy


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Nancy Shao

Hi Gunnar,

As far as I know,youcan unregister the .tlb by -u switch. Please refer to following code:

* To register MyComStuff.tlb do this:
RegTlibV12 MyComStuff.tlb
* To unregister MyComStuff.tlb do this:
RegTlib -u MyComStuff.tlb

For more information, please see:

Best Regards,
Nancy


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Nancy Shao

You can use google to search for other answers

Custom Search

More Threads

• Problem with RemoveDir and MakeDir
• Project file extension guidance
• How do I auto generate a VS08 .sln?
• ZipProject for Extensibility Web Templates
• URGENT: Programmatic conversion and build of BizTalk projects?
• Targets won't execute twice?
• Intermittent hanging build
• 'xcopy' is not recognized as an internal or externa command
• Loop in MSBuild? Or how to launch MSBuild task from another?
• Copy Task - Illegal characters in path