Esempio n. 1
0
        public IIsSetup(VsInstallControl control)
        {
            InitializeComponent();
            this.control = control;

            checkedIIsInstalling();
        }
Esempio n. 2
0
        public SystemConfig(VsInstallControl control)
        {
            this.control = control;
            InitializeComponent();

            createDB();
        }
Esempio n. 3
0
 public MySqlSetup(VsInstallControl control)
 {
     this.control = control;
     InitializeComponent();
 }
Esempio n. 4
0
        public VsInstall()
        {
            InitializeComponent();

            this.StateControl = new VsInstallControl(this, this.setupState1);
        }
Esempio n. 5
0
 public Start(VsInstallControl control)
 {
     this.control = control;
     InitializeComponent();
 }
Esempio n. 6
0
 public WMEncodeSetup(VsInstallControl control)
 {
     this.control = control;
     InitializeComponent();
 }
Esempio n. 7
0
 public VsCopyFile(VsInstallControl control)
 {
     this.control = control;
     InitializeComponent();
 }