Set .Net Framework Version Launch Condition Command
Command Syntax
/SetDotNetFrameworkLc -buildname <buildName> -version <version>
This command will set the .NET Framework 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 Framework that has to be installed on the target machine in order to launch the installation package.
Example:
AdvancedInstaller.com /edit MyProject.aip /SetDotNetFrameworkLc -buildname DefaultBuild - version 4.8