@@ -43,7 +43,6 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
43
43
44
44
[Types]
45
45
Name : " full" ; Description : " Full installation"
46
- Name : " upgrade" ; Description : " Upgrade Docker Toolbox only"
47
46
Name : " custom" ; Description : " Custom installation" ; Flags : iscustom
48
47
49
48
[Run]
@@ -54,11 +53,11 @@ Name: desktopicon; Description: "{cm:CreateDesktopIcon}"
54
53
Name : modifypath; Description : " Add docker.exe & docker-machine.exe to &PATH"
55
54
56
55
[Components]
57
- Name : " Docker" ; Description : " Docker Client for Windows" ; Types : full upgrade
58
- Name : " DockerMachine" ; Description : " Docker Machine for Windows" ; Types : full upgrade
59
- Name : " Kitematic " ; Description : " Kitematic for Windows (Alpha) " ; Types : full upgrade
60
- Name : " VirtualBox " ; Description : " VirtualBox " ; Types : full ; Flags : disablenouninstallwarning
61
- Name : " Git" ; Description : " Git for Windows" ; Types : full ; Flags : disablenouninstallwarning
56
+ Name : " Docker" ; Description : " Docker Client for Windows" ; Types : full custom ; Flags : fixed
57
+ Name : " DockerMachine" ; Description : " Docker Machine for Windows" ; Types : full custom ; Flags : fixed
58
+ Name : " VirtualBox " ; Description : " VirtualBox " ; Types : full custom ; Flags : disablenouninstallwarning
59
+ Name : " Kitematic " ; Description : " Kitematic for Windows (Alpha) " ; Types : full custom
60
+ Name : " Git" ; Description : " Git for Windows" ; Types : full custom ; Flags : disablenouninstallwarning
62
61
63
62
[Files]
64
63
Source : " .\docker-quickstart-terminal.ico" ; DestDir : " {app} " ; Flags : ignoreversion
@@ -255,8 +254,10 @@ begin
255
254
' For further information, please see the {#MyAppName} installation documentation link.'
256
255
257
256
// Don't do this until we can compare versions
258
- // Wizardform.ComponentsList.Checked[3] := NeedToInstallVirtualBox();
257
+ // Wizardform.ComponentsList.Checked[2] := NeedToInstallVirtualBox();
258
+ Wizardform.ComponentsList.ItemEnabled[2 ] := not NeedToInstallVirtualBox();
259
259
Wizardform.ComponentsList.Checked[4 ] := NeedToInstallGit();
260
+ Wizardform.ComponentsList.ItemEnabled[4 ] := not NeedToInstallGit();
260
261
end ;
261
262
262
263
function InitializeSetup (): boolean;
0 commit comments