|
8 | 8 | Compressed="$(var.CompressMSI)" |
9 | 9 | DownloadUrl="$(var.DownloadUrl)" |
10 | 10 | EnableFeatureSelection="yes" |
11 | | - InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip)"> |
| 11 | + InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and not LauncherOnly"> |
12 | 12 | <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> |
13 | 13 | <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> |
14 | 14 | </MsiPackage> |
|
17 | 17 | ForcePerMachine="yes" |
18 | 18 | Compressed="$(var.CompressPDB)" |
19 | 19 | DownloadUrl="$(var.DownloadUrl)" |
20 | | - InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols"> |
| 20 | + InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly"> |
21 | 21 | <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> |
22 | 22 | <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> |
23 | 23 | </MsiPackage> |
|
26 | 26 | ForcePerMachine="yes" |
27 | 27 | Compressed="$(var.CompressMSI_D)" |
28 | 28 | DownloadUrl="$(var.DownloadUrl)" |
29 | | - InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug"> |
| 29 | + InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly"> |
30 | 30 | <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> |
31 | 31 | <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> |
32 | 32 | </MsiPackage> |
|
37 | 37 | Compressed="$(var.CompressMSI)" |
38 | 38 | DownloadUrl="$(var.DownloadUrl)" |
39 | 39 | EnableFeatureSelection="yes" |
40 | | - InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip)"> |
| 40 | + InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and not LauncherOnly"> |
41 | 41 | <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> |
42 | 42 | <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> |
43 | 43 | </MsiPackage> |
|
46 | 46 | ForcePerMachine="no" |
47 | 47 | Compressed="$(var.CompressPDB)" |
48 | 48 | DownloadUrl="$(var.DownloadUrl)" |
49 | | - InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols"> |
| 49 | + InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly"> |
50 | 50 | <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> |
51 | 51 | <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> |
52 | 52 | </MsiPackage> |
|
55 | 55 | ForcePerMachine="no" |
56 | 56 | Compressed="$(var.CompressMSI_D)" |
57 | 57 | DownloadUrl="$(var.DownloadUrl)" |
58 | | - InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug"> |
| 58 | + InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly"> |
59 | 59 | <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> |
60 | 60 | <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> |
61 | 61 | </MsiPackage> |
|
0 commit comments