JSM
7th September 2004 00:33 UTC
2 q's, Remove "choose location to install"
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
JSM
7th September 2004 00:57 UTC
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
Snover
7th September 2004 01:58 UTC
When you are defining pages,
For Modern UI:
Do not "!insertmacro MUI_PAGE_DIRECTORY"
For classic UI:
Do not "Page directory"
JSM
7th September 2004 02:14 UTC
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