RunInstallerAttribute Fields
.NET Framework 4
The RunInstallerAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Default | Specifies the default visiblity, which is No. This static field is read-only. |
|
No | Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should not be invoked when the assembly is installed. This static field is read-only. |
|
Yes | Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should be invoked when the assembly is installed. This static field is read-only. |