Tracks MSI progress messages and converts them to usable progress.
コード例 #1
0
 public SetupWizard(ManualResetEvent installStartEvent)
 {
     this.installStartEvent = installStartEvent;
     this.progressCounter   = new InstallProgressCounter(0.5);
 }
コード例 #2
0
ファイル: SetupWizard.cs プロジェクト: Eun/WixSharp
 public SetupWizard(ManualResetEvent installStartEvent)
 {
     InitializeComponent();
     this.installStartEvent = installStartEvent;
     this.progressCounter = new InstallProgressCounter(0.5);
 }
コード例 #3
0
ファイル: SetupWizard.xaml.cs プロジェクト: Jeremiahf/wix3
 public SetupWizard(ManualResetEvent installStartEvent)
 {
     this.installStartEvent = installStartEvent;
     this.progressCounter = new InstallProgressCounter(0.5);
 }