Set .Net Core Version Launch Condition Command

Command Syntax

/SetDotNetCoreLc -buildname <buildName> -version <version>

This command will set the .NET Core version launch condition for your project.

Parameters:

  • -buildname <buildName>
  • The build name that is set in the Builds page.
  • -version <version>
  • The minimum version of .NET Core that has to be installed on the target machine in order to launch the installation package.

Example:

AdvancedInstaller.com /edit MyProject.aip
    /SetDotNetCorekLc -buildname DefaultBuild - version 4.8