Hi!
I have abt 4 sections
1) My Application
2) JDK
3) Tomcat
4) Netscape
out of these, i want Section 1 & 3 be unable to uncheck. How is this possible
Panther24
Section Selections....
4 posts
First, try to read documentation (for example chapter #4.6.1.4 SectionIn [with RO parameter]).
If you search for forum with "section" or "component" and "check", "enable" you can find some examples (for example here).
If you search for forum with "section" or "component" and "check", "enable" you can find some examples (for example here).
I have done the search and have not been able to find the specific w.r.t selection, as u mentioned i found abt 10+ threads with similar title and 1 important thing
Lets just say that i'm restless abt getting to do things fast with NSIS as this is the 1st time i'm using any Installer and i was pretty much excited abt the way things began 2 work.
Anywayz tnx for the info.
Panther24
Lets just say that i'm restless abt getting to do things fast with NSIS as this is the 1st time i'm using any Installer and i was pretty much excited abt the way things began 2 work.
Anywayz tnx for the info.
Panther24
Here is an example:
Section "read only section"
SectionIn RO
SetOutPath "$INSTDIR"
File "file.txt"
SectionEnd
Section "read only section"
SectionIn RO
SetOutPath "$INSTDIR"
File "file.txt"
SectionEnd