Hello,
I am building a installer using MUI2 and it has 4 pages. Out of 4, directory page is one which I am currently concerned about.
In MUI2 directory page, I want destination path text box to display C:\Program Files by default and make the next button enabled which is disabled all the time until we select a path. I could not find a way to set them.
Can anyone please let me know, how can I get this accomplished.
Thanks in Advance !!
Setting default installation path to C:\Program Files in MUI2 directory page
3 posts
It's all in the manual. http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.21
Thank you... It worked 🙂