Forum Discussion
cfsen
Oct 31, 2023Copper Contributor
How to install MSIX application into subfolder in Start Menu
I have a WPF .NET 7 application that I am trying to install in a subfolder within the Start menu. I have found this article (https://learn.microsoft.com/en-us/windows/msix/packaging-tool/create-start...
Peer-Atle
Nov 28, 2023Brass Contributor
- cfsen AppxManifest.xml seams OK. "VisualGroup does not work on Win10. Try install .msix on Server 2022 or Win 11. I think you wil see the difference.
- Peer-AtleDec 06, 2023Brass ContributorHave now tested once more. Either the MSIX package must contain 2 or more shortcuts to the same start menu folder or 2 msix packages with shortcuts to the same folder must be installed.
- cfsenNov 30, 2023Copper Contributor
Peer-Atle Thanks for the info. I need to support Win10 though. Do you know of a way to accomplish this on Win10?
- Peer-AtleDec 01, 2023Brass ContributorI don't know how to fix this in Win10. Maybe a new Win10 build will enable this feature.