Forum Discussion
start point is not detected in portable programs
Can you please attach the package that you're trying to convert?
-Fiza
PM, MSIX Team
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>
- ravishroshanOct 20, 2023
Microsoft
atplsx MPT has native capability to convert portable apps but it can only detect a portable app if it has .zip extension. Extract "mkvtoolnix.exe" to a folder and then zip that folder back to .zip. In the 'Application package' flow, browse this .zip file from "Select installer" page. Proceed further until create package page. This flow creates start menu tiles for all the executable present inside the root of zip. Remove the ones you don't need from package manifest file in package editor flow.
- atplsxOct 20, 2023Brass Contributor
In previous versions, when I created a self-extracting archive (.exe) by compressing it with 7-zip, it detected the starting point as 1.2023.319.0, for example this version. Assets is not created when I create zip