Specifying the .NET Application File
InstallShield 2024
Project:
This information applies to the following project types:
The .NET Application File setting is used when the component is scanned at build time (based on the .NET Scan at Build setting) or by the Static Scanning Wizard. The scanner uses this setting—along with the component destination—to determine the value of the File Application setting for the assembly.
The scanning algorithm works in the following way to configure the .NET assembly’s File Application setting:
|
1.
|
The scanning algorithm checks the component’s Destination setting. If the value is [GlobalAssemblyCache], the .NET assembly’s File Application setting is set to null. |
|
2.
|
If the component’s destination is something other than [GlobalAssemblyCache], the scanning algorithm checks the component’s .NET Application File setting. If this value is not null, the value of this setting is used to set the assembly’s File Application setting. |
|
3.
|
If the component’s destination is something other than [GlobalAssemblyCache] and the .NET Application File setting is null, the component’s key file is used to set the assembly’s File Application setting. |
See Also
Static Scanning
Static Scanning Wizard
Component Settings