Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a codebase entry in the registry

Allows for the registration of strongly-named assemblies through the addition of a codebase entry in the registry. This options means that the assembly does not need to be installed for COM clients to get access to the types or classes the assembly contains. The assembly has to be strongly-named however. 

Suppress the Microsoft startup banner

 Stops the REGASM banner appearing in the build log.

Only refer to already registered type libraries

Limits the tool to using only already registered type libraries. 

Suppress success messages

Stops the REGASM success message from appearing in the build log. 

Verbose output

With this option turned on, REGASM will report as much information as possible. Very useful for debugging issues while building scripts. Its recommend this be turned off when running scripts normally. 

Framework version

Use default Framework version (vX.X) / Use vX.X

...