WiX installer for XNA 4.0 game?
- by Mathias Lykkegaard Lorenzen
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
http://xnainstaller.codeplex.com/