public InstallProgress(InstallerMode mode, string target, string vsPath) { _mode = mode; _target = target; _vsPath = vsPath; InitializeComponent(); }
/// <summary> /// Executes DependencyAutoInstaller in this assembly /// </summary> public DependencyRegistrationAttribute(InstallerMode mode) { InstallerMode = mode; RequiredTypes = new Type[0]; }