home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 November / com_1103_1.iso / computer / spamtools / popfile-0.19.1-windows / setup.exe / $PROGRAMFILES / ioA.ini < prev    next >
Encoding:
INI File  |  2003-07-15  |  1.3 KB  |  74 lines

  1. #-------------------------------------------------------------------
  2. #
  3. # ioA.ini --- This file is used by "installer.nsi", the NSIS script
  4. #             used to create the Windows installer for POPFile.
  5. #             This file defines the layout of the custom page
  6. #             used to choose the port and startup options.
  7. #
  8. # Copyright (c) 2001-2003 John Graham-Cumming
  9. #
  10. #-------------------------------------------------------------------
  11.  
  12. [Settings]
  13. NumFields=7
  14.  
  15. [Field 1]
  16. Type=label
  17. Text=Choose the default port number for POP3 connections (110 recommended)
  18. Left=0
  19. Right=-1
  20. Top=0
  21. Bottom=10
  22.  
  23. [Field 2]
  24. Type=combobox
  25. ListItems=110|111|8110|8111
  26. Left=0
  27. Right=70
  28. Top=15
  29. Bottom=70
  30.  
  31. [Field 3]
  32. Type=label
  33. Text=Choose the default port number for 'User Interface' connections (8080 recommended)
  34. Left=0
  35. Right=-1
  36. Top=40
  37. Bottom=50
  38.  
  39. [Field 4]
  40. Type=combobox
  41. ListItems=8080|8081|9090|9091
  42. Left=0
  43. Right=70
  44. Top=55
  45. Bottom=110
  46.  
  47. [Field 5]
  48. Type=checkbox
  49. Text=Run POPFile automatically when Windows starts
  50. Left=0
  51. Right=-1
  52. Top=80
  53. Bottom=90
  54.  
  55. [Field 6]
  56. Type=GroupBox
  57. Text=IMPORTANT WARNING
  58. Left=0
  59. Right=-1
  60. Top=100
  61. Bottom=-5
  62.  
  63. [Field 7]
  64. Type=label
  65. Text=IF UPGRADING POPFILE --- PLEASE SHUTDOWN POPFILE BEFORE PROCEEDING
  66. Left=7
  67. Right=-7
  68. Top=115
  69. Bottom=125
  70.  
  71. #--------------------
  72. # End of ioA.ini
  73. #--------------------
  74.