-
Hello, I created a package of my MAUI App. Thanks for your help. (sorry, English is not my native language) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I assume by "nothing happens" you mean you don't get an error anymore, but the app doesn't start either. |
Beta Was this translation helpful? Give feedback.
-
MAUI applications by default are shipped as PACKAGED applications. PACKAGED applications cannot be ran with just the exe. It must be bootstrapped into the system. If you want to distribute a packaged app, the only real way to do this is through the Microsoft Store. You can alternatively setup a local signing cert, publish and local sign, then hand off an install script to install. If you want a traditional exe install, you must do UNPACKAGED. You can read up on UNPACKAGED apps here |
Beta Was this translation helpful? Give feedback.
Yes I tried everything on the Microsoft doc :)
But i found this topic : #9839 and I will try to find the not catched exceptions, maybe it will work after that