Adventure Game Studio

Community => General Discussion => Topic started by: Knox on Tue 20/04/2010 22:52:11

Title: Check for system requirements software?
Post by: Knox on Tue 20/04/2010 22:52:11
Hi!

Ive got a program that enables me to create an installer, but do you guys know of a software that will perform tests on the system to see if the minimum requirements are met? If they arent met, it will display a "failed" test...and wont let you install the game.

I was looking around for something like this without luck :P
Title: Re: Check for system requirements software?
Post by: tzachs on Tue 20/04/2010 23:04:12
I once did it with visual studio (ClickOnce) and this plugin:

visual studio bootstrapper (http://msdn.microsoft.com/en-us/magazine/cc163899.aspx)
Title: Re: Check for system requirements software?
Post by: xenogia on Thu 22/04/2010 03:28:04
Do you really need a system requirement installer for an AGS game though. 
Title: Re: Check for system requirements software?
Post by: Oliwerko on Thu 22/04/2010 11:58:00
I think letting the installer refuse to install the game isn't the way to go.

I mean, I remember my old 433Mhz machine that was able to run some games that displayed twice its hardware power as minimum reqs. It's ok to warn the user that his PC doesn't meet the reqs, but I think it's up to him wheter he tries it anyway or not.

Moreover - what Xen said.
Title: Re: Check for system requirements software?
Post by: tzachs on Thu 22/04/2010 19:24:52
Quote from: Oliwerko on Thu 22/04/2010 11:58:00
I think letting the installer refuse to install the game isn't the way to go.

With the bootstrapper you can customize it so that it would prompt you, and install the pre-requirement for you (if possible).
Title: Re: Check for system requirements software?
Post by: Knox on Sun 25/04/2010 14:30:29
Its true...I just wanted to know if it existed! I can see how it can get annoying, for sure :P

I think Ill just let it up to the user!