DepChecker


Description

Deploying an XNA based game requires a lot of patience for writing the installer.

You need to make sure .NET is at least 2.0, to look for the visual 2005 runtimes, to ensure XNA 2.0 framework is also present, and DirectX must be at least 9.0c.

This kind of tests are typically done in the installer. However, depending on what you want to test, and on what you used to build your setup, it can be pretty boring.
So we made a lightweight tool to do this for you. It is particularly adapted to XNA games, but it can also be used for any other. There is a silent mode, so you user won’t even notice a check was performed if he already has all the requisites.
There is a full documentation in the DepChecker package, check it out!

Embedding DepChecker in an installer script

Here below is the NSIS script we used for ArkX. As you can see, we got rid of all the requisites tests.


Download DepChecker

Leave a Reply

Your email address will not be published. Required fields are marked *