/usr/share/doc/nsis/Examples/TextFunc.ini is in nsis-doc 2.51-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | [Settings]
NumFields=15
NextButtonText=&Enter
[Field 1]
Type=Droplist
Flags=NOTIFY
State=1. LineFind
ListItems=1. LineFind|2. LineRead|3. FileReadFromEnd|4. LineSum|5. FileJoin|6. TextCompare|7. ConfigRead|8. ConfigWrite|9. FileRecode
Left=44
Right=139
Top=9
Bottom=100
[Field 2]
Type=FileRequest
Left=44
Right=-17
Top=30
Bottom=41
[Field 3]
Type=FileRequest
Left=44
Right=-17
Top=46
Bottom=57
[Field 4]
Type=FileRequest
State=3:-1
Left=44
Right=-17
Top=62
Bottom=75
[Field 5]
Type=Droplist
Flags=NOTIFY
State=Example1 (delete first two symbols)
ListItems=Example1 (delete first two symbols)|Example2 (show changed lines)|Example3 (delete lines)|Example4 (insert lines)|Example5 (replace in file - WordFunc.nsh required)|Example6 (line string to cut or delete)|Example7 (read lines)
Left=44
Right=-36
Top=81
Bottom=155
[Field 6]
Type=Droplist
Flags=NOTIFY
State=Example1 (Different or Equal)
ListItems=Example1 (Different or Equal)|Example2 (Compare line-by-line - Different)|Example3 (Compare line-by-line - Equal)|Example4 (Compare all lines - Different)|Example5 (Compare all lines - Equal)
Left=44
Right=-36
Top=81
Bottom=140
[Field 7]
Type=Droplist
State=FileReadFromEndCallback
ListItems=FileReadFromEndCallback
Left=44
Right=-36
Top=81
Bottom=92
[Field 8]
Type=Text
Flags=READONLY
Left=9
Right=-36
Top=108
Bottom=120
[Field 9]
Type=Button
Text=Edit
Flags=NOTIFY
Left=234
Right=256
Top=81
Bottom=92
[Field 10]
Type=Button
Text=Log
Flags=NOTIFY|DISABLED
Left=234
Right=256
Top=108
Bottom=120
[Field 11]
Type=Label
Text=InputFile
Left=10
Right=43
Top=32
Bottom=44
[Field 12]
Type=Label
Text=OutputFile
Left=10
Right=43
Top=48
Bottom=60
[Field 13]
Type=Label
Text=Range
Left=10
Right=44
Top=65
Bottom=75
[Field 14]
Type=Label
Text=Function
Left=10
Right=43
Top=81
Bottom=92
[Field 15]
Type=Label
Text=Result:
Left=10
Right=229
Top=97
Bottom=105
|