DeleteINIStr and DeleteINISec do not set the error flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3086 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ddeda1ce45
commit
2f48bf615d
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@ In all of the below registry instructions use an empty string (just two quotes w
|
|||
|
||||
\c ini_filename section_name
|
||||
|
||||
Deletes the entire section [section_name] from ini_filename. If the section could not be removed from the ini file, the error flag is set.
|
||||
Deletes the entire section [section_name] from ini_filename. The error flag is \e{not} set if the section could not be removed from the ini file
|
||||
|
||||
\S2{deleteinistr} DeleteINIStr
|
||||
|
||||
\c ini_filename section_name str_name
|
||||
|
||||
Deletes the string str_name from section [section_name] from ini_filename. If the string could not be removed from the ini file, the error flag is set.
|
||||
Deletes the string str_name from section [section_name] from ini_filename. The error flag is \e{not} set If the string could not be removed from the ini file.
|
||||
|
||||
\S2{deleteregkey} DeleteRegKey
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue