Icks92
7th July 2009 18:39 UTC
How to check and disable a checkbox by default ?
Hello,
I am looking for a curious thing.
I would like to put on my NSIS a checkbox that is checked by default, and appears in grey, like the checkbox in Windows, when you can't change its status.
I can't find how to check and disable it by default.
Is there anyone have the solution please ?
Thank you very much for your help.
Afrow UK
7th July 2009 19:28 UTC
Do you mean a components page check box or a custom page check box?
Stu
Icks92
8th July 2009 08:06 UTC
On a custom page please. But if it's easier on a components page, I will try to do my best to transfert it.
pnukasani
10th July 2009 06:34 UTC
Hi All,
This is the Process toto check and disable a checkbox by default and by using:
we need to write inside the Section as ::SectionIn R0::
Ex:
Section "Java" SEC01
SectionIn RO
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "..\..\Documents and Settings\pnukasani\Desktop\Java.txt"
SectionEnd
Icks92
15th July 2009 10:25 UTC
Originally posted by jpderuiter
Double post:
http://forums.winamp.com/showthread....hreadid=308078
Thank you very much, it's exactly what I was looking for !