microsoft--powertoys
79031da543
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Publish Dev Docs Website / build (push) Failing after 1s
Publish Dev Docs Website / deploy (push) Has been skipped
Spell checking / Report (Push) (push) Has been cancelled
Spell checking / Report (PR) (push) Has been cancelled
29 行
1.2 KiB
XML
29 行
1.2 KiB
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
|
|
|
<?include $(sys.CURRENTDIR)\Common.wxi?>
|
|
|
|
<?define BaseApplicationsFiles=?>
|
|
<?define BaseApplicationsFilesPath=$(var.BinDir)\?>
|
|
|
|
<Fragment>
|
|
<!-- winmd must be in WinUI3Apps (ExternalLocation) for WinRT COM proxy/stub resolution -->
|
|
<DirectoryRef Id="WinUI3AppsInstallFolder">
|
|
<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)WinUI3Apps\Microsoft.CommandPalette.Extensions.winmd" />
|
|
</Component>
|
|
</DirectoryRef>
|
|
<DirectoryRef Id="INSTALLFOLDER">
|
|
<!-- Generated by generateFileComponents.ps1 -->
|
|
<!--BaseApplicationsFiles_Component_Def-->
|
|
</DirectoryRef>
|
|
|
|
<ComponentGroup Id="BaseApplicationsComponentGroup">
|
|
<ComponentRef Id="Microsoft_CommandPalette_Extensions_winmd" />
|
|
</ComponentGroup>
|
|
|
|
</Fragment>
|
|
</Wix>
|