home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / InstallOptions / test.ini < prev    next >
INI File  |  2003-11-16  |  1KB  |  76 lines

  1. [Settings]
  2. NumFields=8
  3.  
  4. [Field 1]
  5. Type=GroupBox
  6. Left=0
  7. Right=-1
  8. Top=0
  9. Bottom=-5
  10. Text=" This is a group box... "
  11.  
  12. [Field 2]
  13. Type=checkbox
  14. Text=Install support for X
  15. Left=10
  16. Right=-10
  17. Top=17
  18. Bottom=25
  19. State=0
  20. Flags=GROUP
  21.  
  22. [Field 3]
  23. Type=checkbox
  24. Text=Install support for Y
  25. Left=10
  26. Right=-10
  27. Top=30
  28. Bottom=38
  29. State=1
  30. Flags=NOTABSTOP
  31.  
  32. [Field 4]
  33. Type=checkbox
  34. Text=Install support for Z
  35. Left=10
  36. Right=-10
  37. Top=43
  38. Bottom=51
  39. State=0
  40. Flags=NOTABSTOP
  41.  
  42. [Field 5]
  43. Type=FileRequest
  44. State=C:\poop.poop
  45. Left=10
  46. Right=-10
  47. Top=56
  48. Bottom=68
  49. Filter=Poop Files|*.poop|All files|*.*
  50. Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY
  51.  
  52. [Field 6]
  53. Type=DirRequest
  54. Left=10
  55. Right=-10
  56. Top=73
  57. Bottom=85
  58. Text=Select a directory...
  59. State=C:\Program Files\NSIS
  60.  
  61. [Field 7]
  62. Type=Label
  63. Left=10
  64. Right=-10
  65. Top=90
  66. Bottom=98
  67. Text=This is a label...
  68.  
  69. [Field 8]
  70. Type=Text
  71. Left=10
  72. Right=-10
  73. Top=98
  74. Bottom=120
  75. State="Multiline\r\nedit..."
  76. Flags=MULTILINE|VSCROLL|WANTRETURN