MPC-HC

Brass Contributor

Has anyone packaged the mpc-hc app?

https://github.com/clsid2/mpc-hc

it either doesn't open the files or opens after 10 minutes

<?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:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:desktop7="http://schemas.microsoft.com/appx/manifest/desktop/windows10/7" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap10 desktop7 rescap">
  <!--Package created by MSIX Packaging Tool version: 1.2023.504.0-->
  <Identity Name="MPC-HC" Publisher="E=email address removed for privacy reasons, CN=Ottoman, OU=Ottoman, O=Ottoman, L=Istanbul, S=Turkiye, C=TR" Version="2.0.0.0" ProcessorArchitecture="x64" />
  <Properties>
    <DisplayName>MPC-HC</DisplayName>
    <PublisherDisplayName>Ottoman</PublisherDisplayName>
    <Description>MPC-HC</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" />
  </Dependencies>
  <Applications>
    <Application Id="MPCHCSixFour" Executable="VFS\ProgramFilesX64\MPC-HC\mpc-hc64.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements BackgroundColor="transparent" DisplayName="MPC-HC x64" Square150x150Logo="Assets\MPCHCSixFour-Square150x150Logo.png" Square44x44Logo="Assets\MPCHCSixFour-Square44x44Logo.png" Description="MPC-HC x64">
        <uap:DefaultTile Wide310x150Logo="Assets\MPCHCSixFour-Wide310x150Logo.png" Square310x310Logo="Assets\MPCHCSixFour-Square310x310Logo.png" Square71x71Logo="Assets\MPCHCSixFour-Square71x71Logo.png" />
      </uap:VisualElements>
      <Extensions>
        <desktop7:Extension Category="windows.shortcut">
          <desktop7:Shortcut File="[{Common Programs}]\MPC-HC x64\MPC-HC x64.lnk" Icon="[{Package}]\VFS\ProgramFilesX64\MPC-HC\mpc-hc64.exe" Description="MPC-HC 2.0.0 (64-bit)" />
        </desktop7:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient" />
    <uap:Capability Name="picturesLibrary" />
    <uap:Capability Name="videosLibrary" />
    <uap:Capability Name="musicLibrary" />
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
</Package>
3 Replies
@TIMOTHY_MANGAN
Can you help with this issue?

Have you tried putting it through the latest MSIX Packaging Tool with Package Analyser to see what issues it identifies?

@AppsPackG 

Of course, I tried everything that can be applied, otherwise why would I ask for help?