mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
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:
parent
8aea888876
commit
05c5c3a8ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user