Forum Discussion
atplsx
Aug 21, 2023Brass Contributor
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>
- The version is listed in line 2 of the screenshot of the manifest.
- atplsxBrass ContributorI tried with the latest version after this post, it still doesn't work
- atplsxBrass 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
Microsoft
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