66#define b2dIsoPath " ..\bundle\boot2docker.iso"
77#define dockerCli " ..\bundle\docker.exe"
88#define dockerMachineCli " ..\bundle\docker-machine*.exe"
9+ #define dockerComposeCli " ..\bundle\docker-compose.exe"
910#define kitematic " ..\bundle\kitematic"
1011#define git " ..\bundle\Git.exe"
1112#define virtualBoxCommon " ..\bundle\common.cab"
@@ -56,6 +57,7 @@ Name: upgradevm; Description: "Upgrade or Migrate Boot2Docker VM to latest versi
5657[Components]
5758Name : " Docker" ; Description : " Docker Client for Windows" ; Types : full custom ; Flags : fixed
5859Name : " DockerMachine" ; Description : " Docker Machine for Windows" ; Types : full custom ; Flags : fixed
60+ Name : " DockerCompose" ; Description : " Docker Compose for Windows" ; Types : full custom
5961Name : " VirtualBox" ; Description : " VirtualBox" ; Types : full custom ; Flags : disablenouninstallwarning
6062Name : " Kitematic" ; Description : " Kitematic for Windows (Alpha)" ; Types : full custom
6163Name : " Git" ; Description : " Git for Windows" ; Types : full custom ; Flags : disablenouninstallwarning
@@ -66,6 +68,7 @@ Source: "{#dockerCli}"; DestDir: "{app}"; Flags: ignoreversion; Components: "Doc
6668Source : " .\start.sh" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : " Docker"
6769Source : " .\delete.sh" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : " Docker"
6870Source : " {#dockerMachineCli}" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : " DockerMachine"
71+ Source : " {#dockerComposeCli}" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : " DockerCompose"
6972Source : " .\migrate.sh" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : " DockerMachine"
7073Source : " .\migrate.bat" ; DestDir : " {app} " ; Flags : ignoreversion ; Components : " DockerMachine"
7174Source : " {#kitematic}\*" ; DestDir : " {app} \kitematic" ; Flags : ignoreversion recursesubdirs ; Components : " Kitematic"
0 commit comments