Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run an XNA game without .NET or XNA installed?

Tags:

c#

.net

xna

I've developed an XNA game that I'd like to show a few people at my school, but unfortunately the school computers don't have XNA or the right version of the .NET frameworks installed. And since they are school computers, I can't just just install them.

My questions is whether it is possible or not to run my game without these installed. I was hoping that I might be able to just copy some DLLs or something onto my flash drive or something similar.

like image 737
Adam P Avatar asked Nov 16 '11 02:11

Adam P


1 Answers

No - The .NET Framework requires a fairly elaborate installation. You will not be able to run an XNA game without installing the appropriate framework.

like image 139
Reed Copsey Avatar answered Nov 15 '22 15:11

Reed Copsey