Closed GoogleCodeExporter closed 9 years ago
Maybe you dont have XNA Game studio installed? If the sample is compiled as XNA
4.0 you need to install this
http://www.microsoft.com/download/en/details.aspx?id=20914. Or previous version
(really not sure which version of XNA is used in sample)
Original comment by jak.bu...@gmail.com
on 23 Feb 2012 at 6:09
Your right it does not. Does that mean anything I make using your library will
require the User to have XNA Game studio installed? Or can I fix that by making
an installer? http://msdn.microsoft.com/en-us/library/2kt85ked.aspx ?
Original comment by Charles....@gmail.com
on 23 Feb 2012 at 6:52
I'm not the creator of this library ;). XNA games require the user to have XNA
Framework. But its only "redistributable" version which means, that is much
smaller then the full XNA framework for developers. If you use VS integrated
publish function. In top menu Build -> Bublish [your project name]. It make
some kind of instalator which check and download prerequisites. You can also
see your project setting -> Publish tab.
For final release, you should use some other advanced instalation cerator...
such a Inno Setup. Hope I helped you
Original comment by jak.bu...@gmail.com
on 23 Feb 2012 at 7:32
You did help alot. Sorry about the late reply. I am working on learning the
Inno Setup because my express version will no do for publishing. Thanks for
helping me sort things out though.
Original comment by Charles....@gmail.com
on 24 Feb 2012 at 3:09
Original comment by lidg...@gmail.com
on 22 Mar 2012 at 3:56
Original issue reported on code.google.com by
Charles....@gmail.com
on 23 Feb 2012 at 4:25