File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 27
27
-->
28
28
<Variable Name =" InstallRoot" bal : Overridable =" yes" Type =" formatted" Persisted =" yes"
29
29
Value =" [LocalAppDataFolder]Programs\Swift" />
30
- <Variable Name =" OptionsInstallBld" bal : Overridable = " yes " Persisted = " yes " Value =" 1" />
30
+ <Variable Name =" OptionsInstallBld" Value =" 1" />
31
31
<Variable Name =" OptionsInstallCli" bal : Overridable =" yes" Persisted =" yes" Value =" 1" />
32
32
<Variable Name =" OptionsInstallDbg" bal : Overridable =" yes" Persisted =" yes" Value =" 1" />
33
33
<Variable Name =" OptionsInstallIde" bal : Overridable =" yes" Persisted =" yes" Value =" 1" />
68
68
69
69
<MsiPackage
70
70
SourceFile =" !(bindpath.bld)\bld.msi"
71
- InstallCondition =" OptionsInstallBld"
72
71
DownloadUrl =" $(BaseReleaseDownloadUrl)/{2}" >
73
72
<MsiProperty Name =" INSTALLROOT" Value =" [InstallRoot]" />
74
73
</MsiPackage >
Original file line number Diff line number Diff line change 56
56
</Button >
57
57
58
58
<Label X =" 176" Y =" 111" Width =" -11" Height =" 30" FontId =" 2" DisablePrefix =" yes" >#(loc.OptionsFeaturesLabel)</Label >
59
- <Checkbox Name =" OptionsInstallBld" X =" 176" Y =" 141" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Bld_ProductName)</Checkbox >
59
+ <Checkbox Name =" OptionsInstallBld" X =" 176" Y =" 141" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" EnableCondition = " 0 " >#(loc.Bld_ProductName)</Checkbox >
60
60
<Checkbox Name =" OptionsInstallCli" X =" 176" Y =" 159" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Cli_ProductName)</Checkbox >
61
61
<Checkbox Name =" OptionsInstallDbg" X =" 176" Y =" 177" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Dbg_ProductName)</Checkbox >
62
62
<Checkbox Name =" OptionsInstallIde" X =" 176" Y =" 195" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Ide_ProductName)</Checkbox >
You can’t perform that action at this time.
0 commit comments