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.m...
Fiza_Azmi
Microsoft
Sep 07, 2023Hi 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
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
- Sep 07, 2023The version is listed in line 2 of the screenshot of the manifest.
- atplsxSep 07, 2023Brass ContributorI tried with the latest version after this post, it still doesn't work
- atplsxSep 07, 2023Brass 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_AzmiSep 14, 2023
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- atplsxSep 15, 2023Brass Contributor
It worked in all previous versions, but it doesn't work in this version.
https://www.upload.ee/files/15687096/mkvtoolnix.exe.html
<?xml version="1.0" encoding="utf-8"?> <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.807.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><Capability Name="internetClient" /><rescap:Capability Name="runFullTrust" /></Capabilities></Package>