diff options
Diffstat (limited to 'Tools/msi/bundle/packagegroups/tools.wxs')
-rw-r--r-- | Tools/msi/bundle/packagegroups/tools.wxs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/msi/bundle/packagegroups/tools.wxs b/Tools/msi/bundle/packagegroups/tools.wxs index 06af5b5..c92f27b 100644 --- a/Tools/msi/bundle/packagegroups/tools.wxs +++ b/Tools/msi/bundle/packagegroups/tools.wxs @@ -9,6 +9,7 @@ ForcePerMachine="yes" InstallCondition="InstallAllUsers and Include_tools"> <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> + <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> </MsiPackage> <MsiPackage Id="tools_JustForMe" @@ -18,6 +19,7 @@ ForcePerMachine="no" InstallCondition="not InstallAllUsers and Include_tools"> <MsiProperty Name="TARGETDIR" Value="[TargetDir]" /> + <MsiProperty Name="OPTIONALFEATURESREGISTRYKEY" Value="[OptionalFeaturesRegistryKey]" /> </MsiPackage> </PackageGroup> </Fragment> |