1: $Id: nsis.key,v 1.5 2012/02/19 13:50:16 tom Exp $
2: NullSoft installer
3
4: TP_ALL
5.default Preproc
6!addincludedir
7!addplugindir
8!cd
9!define
10!echo
11!else
12!endif
13!error
14!execute
15!ifdef
16!ifmacrodef
17!ifmacrondef
18!ifndef
19!include
20!insertmacro
21!macro
22!macroend
23!packhdr
24!system
25!undef
26!verbose
27!warning
28
29.default Keyword
30allowskipfiles
31dirshow
32filebufsize
33langstringup
34reservefile
35setcompress
36setcompressionlevel
37setcompressordictsize
38setdatablockoptimize
39setdatesave
40setoverwrite
41setpluginunload
42uninstallexename
43
44: TP_GLOBAL
45addbrandingimage
46allowrootdirinstall
47autoclosewindow
48bgfont
49bggradient
50brandingtext
51caption
52changeui
53checkbitmap
54crccheck
55fileerrortext
56function
57icon
58installbuttontext
59installcolors
60installdir
61installdirregkey
62instprogressflags
63insttype
64langstring
65licensebkcolor
66licenselangstring
67loadlanguagefile
68miscbuttontext
69name
70outfile
71page
72pageex
73requestexecutionlevel
74section
75sectiongroup
76sectiongroupend
77setcompressor
78setfont
79showinstdetails
80showuninstdetails
81silentinstall
82silentuninstall
83spacetexts
84subcaption
85subsection
86subsectionend
87uninstallbuttontext
88uninstallcaption
89uninstallicon
90uninstallsubcaption
91uninstpage
92var
93viaddversionkey
94viproductversion
95windowicon
96xpstyle
97
98
99
100: TP_PAGEEX
101dirvar
102dirverify
103pagecallbacks
104pageexend
105
106: TP_PG (TP_GLOBAL | TP_PAGEEX)
107componenttext
108dirtext
109licensedata
110licenseforceselection
111licensetext
112uninstalltext
113detailsbuttontext
114completedtext
115
116: TP_SEC
117addsize
118sectionend
119sectionin
120
121: TP_FUNC
122functionend
123
124: TP_CODE (TP_SEC | TP_FUNC)
125abort
126bringtofront
127call
128callinstdll
129clearerrors
130getdllversion
131getdllversionlocal
132getfiletime
133getfiletimelocal
134copyfiles
135createdirectory
136createfont
137createshortcut
138deleteinisec
139deleteinistr
140deleteregkey
141deleteregvalue
142delete
143detailprint
144getinstdirerror
145enablewindow
146enumregkey
147enumregvalue
148exch
149exec
150execwait
151execshell
152expandenvstrings
153findwindow
154findclose
155findfirst
156findnext
157file
158flushini
159fileclose
160fileopen
161fileread
162filewrite
163filereadbyte
164filewritebyte
165fileseek
166getdlgitem
167getfullpathname
168gettempfilename
169hidewindow
170ifabort
171iferrors
172iffileexists
173ifrebootflag
174ifsilent
175intop
176intcmp
177intcmpu
178intfmt
179iswindow
180goto
181logset
182logtext
183messagebox
184nop
185pop
186push
187quit
188readinistr
189readregdword
190readregstr
191readenvstr
192reboot
193regdll
194rename
195return
196rmdir
197searchpath
198sectionsetflags
199sectiongetflags
200sectionsetinsttypes
201sectiongetinsttypes
202sectiongettext
203sectionsettext
204sectiongetsize
205sectionsetsize
206getcurinsttype
207setcurinsttype
208insttypesettext
209insttypegettext
210sendmessage
211setautoclose
212setctlcolors
213setbrandingimage
214setdetailsview
215setdetailsprint
216seterrors
217seterrorlevel
218geterrorlevel
219setfileattributes
220setoutpath
221setrebootflag
222setshellvarcontext
223setsilent
224showwindow
225sleep
226strcmp
227strcpy
228strlen
229unregdll
230writeinistr
231writeregbin
232writeregdword
233writeregstr
234writeregexpandstr
235writeuninstaller
236getfunctionaddress
237getlabeladdress
238getcurrentaddress
239initpluginsdir
240lockwindow
241
242.default Ident2
243$0
244$1
245$2
246$3
247$4
248$5
249$6
250$7
251$8
252$9
253$r0
254$r1
255$r2
256$r3
257$r4
258$r5
259$r6
260$r7
261$r8
262$r9
263$\r
264$\n
265$$
266$admintools
267$altstartup
268$appdata
269$cdburn_area
270$cmdline
271$commonfiles
272$cookies
273$desktop
274$documents
275$exedir
276$favorites
277$fonts
278$history
279$hwndparent
280$instdir
281$internet_cache
282$language
283$localappdata
284$music
285$nethood
286$outdir
287$pictures
288$pluginsdir
289$printhood
290$profile
291$programfiles
292$quicklaunch
293$recent
294$resources
295$resources_localized
296$sendto
297$smprograms
298$smstartup
299$startmenu
300$sysdir
301$temp
302$templates
303$videos
304$windir
305$_click
306$_outdir
307
308true
309false
310on
311off
312
313.default Ident2
314hkcr
315hklm
316hkcu
317hku
318hkcc
319hkdd
320hkpd
321hkey_classes_root
322hkey_local_machine
323hkey_current_user
324hkey_users
325hkey_current_config
326hkey_dyn_data
327hkey_performance_data
328
329normal
330archive
331hidden
332offline
333readonly
334system
335temporary
336file_attribute_normal
337file_attribute_archive
338file_attribute_hidden
339file_attribute_offline
340file_attribute_readonly
341file_attribute_system
342file_attribute_temporary
343
344mb_ok
345mb_okcancel
346mb_abortretryignore
347mb_retrycancel
348mb_yesno
349mb_yesnocancel
350mb_iconexclamation
351mb_iconinformation
352mb_iconquestion
353mb_iconstop
354mb_topmost
355mb_setforeground
356mb_right
357mb_defbutton1
358mb_defbutton2
359mb_defbutton3
360mb_defbutton4
361idabort
362idcancel
363idignore
364idno
365idok
366idretry
367idyes
368
369enabledbitmap
370disabledbitmap
371
372setdetailsview
373setdetailsprint
374setautoclose
375detailprint
376
377oninit
378onuserabort
379oninstsuccess
380oninstfailed
381onverifyinstdir
382onnextpage
383onprevpage
384onselchange
385
386sectiondivider
387
388pageexenc
389