Forum Discussion

atplsx's avatar
atplsx
Copper Contributor
Feb 02, 2024

How to add right click context menu single exe file

How to add right click context menu single exe file. 

https://diskanalyzer.com/files/wiztree_4_18_portable.zip

 

<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" IgnorableNamespaces="uap uap2 uap3 uap10 rescap rescap3">
  <!--Package created by MSIX Packaging Tool version: 1.2023.1212.0-->
  <Identity Name="WizTree" Publisher="E=email address removed for privacy reasons, CN=Ottoman, OU=Ottoman, O=Ottoman, L=Istanbul, S=Turkiye, C=TR" Version="4.18.0.0" ProcessorArchitecture="x64" />
  <Properties>
    <DisplayName>WizTree</DisplayName>
    <PublisherDisplayName>Ottoman</PublisherDisplayName>
    <Description>WizTree</Description>
    <Logo>Assets\StoreLogo.png</Logo>
    <uap10:PackageIntegrity>
      <uap10:Content Enforcement="on" />
    </uap10:PackageIntegrity>
  </Properties>
  <Resources>
    <Resource Language="en-us" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22000.1" />
    <PackageDependency Name="Microsoft.WindowsAppRuntime.1.4" MinVersion="4000.1010.1349.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
  </Dependencies>
  <Applications>
    <Application Id="WZTREESixFour" Executable="PsfLauncher64.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements BackgroundColor="transparent" DisplayName="WizTree" Square150x150Logo="Assets\WZTREESixFour-Square150x150Logo.png" Square44x44Logo="Assets\WZTREESixFour-Square44x44Logo.png" Description="WizTree">
        <uap:DefaultTile Wide310x150Logo="Assets\WZTREESixFour-Wide310x150Logo.png" Square310x310Logo="Assets\WZTREESixFour-Square310x310Logo.png" Square71x71Logo="Assets\WZTREESixFour-Square71x71Logo.png" />
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.fileTypeAssociation">
          <uap3:FileTypeAssociation Name="mft">
            <uap:SupportedFileTypes>
              <uap:FileType>.mft</uap:FileType>
            </uap:SupportedFileTypes>
            <uap2:SupportedVerbs>
              <uap3:Verb Id="open" Parameters="&quot;%1&quot;">open</uap3:Verb>
            </uap2:SupportedVerbs>
            <rescap3:MigrationProgIds>
              <rescap3:MigrationProgId>WizTreeMFT</rescap3:MigrationProgId>
            </rescap3:MigrationProgIds>
          </uap3:FileTypeAssociation>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Extensions>
    <uap10:Extension Category="windows.installedLocationVirtualization">
      <uap10:InstalledLocationVirtualization>
        <uap10:UpdateActions AddedItems="keep" DeletedItems="reset" ModifiedItems="keep" />
      </uap10:InstalledLocationVirtualization>
    </uap10:Extension>
  </Extensions>
  
<Capabilities><Capability Name="internetClient" /><rescap:Capability Name="allowElevation" /><rescap:Capability Name="runFullTrust" /></Capabilities></Package>

 

 

No RepliesBe the first to reply

Resources