Hi all,
Forgive me if these are common questions, ive tried to search for them..
How can I remove the section that asks the user to choose where to install the files?
Also, How can I install into 3 different locations? I can get the installer to extract my files to 1 folder, which is the defualt install location, but it will not install the others into a second folder...
thanks
2 q's, Remove "choose location to install"
4 posts
Ok, jsut found out how to do the install thing,...
still need help on how I can remove the information where a user has to select the install dir. I don't need that. thanks
still need help on how I can remove the information where a user has to select the install dir. I don't need that. thanks
When you are defining pages,
For Modern UI:
Do not "!insertmacro MUI_PAGE_DIRECTORY"
For classic UI:
Do not "Page directory"
For Modern UI:
Do not "!insertmacro MUI_PAGE_DIRECTORY"
For classic UI:
Do not "Page directory"
Thanks, Instead of that, i just removed that line and then used a custom page.. I love NSIS!! Once you get to understand it, its pretty easy!
Thanks
Thanks