|
|
#1 |
|
Junior Member
Join Date: Oct 2005
Posts: 13
|
Multiple directories in page directory
Hello!
I'm quite new to NSIS. I would like to be able to add multiple destination directories to my installer is this possible using the standard directory page or the MUI directory page? I would like for it to display two directory boxes in one page. Regards, Simon |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Use InstallOptions. See Examples\InstallOptions and Docs\InstallOptions.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Posts: 13
|
Is there no way to do this with the standard components?
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
No, not two in one page. You can use two directory pages, but not two directories in one page.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Oct 2005
Posts: 13
|
k, thx.
I'm doing it in two pages now. Since i don't want to write it from scratch... but i guess at some point i will be forced to do it. Thx for the fast response. Is it possible to see the InstallOptions that MUI directory uses? So i could clone it and simply add a couple of things. Or is it hardcoded in some way? |
|
|
|
|
|
#6 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
The InstallOptions INI file the MUI uses is in Contrib\Modern UI. But that's just for the welcome and finish page, there's no InstallOptions INI file for the directory page. The directory page is built-in.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|