2 references to RunInstallerAttribute
System (2)
compmod\system\componentmodel\RunInstallerAttribute.cs (2)
55public static readonly RunInstallerAttribute Yes = new RunInstallerAttribute(true); 66public static readonly RunInstallerAttribute No = new RunInstallerAttribute(false);