From 46a253923b1f763443d9552a5a175734c6a5b1e9 Mon Sep 17 00:00:00 2001 From: Mattias Gustavsson Date: Wed, 4 Nov 2020 14:04:13 +0100 Subject: [PATCH] SDA-2593 Disabled cancel button in progress dialog --- installer/win/WixSharpInstaller/ProgressDialog.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/win/WixSharpInstaller/ProgressDialog.Designer.cs b/installer/win/WixSharpInstaller/ProgressDialog.Designer.cs index c74fb379..0295f7c3 100644 --- a/installer/win/WixSharpInstaller/ProgressDialog.Designer.cs +++ b/installer/win/WixSharpInstaller/ProgressDialog.Designer.cs @@ -170,6 +170,7 @@ namespace Symphony this.cancel.Text = "[WixUICancel]"; this.cancel.UseVisualStyleBackColor = true; this.cancel.Click += new System.EventHandler(this.cancel_Click); + this.cancel.Enabled = false; // // bottomBorder //