Register C# and VB.NET DLL
This command registers the C # and VB.NET DLL files installed on the user's machine. The command uses the RegAsm.exe application for registering .NET DLLs. Previously, you have to decompress the dll files on a user's machine.
Description
Optionally, you may add comments here describing the purpose of this element.
Path
The directory where the file being registered is stored.
CDROM PATH - CD or DVD drive.
CUSTOM PATH - The path must be defined in the filename control.
INSTALL PATH - Default installation path.
SETUP FILE PATH - The path to where setup executable file is running.
SYSTEM PATH - Windows system directory.
TEMPORARY PATH - The temporary folder of the installation #tempinstpath#. It is a subfolder genteeXX in the default temporary user's folder #temppath#.
WINDOWS PATH - Windows directory.
Filename
Name of the C# or VB.NET dll file being registered. If you chose a CUSTOM PATH, the full path to the file must be specified.
myactive.ocx #setuppath#\MyDLL.dll (if CUSTOM PATH)
Register C# and VB.NET DLL command
.NET framework
Select the appropriate version of the .NET Framework for your DLL file.
Additional parameters
You can specify the additional command-line parameters for regasm.exe.
/tlb:#quote##setuppath#\File.tlb#quote#
If Condition
You can specify a condition that should be met for the action to be performed. If the condition is false then the command is skipped. See How to use If Condition for more details.
Comment
You can add a comment for this setting here.