Hi;
I am getting a bit confused with Version settings in InnoSetup.
Can any one tell me what I need to put if I want my app to run only on Windows XP and nothing else
Thank you
Printable View
Hi;
I am getting a bit confused with Version settings in InnoSetup.
Can any one tell me what I need to put if I want my app to run only on Windows XP and nothing else
Thank you
MinVersion: 0,5.01; OnlyBelowVersion: 0,5.01sp1
If you want it to install on XP SP2 just remove the OnlyBelowVersion statement