DotNetFramework
Configuring DotNetFramework prerequisite.
Parameters
Property | Type | Description |
---|---|---|
ModuleName | string | The value needs to be 'DotNetFramework' for the cli to know how to install it. |
DotNetFrameworkVersion | string | The 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. |
DotNetFrameworkUrl | string | Optional, 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 . |
PackagePath | string | Optional, The path to the .Net Framework installer. You can opt to specify a url instead with DotNetFrameworkUrl . |
Arguments | string | The 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