WiX installer for XNA 4.0 game?
Posted
by
Mathias Lykkegaard Lorenzen
on Game Development
See other posts from Game Development
or by Mathias Lykkegaard Lorenzen
Published on 2011-11-22T00:53:55Z
Indexed on
2011/11/23
2:10 UTC
Read the original article
Hit count: 570
c#
I'm trying to make a quick installer for my XNA 4.0 game which should be able to install silently. I did some research and figured out that WiX would probably be best for me. I don't like the setup projects inbuilt in Visual Studio 2010, and InstallShield LE doesn't have an XNA 4.0 redistributable.
So, where can I find resources on how to make a WiX installer for an XNA 4.0 game?
I've tried these links, but with no luck. They are targeting a different XNA version, and I want to make sure that a silent install would be supported (while still installing all prerequisites).
http://blogs.msdn.com/b/astebner/archive/2008/11/17/9115792.aspx
© Game Development or respective owner