how do i creat an .exe game file in XNA game studio express?

how do i creat an .exe game file in XNA game studio express?

ive tryed every thing but i cant work it out!!!!!

[131 byte] By [thecooldude] at [2007-12-24]
# 1

Why what problems are you facing. When you compile an application in the Express system it will create a directory in your project called Bin inside this there will be a debug and release directory, Your exe is located in these directories. One is compiled in the debug mode, and the other is compiled in release mode.

Remember that if you do wish to publish this exec you can only use the click once system or a third party product to build the setup program. But you can package the application up and use the xcopy method. Also the client machine must have the xna express system installed, this includes the C# Express system.

GlennWilson at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 2
so let me see if I understand this correctly

you are saying that in order to run any program generated with XNA in another system we need to install C# Express?

this seems to be the case since I′ve been trying to share the *.exe files with other friends and they are seeing errors also using the publish opption causes problems when C# is not installed. is this going to be fixed in the future or am I doing something wrong. I′ll appriciate the detail.

Thanks & Regards

dayson39 at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 3
It's a beta. The XNA framework runtime isn't available for download yet. Right now, yes, they'll need GSE installed.
mpipeagain at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...