C#
C#

help

Root Question Message

Sjefke
Sjefke12/8/2022
✅ EXE from MAUI

I made a program with MAUI. It runs with VS fine, but now I want to install this program on another computer. I think I need an EXE or some sort of executable. How to I do this? Did some research, could not find a working solution.
Angius
Angius12/8/2022
You need to publish your app
Sjefke
Sjefke12/8/2022
@85903769203642368 tried to, got a folder with 282 items... most are .dll files
Angius
Angius12/8/2022
$singlefile
Angius
Angius12/8/2022
This will be of use, then
Sjefke
Sjefke12/8/2022
That is something I haven't tried yet. I am going to try it now, thanks for the quick response!
Sjefke
Sjefke12/8/2022
@85903769203642368 Seems to be not possible on MAUI projects for some reason
OneWholesomeDev
OneWholesomeDev12/8/2022
@85903769203642368
MAUI projects cannot be published into a folder

They are Microsoft-Store only
Cyberrex
Cyberrex12/8/2022
the default is packaged (to msix)
Cyberrex
Cyberrex12/8/2022
you can build unpackaged
Sjefke
Sjefke12/9/2022
@85903769203642368 @263696696523882496 @802050521388941314 Thank you all for the help! I think the last github link will be the solution!
Cyberrex
Cyberrex12/9/2022
np
Cyberrex
Cyberrex12/9/2022
/close when youre done :)
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy