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