Forum Discussion
Naveen_Nooka
Microsoft
Oct 20, 2023MSIX Packaging tool - Insider Release now available
The latest version of the MSIX Packaging tool is now available in insiders. With features of Package Analyzer, PSF Fixup configurations from MSIX Packaging tool itself, this will simplify conversion ...
atplsx
Oct 20, 2023Brass Contributor
Hi
It's great that you added these psf fixes. It does not run the package as administrator in the Packet Analyzer tab. That's why I can't analyze it.
<?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:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap10 rescap">
<!--Package created by MSIX Packaging Tool version: 1.2023.1005.0-->
<Identity Name="DismPlusPlus" Publisher="E=email address removed for privacy reasons, CN=Ottoman, OU=Ottoman, O=Ottoman, L=Istanbul, S=Turkiye, C=TR" Version="10.1.1002.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Dism++</DisplayName>
<PublisherDisplayName>Ottoman</PublisherDisplayName>
<Description>Dism++</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="DSMXSixFour" Executable="VFS\AppVPackageDrive\Dism++\Dism++x64.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements BackgroundColor="transparent" DisplayName="Dism++x64" Square150x150Logo="Assets\DSMXSixFour-Square150x150Logo.png" Square44x44Logo="Assets\DSMXSixFour-Square44x44Logo.png" Description="Dism++x64">
<uap:DefaultTile Wide310x150Logo="Assets\DSMXSixFour-Wide310x150Logo.png" Square310x310Logo="Assets\DSMXSixFour-Square310x310Logo.png" Square71x71Logo="Assets\DSMXSixFour-Square71x71Logo.png" />
</uap:VisualElements>
</Application>
</Applications>
<Extensions>
<uap10:Extension Category="windows.installedLocationVirtualization">
<uap10:InstalledLocationVirtualization>
<uap10:UpdateActions AddedItems="keep" DeletedItems="reset" ModifiedItems="keep" />
</uap10:InstalledLocationVirtualization>
</uap10:Extension>
</Extensions>
<Capabilities><Capability Name="internetClient" /><rescap:Capability Name="allowElevation" /><rescap:Capability Name="runFullTrust" /></Capabilities></Package>
Also, as I mentioned before, the starting point of portable programs is still not detected.
Naveen_Nooka
Microsoft
Oct 21, 2023atplsx - thanks for the input. In the preview version, analyzer tab doesn't work for apps that need elevated permissions. The item is in the backlog and we are looking to address this soon.