Replies: 1 comment 2 replies
-
This is the part where WinAppSDK may be a bit difficult to work with, let us know which scenarios when you find them, but if you find yourself in that situation, you can also use
Indeed, we do not have the section on how to deploy unpackaged apps, but let's change this with #17762.
That should work, but same answer as above, you can use the
Uno Resizetizer is based on MAUI's version, with additional fixes and additional platforms (wasm, desktop, etc...). Try it out and let us know if there are scenarios that don't work. |
Beta Was this translation helpful? Give feedback.
-
I have been struggling with Microsoft and the Maui team for eight months now trying to create an unpackaged app. When you follow the Maui team's instructions, the app is published to the correct output folder, but when the application is run select icons such as font icons do not show up. You only get a placeholder rectangle where the icon should be.
I see in your publish instructions how to publish a packaged app, but this will not work for my application. Our application will be self-distributed and will never be deployed via any of the app stores. Plus, the way the MSIX apps get installed, they are installed in the user's appdata folder so if more than one person uses the computer, you get multiple copies of the app. Not good!
We have always distributed our Windows-based app via an installer generated with the WiX Toolset. My question is: if I just bundle up the contents of the bin\Debug\net8.0-windows10.0.19041, will I suffer the same fate with Uno? I was told by the Maui Product Manager that they suspected the resizetizer as the culprit, and that they had the issue fixed. They did not have it fixed as I verified over this past weekend. Hence, this is driving my decision to drop Maui and move to Uno. I think you guys use your own resizetizer. Is your version YOUR version or is it just Microsoft's version rebundled?
Beta Was this translation helpful? Give feedback.
All reactions