Forum Discussion

a570585's avatar
a570585
Copper Contributor
Aug 05, 2025

Issues Editing MSIX Package to Disable LaunchWhenReady

We’re trying  to disable the LaunchWhenReady setting in our MSIX package by following the guidance provided in Microsoft's documentation. 
https://learn.microsoft.com/en-us/windows/msix/app-installer/how-to-create-custom-app-installer-ux
We initially tried using the MSIX Packaging Tool & Advanced installer to make the necessary changes in existing MSIX package, but were unable to get it working as expected.

2 Replies

  • I can't disable or change its default either, but the customization options mentioned in their docs work with Advanced Installer. Here is a package I created starting from their sample XML.

    I just added the XML in this folder in my Advanced Installer project:

     




  • I don't believe that you can remove the checkbox or affect the default setting, only change the location on the dialog.  

    ...but I understand why you want to...

     

    We also allow the use of this customization, we call "branding" in TMEditX (as we don't use the update mechanisms, but I suppose it could be added by editing the xml file after it is added).  We don't offer it in PsfTooling.

Resources