note about not using full path with INI instructions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3837 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
520f6f1281
commit
94c7e0cd1c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
In all of the below registry instructions use an empty string (just two quotes with nothing between them - "") as the key name to specify the default key which is shown as (Default) in regedit.exe.
|
||||
|
||||
If a full path is not specified for any of the INI handling instructions, the Windows directory will be used.
|
||||
|
||||
\S2{deleteinisec} DeleteINISec
|
||||
|
||||
\c ini_filename section_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue