DotNetFramework

Configuring DotNetFramework prerequisite.

Parameters

PropertyTypeDescription
ModuleNamestringThe value needs to be 'DotNetFramework' for the cli to know how to install it.
DotNetFrameworkVersionstringThe version of the .Net Framework to install. This is checked againsts the server's installed version. If you are targeting a specific version, you can be more specific in this field. For example, 4.8.1 is more specific than 4.8.
DotNetFrameworkUrlstringOptional, The URL to download the version of .Net Framework you want to install. You can opt to specify a local or network path instead with PackagePath.
PackagePathstringOptional, The path to the .Net Framework installer. You can opt to specify a url instead with DotNetFrameworkUrl.
ArgumentsstringThe arguments to pass to the .Net Framework installer. See Microsoft's documentation for more information.
- ModuleName: DotNetFramework
  DotNetFrameworkVersion: 4.8
  DotNetFrameworkUrl: https://go.microsoft.com/fwlink/?linkid=2088631
  PackagePath: 
  Arguments: /quiet /norestart