Hello everybody
I'm trying to add a "Minimum requirement page" to my NSIS installer (Window version, min RAM, min free space on disk...).
I don't want to use a licence page because I already have one, and I want to avoid the accept/decline button).
The text I need to display is placed in a .txt file in another directory (something like ..\..\..\dist\readme.txt).
Can you indicate me the easiest way to do it?
Minimum Requirement page
3 posts
You can have multiple license pages and you can control the button text so if you want some kind of ReadMe page then this is the easy solution.
Ok, I'll try something like that.
Thank you !
Thank you !