Navigation:  Actions > Microsoft >

Visual Studio & .NET Macros

Previous pageReturn to chapter overviewNext page

The following global macros are defined for Microsoft Visual Studio and .NET Framework integration:

 

DOTNET_DIR

The path where the Microsoft .NET Framework (highest version) is installed.

 

DOTNETSDK_DIR

The path where the Microsoft .NET Framework SDK (highest version) is installed.  Most SDK tools can be called by using a Run Program step with a Command like %DOTNETSDK_DIR%\bin\TlbImp.exeCustom actions for many SDK tools are also available.

 

DEVSTUDIO_NET_DIR

The base path where Visual Studio (.NET 2002, 2003, 2005, or 2008; highest version) is installed.

 

NMAKE_NET

Defines the NMAKE command-line make tool included with the Microsoft .NET Framework SDK, which can be used to build .NET Framework projects.  Enter a step command of %NMAKE_NET% /? to see the available syntax, and view this link for more details.