Deploying. Net - Documentation for Truesight Server Automation 21.3
Contributor Content This Topic Was Created by a Bmc Contributor and Has Not Been Approved. More Information. the Following Sections Discuss How to Deploy. Net...
Contributor content
This topic was created by a BMC Contributor and has not been approved. More information.
The following sections discuss how to deploy .NET. Each section focuses on a specific version of .NET.
Deploying .NET 4.0
- Package your dotnetversion.exe as a custom software deployment (for example: dotNetFx40_Full_x86_x64.exe)
In the Install command field, enter the following command:
start /wait ??SOURCE?? /q /norestartNote
Do not enclose ??SOURCE?? in quotes. If you do not remove the " " quotes, the installation will fail, as the quotes impact the /q that follows.
Must Read
Deploying .NET 3.5 SP1 (Windows 2008 R2)
.Net is already packaged with Windows 2008 R2. Therefore, it has to be installed as a Role instead of as an executable, similar to IIS.
start /w dism /online /enable-feature /FeatureName:NetFx3
Note
This command is case-sensitive for the package name. Ensure that it is entered correctly as NetFx3.