also harvest the winmd file

This commit is contained in:
vanzue
2025-12-11 15:10:41 +08:00
parent 51956c6f25
commit e621c78a1f

View File

@@ -7,11 +7,18 @@
<Fragment> <Fragment>
<DirectoryRef Id="INSTALLFOLDER"> <DirectoryRef Id="INSTALLFOLDER">
<Component Id="Microsoft_CommandPalette_Extensions_winmd" Guid="304AD25A-A986-4058-940E-61DB79EBD78C" Bitness="always64">
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components">
<RegistryValue Type="string" Name="Microsoft_CommandPalette_Extensions_winmd" Value="" KeyPath="yes" />
</RegistryKey>
<File Id="Microsoft.CommandPalette.Extensions.winmd" Source="$(var.BinDir)Microsoft.CommandPalette.Extensions.winmd" />
</Component>
<!-- Generated by generateFileComponents.ps1 --> <!-- Generated by generateFileComponents.ps1 -->
<!--BaseApplicationsFiles_Component_Def--> <!--BaseApplicationsFiles_Component_Def-->
</DirectoryRef> </DirectoryRef>
<ComponentGroup Id="BaseApplicationsComponentGroup"> <ComponentGroup Id="BaseApplicationsComponentGroup">
<ComponentRef Id="Microsoft_CommandPalette_Extensions_winmd" />
</ComponentGroup> </ComponentGroup>
</Fragment> </Fragment>