{"id":4173,"date":"2026-02-23T14:05:45","date_gmt":"2026-02-23T19:05:45","guid":{"rendered":"https:\/\/www.tmurgent.com\/TmBlog\/?p=4173"},"modified":"2026-02-23T14:05:45","modified_gmt":"2026-02-23T19:05:45","slug":"new-in-tmeditx-editor-and-tools-7-1","status":"publish","type":"post","link":"https:\/\/www.tmurgent.com\/TmBlog\/?p=4173","title":{"rendered":"New in TMEditX Editor and Tools 7.1"},"content":{"rendered":"\n<p>Version 7.1 of the <strong>TMEditX Editor<\/strong> and the <strong>TMEditX Tools<\/strong> are both released today.&nbsp; This is a feature release, and the post covers both releases.<\/p>\n\n\n\n<h2>TMEditX Editor 7.1<\/h2>\n\n\n<div style=\"width: 600px;\">\n\n<em><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-3652 size-thumbnail\" src=\"https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2023\/11\/TMEditX_500x500-150x150.png\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2023\/11\/TMEditX_500x500-150x150.png 150w, https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2023\/11\/TMEditX_500x500-300x300.png 300w, https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2023\/11\/TMEditX_500x500.png 600w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/>TMEditX Editor is the licensed and much more capable tool for fixing up MSIX <\/em><em>packages, better than PsfTooling since it doesn&#8217;t have to depend on the Microsoft MSIX Packaging Tool to create the final package.\u00a0 <a href=\"https:\/\/www.tmurgent.com\/appv\/en\/buy\/tmeditx\/tmeditx-download\" target=\"_blank\" rel=\"noreferrer  noopener\">[Download_page]<\/a><\/em>\n\n<\/div>\n\n\n<p>\u00a0<\/p>\n<table style=\"border-collapse: collapse; width: 100%; height: 570px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\"><strong>Type<\/strong><\/td>\n<td style=\"width: 84.4262%; height: 26px;\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\"><strong>PSF<\/strong><\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p>Updated to Psf v2026.02.22<\/p>\n<p>See blog post: <a href=\"https:\/\/www.tmurgent.com\/TmBlog\/?p=4190\">Psf v2026.02.22 \u2013 Confessions of a Guru<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 336px;\">\n<td style=\"width: 15.5738%; height: 336px;\"><strong>Feature<\/strong><\/td>\n<td style=\"width: 84.4262%; height: 336px;\">\n<p><strong>MSIX Bundles.<\/strong><\/p>\n<p>Support to open an msixbundle file, including those with a .msix extension.<\/p>\n<p>We are not attempting to allow you to edit the file so much as recognize the format, show you the files and the contents of BundleAppXManifest.xml file.\u00a0 Also added, is the ability to double-click on one of the embedded MSIX files to open that for edit.<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Feature<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>Alternate Code Pages.<\/strong><\/p>\n<p>Added detection of apps that use alternative CodePage encoding in their WInPE format.\u00a0 Also added a new Recommended fixup to add the Uap8:ActiveCodePage parameter to the AppXManifest file.<\/p>\n<p>This is very important for apps that spawn off child apps and communicate over the Console port (stdin\/stdout). These are mostly cross-platform apps build for Linux originally.<\/p>\n<p>The official documentation from Microsoft for the Uap7:Properties element does not list this new element as an option, and the parameter is also missing from documentation.\u00a0 The Uap7 schema does not mention this new parameter, but it is defined in the Uap8 schema file.\u00a0 We tried adding this to a package and it solved the problem.<\/p>\n<p>So we added the detection and fixup to the editor, and filed a documentation bug with Microsoft.<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Features<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>Support for things only seen in Vendor supplied packages.<\/strong><\/p>\n<p>The following features and changes were made to support packages released in MSIX form from developers.\u00a0 IT will still want to vet and change many\/most of these packages before deploying. In many cases, these packages include things we never see in captured packages.<\/p>\n<ul>\n<li>The bundle feature mentioned above.\u00a0 You may not want to deploy the bundle, but just the embedded msix file for your architecture, plus possibly a resource or dependency framework package.\u00a0 Because we identify these, you can copy them from the temporary unpack folder.<\/li>\n<li>Added support for ContentType attribute of the FileTypeAssociation element.\u00a0 While not really important to be in the package, we want to preserve the fidelity of what the developer asked for, so have added this support.<\/li>\n<li>Added support for ToastActivatorCLIS for desktop toast notifications in the AppXManifest.\u00a0 Captured installers use a different element.<\/li>\n<li>Added support for some original foundational package level extensions that we assumed has been obsoleted by the COM extension family.\u00a0 This also helps to close the gap on the last (hopefully) missing COM functionality for captured packages &#8211; managed in-process x86 COM.<\/li>\n<li>Added uap:ApplictionContentUriRules support to the AppXManifest.<\/li>\n<li>Added support for DeviceCapabilities in the AppXManifest.<\/li>\n<li>Added support for the undocumented schema &#8220;getTemplate&#8221; seen in several vendor AppXManifest files.\u00a0 These are like the build schema extensions that are not part of MSIX but show up as documentation of the tooling used.\u00a0 We now process these and keep them in the package.<\/li>\n<li>Fixed support for packages declaring &#8220;windows.AppExtension&#8221; extensions to an application.\u00a0 We never see these in recaptured apps and had an error in our processing of these.<\/li>\n<li>Fixed support for Desktop3:CloudFiles regarding the requirement for IconResource.\u00a0 We think only OneDrive uses this.<\/li>\n<li>Fixed support for Framework and Resource type packages.<\/li>\n<li>Fixed the regex parsing for Uap5:Host to use the ECMA flavor of regex for pattern matching when validating a file.<\/li>\n<li>Fixed support for Uap5:IdentityType in OutOfProcessServer.<\/li>\n<li>Fixed support for the rarely used Uap:EditFlags parameter in FileTypeAssociations.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Feature<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>Newer VCRuntime versions.<\/strong><\/p>\n<p>Added a detection and warning in the &#8220;Unfixable and Informational&#8221; area for a package that has a newer version of VCRuntime files than that of the PSF.\u00a0 This should only come up if your version of TMEditX is not up to date.\u00a0 If detected, the package may or may not work correctly.<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Feature<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>Firewall Rules.<\/strong><\/p>\n<p>Added a new configuration and three detections associated with Windows Firewall Rules added by application installers.\u00a0 See our research paper for a lot of detail about all of this:<\/p>\n<p><a href=\"https:\/\/tmurgent.com\/appv\/en\/resources\/white-paperlist\/658-windows-firewall-msix\">https:\/\/tmurgent.com\/appv\/en\/resources\/white-paperlist\/658-windows-firewall-msix<\/a><\/p>\n<p>Via configuration, you may opt in to detecting missing firewall rules and adding them into the AppXManifest, or opt-out to remove any present.<\/p>\n<p>The detections will either add a Recommended Fixup to add or remove these rules, or an Informational one for the add scenario if there are any that cannot be automatically handled.<\/p>\n<p>There are some rules that cannot be automatically added; these will appear in the &#8220;unfixable and Informational&#8221; list. Typically, these are wildcard rules and we can&#8217;t add them to the AppXManifest as is. You can manually add these to the AppXManifest once you determine which exe they should apply to.<\/p>\n<p>Command line parameters for overrides to the tool configuration were also added for this feature.\u00a0 They are \/AutoAddFirewallRules and \/AutoRemoveFirewallRules.<\/p>\n<p>You may need the new cmdlets in PassiveInstall 3.0 to get the MMPT to capture firewall rules laid down by the vendor installer as part of your installation wrapper script.\u00a0 Again, see that blog post for details.<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Feature<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>Update While In Use.<\/strong><\/p>\n<p>Added a new optional fixup to add the Uap17:UpdateWhileInUse property to the package.<\/p>\n<p>This property does not seem to actually work at this time, and we have asked Microsoft to investigate.\u00a0 But it does no harm to add it!<\/p>\n<p>It is supposed to solve an issue for the scenario where this package tries to update an installed package of different version and that package is in use.\u00a0 The intent of this feature is to allow the request to be placed in a deferred queue to be completed later, rather than what happens today.<\/p>\n<p>What happens today depends on how the install was requested.\u00a0 From the AppInstaller GUI, it would kill the running process without warning and install.\u00a0 From other methods, it will fail.<\/p>\n<p>We like this feature and hope Microsoft will fix it.<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Feature<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>Improvements to shortcut detection and processing.<\/strong><\/p>\n<p>Added support for installers that drop .website files to the start menu or desktop, rather than .url and .lnk files.<\/p>\n<p>Also added support for installers that drop .lnk files that just point to a .url or .website file elsewhere in the package to get to a webpage.<\/p>\n<p>Also added support for an installer that just drops the http\/s reference\u00a0 as the target of a .lnk file.\u00a0 This one (only) uses the Uap:StartPage element and avoids the need for the PSF.<\/p>\n<p>Also added support for advertised shortcuts that have a url as the target.<\/p>\n<p>Also added support for a situation where the package has two shortcuts that used the same named exe file as the target, but using two different filepaths.\u00a0 This was treated as a duplication previously and has now been fixed.<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"width: 15.5738%; height: 26px;\">Change<\/td>\n<td style=\"width: 84.4262%; height: 26px;\">\n<p><strong>.Net Runtime Detection.<\/strong><\/p>\n<p>Improvements to detection of .Net Runtime dependencies for components in the package.<\/p>\n<p>These appear in the &#8220;Unfixed and Informational&#8221; list.\u00a0<\/p>\n<p>Note that when a detection for .Net runtime of 5 or more appears, that or any newer version should be OK.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 15.5738%;\">Change<\/td>\n<td style=\"width: 84.4262%;\">\n<p><strong>Minimum Package Version<\/strong><\/p>\n<p>In the previous release, we added a configuration feature that would prevent the tool from updating the Minimum OS version of the package.\u00a0<\/p>\n<p>Normally, the tool updates this field if it adds a feature that only works on that OS or above.\u00a0 Some schema extensions require this field be increased or the feature will be ignored even if on an OS that support it.\u00a0 But updating this field means you can&#8217;t install the package on older OSs. So, we added this feature in to avoid the problem.<\/p>\n<p>Unfortunately, not all schema elements are silently ignored (even if we request it) and including one of those elements in the AppXManifest without increasing the Minimum OS makes it impossible to install the package on back-rev OSs like Server 2022 (and Windows 10).<\/p>\n<p>Now, if such identified elements are part of the package, we will update the minimum OS version, so that the feature works in all situations where it can work.\u00a0 This is probably better for those down-rev systems as the issue is now detected at package installation time and not at user runtime.\u00a0 The package analysis log also tells you about the change so you can track it at packaging time.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 15.5738%;\">Fix<\/td>\n<td style=\"width: 84.4262%;\">\n<p><strong>Updated VCRuntimes added with the PSF to the now latest version.<\/strong><\/p>\n<p>The PSF requires VCRuntime redistributables, and TMEditX supplies these to the package when requested.\u00a0 We try to keep the version needed by the PSF in line with the latest version released by Microsoft, so that these will be at or greater than what an application might require.<\/p>\n<p>We have updated the redistributables in this release to the currently latest version available from Microsoft, 14.50.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 15.5738%;\">Fix<\/td>\n<td style=\"width: 84.4262%;\">\n<p><strong>\u00a0ILV Option<\/strong><\/p>\n<p>In the previous release we added a new option to opt-out of using InstalledLocationVirtualization. We had a bug and it only took affect if included using the cmdline option.<\/p>\n<p>This is fixed.\u00a0 Sorry!<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 15.5738%;\">Fix<\/td>\n<td style=\"width: 84.4262%;\">\n<p><strong>Are you Sure?<\/strong><\/p>\n<p>In the previous release we added a new option to ask an &#8220;are you sure&#8221; like question if the package currently under edit has not been saved if the user attempts to close the window or open a new package.\u00a0 The cancel button did not work.<\/p>\n<p>We fixed that.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where to get the release<\/h3>\n\n\n\n<p>The latest version of TMEditX Editor is found at the following link.&nbsp; TMEditX has a fully functional trial mode that can be used to verify just how good it is.&nbsp; <a href=\"https:\/\/tmurgent.com\/appv\/en\/buy\/tmeditx\/tmeditx-download\">TMEditX Download<\/a><\/p>\n\n\n\n<h2>TMEditX Tools 7.1<\/h2>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-medium wp-image-4046\" src=\"https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2025\/07\/TMEditX_Tools--300x300.png\" alt=\"\" width=\"200\" height=\"200\" srcset=\"https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2025\/07\/TMEditX_Tools--300x300.png 300w, https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2025\/07\/TMEditX_Tools--150x150.png 150w, https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2025\/07\/TMEditX_Tools--768x768.png 768w, https:\/\/www.tmurgent.com\/TmBlog\/wp-content\/uploads\/2025\/07\/TMEditX_Tools-.png 1024w\" sizes=\"auto, (max-width: 200px) 100vw, 200px\" \/><span style=\"font-size: 14px;\">TMEditX Tools is the free tools for packagers wanting to quickly test and debug their MSIX packages.\u00a0 It contains two apps.\u00a0 <strong>MSIXDeploy<\/strong> is used to install, uninstall, and debug MSIX and AppAttach packages from your file share without the need of a server.\u00a0<strong>ParsePsfDebugLog<\/strong> is a tool for organizing and formatting the debug log output produced when you use the PSF (especially the Debug Psf).<\/span><\/p>\n\n\n\n<p>MSixDeploy:<\/p>\n<ul>\n<li>Added support for showing the internal package types on the MSIX packages tab, including bundle, framework, resource, and modification types.<\/li>\n<li>Added the version of the PSF of the package on the MSIX packages tab.<\/li>\n<li>Other assorted fixes.<\/li>\n<\/ul>\n<p>ParsePsfLog:<\/p>\n<ul>\n<li>Added support for PsfFtaCom filtering.<\/li>\n<li>Added support for some new log file syntaxes from the new PSF version.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Where to get the release<\/h3>\n\n\n\n<p>TMEditX Tools is free, and the latest release may be found at <a href=\"https:\/\/tmurgent.com\/appv\/en\/resources\/tools-downloads\/msix-tools\/128-msix-tools\/652-tmeditx-tools-install\">TMEditX Tools Download<\/a><\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Version 7.1 of the TMEditX Editor and the TMEditX Tools are both released today.&nbsp; This is a feature release, and the post covers both releases. TMEditX Editor 7.1 \u00a0 Type Description PSF Updated to Psf v2026.02.22 See blog post: Psf v2026.02.22 \u2013 Confessions of a Guru Feature MSIX Bundles. Support to open an msixbundle file,&hellip; <a class=\"more-link\" href=\"https:\/\/www.tmurgent.com\/TmBlog\/?p=4173\">Continue reading <span class=\"screen-reader-text\">New in TMEditX Editor and Tools 7.1<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[53,56,50],"tags":[52,54,7],"class_list":["post-4173","post","type-post","status-publish","format-standard","hentry","category-msix","category-psf","category-tools","tag-msix","tag-psf","tag-tools","entry"],"_links":{"self":[{"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=\/wp\/v2\/posts\/4173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4173"}],"version-history":[{"count":19,"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=\/wp\/v2\/posts\/4173\/revisions"}],"predecessor-version":[{"id":4196,"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=\/wp\/v2\/posts\/4173\/revisions\/4196"}],"wp:attachment":[{"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4173"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4173"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tmurgent.com\/TmBlog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}