System.ComponentModel.RunInstallerAttribute
namespace System.ComponentModel
{
public class RunInstallerAttribute : Attribute
{
public static readonly RunInstallerAttribute Default;
public static readonly RunInstallerAttribute No;
public static readonly RunInstallerAttribute Yes;
public bool RunInstaller { get; }
public RunInstallerAttribute(bool runInstaller);
}
}