diff options
Diffstat (limited to 'Tools/msi/bundle/packagegroups/exe.wxs')
-rw-r--r-- | Tools/msi/bundle/packagegroups/exe.wxs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/msi/bundle/packagegroups/exe.wxs b/Tools/msi/bundle/packagegroups/exe.wxs index 046b90e..50346d9 100644 --- a/Tools/msi/bundle/packagegroups/exe.wxs +++ b/Tools/msi/bundle/packagegroups/exe.wxs @@ -7,6 +7,7 @@ ForcePerMachine="yes" Compressed="$(var.CompressMSI)" DownloadUrl="$(var.DownloadUrl)" + EnableFeatureSelection="yes" InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip)"> <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> </MsiPackage> @@ -32,6 +33,7 @@ ForcePerMachine="no" Compressed="$(var.CompressMSI)" DownloadUrl="$(var.DownloadUrl)" + EnableFeatureSelection="yes" InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip)"> <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> </MsiPackage> |