Win-Installer: ability to create secondary installations. Disable desktop item for 2ndary (would overwrite existing)

git-svn-id: trunk@42531 -
This commit is contained in:
martin 2013-08-31 09:07:08 +00:00
parent 8aea888876
commit 05c5c3a8ae

View File

@ -310,6 +310,8 @@ begin
// index 0 is the caption/ 1 the checkbox
WizardForm.TasksList.ItemEnabled[0] := not(IsSecondaryCheckBoxChecked or IsSecondaryUpdate);
WizardForm.TasksList.ItemEnabled[1] := not(IsSecondaryCheckBoxChecked or IsSecondaryUpdate);
if IsSecondaryCheckBoxChecked or IsSecondaryUpdate then
WizardForm.TasksList.Checked[1] := False;
end;
if CurPageId = wpSelectProgramGroup then begin