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:
kichik 2005-01-05 12:44:54 +00:00
parent 520f6f1281
commit 94c7e0cd1c

View file

@ -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. 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 \S2{deleteinisec} DeleteINISec
\c ini_filename section_name \c ini_filename section_name