mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
|
|
|
<?include $(sys.CURRENTDIR)\Common.wxi?>
|
|
|
|
<?define BaseApplicationsFiles=?>
|
|
<?define BaseApplicationsFilesPath=$(var.BinDir)\?>
|
|
|
|
<Fragment>
|
|
<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 -->
|
|
<!--BaseApplicationsFiles_Component_Def-->
|
|
</DirectoryRef>
|
|
|
|
<ComponentGroup Id="BaseApplicationsComponentGroup">
|
|
<ComponentRef Id="Microsoft_CommandPalette_Extensions_winmd" />
|
|
</ComponentGroup>
|
|
|
|
</Fragment>
|
|
</Wix>
|