Forum Discussion

atplsx's avatar
atplsx
Brass Contributor
Aug 21, 2023

start point is not detected in portable programs

start point is not detected in portable programs and visual assets are not rendered either, it was working properly in previous versions of msix packaging tools.

 

<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap10 rescap">
<!-- Package created by MSIX Packaging Tool version: 1.2023.718.0 -->
<Identity Name="MKVToolNix" Publisher="E=email address removed for privacy reasons, CN=Ottoman, OU=Ottoman, O=Ottoman, L=Istanbul, S=Turkiye, C=TR" Version="79.0.0.0" ProcessorArchitecture="x64"/>
<Properties>
<DisplayName>MKVToolNix</DisplayName>
<PublisherDisplayName>Ottoman</PublisherDisplayName>
<Description>MKVToolNix</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>
<Capabilities>
<rescap:Capability Name="runFullTrust"/>
</Capabilities>
</Package>

 

  • Hi atplsx
    Can you please mention the version of MSIX Packaging Tool that you are using? It seems like the feature is working in the latter screenshots.

    -Fiza
    PM, MSIX Team
      • atplsx's avatar
        atplsx
        Brass Contributor
        I tried with the latest version after this post, it still doesn't work
    • atplsx's avatar
      atplsx
      Brass Contributor

      i use 1.2023.807.0 version
      It was doing this in the previous stable version, but now even though I choose the program, when I package it, it does not put exe and other files in it.

      • Fiza_Azmi's avatar
        Fiza_Azmi
        Icon for Microsoft rankMicrosoft
        Yes, just wanted to confirm if you're on the latest version as the screenshot indicates a previous version. This should ideally work in the latest build.

        Can you please attach the package that you're trying to convert?

        -Fiza
        PM, MSIX Team

Resources