Version Property (Launch Conditions)
Specifies the version number of the .NET Framework redistributable component that is required to be on the target computer before the application is installed.
Note
Do not confuse this property with Version Property (Windows Installer), which specifies the version of an installer or merge module.
Remarks
The .NET Framework launch condition property Version in the Setup Project specifies the exact version of the .NET Framework that the installer requires be present on the target computer before you install the application. By using the Version property, you can specify the following versions of the .NET Framework runtime:
Version property value |
.NET Framework short version |
---|---|
1.0.3705 |
1.0 |
1.1.4322 |
1.1 |
2.0.50727 |
2.0 |
3.0.4506 |
3.0 |
3.5.30729 |
3.5 SP1 |
See Also
Concepts
.NET Framework Launch Condition
Working With Multiple Versions of the .NET Framework
Reference
Windows Installer Deployment Properties