|
|
#1 |
|
Member
Join Date: Jan 2003
Posts: 78
|
Hi,
May I know if it is possible to skip a customised page if the user decides not to install a certain component? If that is possible, how should I go about scripting it? Thanks.
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,336
|
To skip a custom page just don't call the plug-in that creates the page itself. For example:
PHP Code:
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Member
Join Date: Jan 2003
Posts: 78
|
Hi,
May I know how do I find out which section has been checked? I dont quite get this: PHP Code:
Thanks. |
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,336
|
SF_SELECTED is defined in the one-section.nsi example and is exaplained in the documentation about SectionSetFlags.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Member
Join Date: Jan 2003
Posts: 78
|
Thanks a lot! Got it solved.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|