BaseApplications.wxs
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 2 3 <?include $(sys.CURRENTDIR)\Common.wxi?> 4 5 <?define BaseApplicationsFiles=?> 6 <?define BaseApplicationsFilesPath=$(var.BinDir)\?> 7 8 <Fragment> 9 <DirectoryRef Id="INSTALLFOLDER"> 10 <Component Id="Microsoft_CommandPalette_Extensions_winmd" Guid="304AD25A-A986-4058-940E-61DB79EBD78C" Bitness="always64"> 11 <RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components"> 12 <RegistryValue Type="string" Name="Microsoft_CommandPalette_Extensions_winmd" Value="" KeyPath="yes" /> 13 </RegistryKey> 14 <File Id="Microsoft.CommandPalette.Extensions.winmd" Source="$(var.BinDir)Microsoft.CommandPalette.Extensions.winmd" /> 15 </Component> 16 <!-- Generated by generateFileComponents.ps1 --> 17 <!--BaseApplicationsFiles_Component_Def--> 18 </DirectoryRef> 19 20 <ComponentGroup Id="BaseApplicationsComponentGroup"> 21 <ComponentRef Id="Microsoft_CommandPalette_Extensions_winmd" /> 22 </ComponentGroup> 23 24 </Fragment> 25 </Wix>