Reference/ReadINIStr: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=ReadINIStr= user_var(output) ini_filename section_name entry_name Reads from entry_name in [section_name] of ini_filename and stores the value into user variable $x. The erro...")
(No difference)

Revision as of 17:03, 25 November 2011

ReadINIStr

user_var(output) ini_filename section_name entry_name

Reads from entry_name in [section_name] of ini_filename and stores the value into user variable $x. The error flag will be set and $x will be assigned to an empty string if the entry is not found.

ReadINIStr $0 $INSTDIR\winamp.ini winamp outname