lots of updates: user variables, new instructions, text updates, changelog etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4fbd8b1991
commit
91dc660c02
12 changed files with 149 additions and 83 deletions
|
@ -69,9 +69,9 @@ Assign to the user variable $x, the full path of the file specified. If the path
|
|||
|
||||
\S2{gettempfilename} GetTempFileName
|
||||
|
||||
\c user_var(output)
|
||||
\c user_var(output) base_dir
|
||||
|
||||
Assign to the user variable $x, the name of a temporary file. The file will have been created, so you can then overwrite it with what you please. The name of the temporary file is guaranteed to be unique. Delete the file when done with it.
|
||||
Assign to the user variable $x, the name of a temporary file. The file will have been created, so you can then overwrite it with what you please. The name of the temporary file is guaranteed to be unique. If to want the temporary file to be created in another directory than the Windows temp direcory, specify a base_dir. Delete the file when done with it.
|
||||
|
||||
\S2{searchpath} SearchPath
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue