How can I determine the minimum system requirement for a .NET application?
I'd like to be able to determine what I should list as a minimum system requirements to run my application in terms of RAM, CPU, etc.
The application is written in C# and uses .NET 3.5 and DirectX9.
Is it all about trial and error (running it in various setups to see if it works), or are there tools to do this?