Compiling a Monogame Game into a single .exe
        Posted  
        
            by 
                user27483
            
        on Game Development
        
        See other posts from Game Development
        
            or by user27483
        
        
        
        Published on 2013-03-26T19:03:19Z
        Indexed on 
            2013/07/02
            11:16 UTC
        
        
        Read the original article
        Hit count: 518
        
Is it possible to compile a monogame game into a single .exe? I know if you go in the debug or release bin, there is in fact a .exe your game, except you move this .exe's file location or try to run in on another computer it crashes. I am also aware of the one-click application except this seems like a really messy way of redistributing a monogame game. How come when you build your game, the exe for it wont work anywhere but that file location and that computer. I am also aware that the computer probably needs the XNA framework downloaded to play the monogame game, so in short is it possible to redistribute a monogame game by creating a single .exe and assume that person who is using it doesnt have XNA or monogame installed?
© Game Development or respective owner