I am new to Inno Setup and I have a program which is a 64 bit application and tested on Intel processors. It needs 4 GB RAM and runs on some graphic cards and ...
How can I create a setup that check target computer and if it is not compatible, it stops installing and give proper error information to user?
Can I do this without writing Inno Setup scripts?