Versions Compared

Key

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

The Assembly Linker generates a file with an assembly manifest from one or more files that are either modules or resource files. A module is a Microsoft intermediate language (MSIL) file that does not have an assembly manifest.

Image Removed

. The source files can be either modules (MSIL files without assembly manifests) or resource files.

User Interface

Image Added

Run AL.EXE

Working Folder

The folder from which the AL.EXE command will be run. This allows for easier referencing of source files in the AL command through relative paths. 

AL.EXE command line options

The parameters to pass to AL.EXE. This can take the following three forms:

  • file[,target]
  • /embed[resource]:file[,name[,private]]
  • /link[resource]:file[,name[,target[,private]]]

Due to the complexity of this tool and the number of options available we currently allow direct access to the command arguments. These can be found on the MSDN website located here AL.EXE

Framework version

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

Allows the selection of the .NET version to use for NGen. The minimum is .NET v2.0.

Image Added

Use 64-bit tools

This options specifies as whether to force the usage of 64-bit tools on a 64-bit system or not.  As FinalBuilder is currently a 32-bit application it will default to running the 32-bit version on a 64-bit system.  Check this option if you require the 64-bit version to be run.

 

 

 For more information see: