Makes "Remove hotfix installation files" checkbox invisible, instead of disabled for supp packs.

This commit is contained in:
Carmen Agimof 2015-07-23 11:30:18 +01:00
parent 027de45dee
commit 484806f7b7

View File

@ -112,10 +112,9 @@ namespace XenAdmin.Wizards.PatchingWizard
break;
}
if (SelectedUpdateAlert == null)
if (SelectedUpdateType == UpdateType.NewSuppPack)
{
removeUpdateFileCheckBox.Checked = false;
removeUpdateFileCheckBox.Enabled = false;
removeUpdateFileCheckBox.Visible = false;
}
}