EnumINI plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
Line 9: Line 9:


EnumINI plug-in retrieves all the sections or all the keys in specified section of an initialization (.ini) file. There is also functions to check if specified section or key, exist in initialization file.
EnumINI plug-in retrieves all the sections or all the keys in specified section of an initialization (.ini) file. There is also functions to check if specified section or key, exist in initialization file.
== Notes ==
Buildable with VS2010 Pro @ x64.


[[Category:Plugins]]
[[Category:Plugins]]

Latest revision as of 17:29, 22 October 2012

Author: TrueparuEx (talk, contrib)


Links

Download (v0.13):
EnumINI.zip (6 KB)

Description

EnumINI plug-in retrieves all the sections or all the keys in specified section of an initialization (.ini) file. There is also functions to check if specified section or key, exist in initialization file.

Notes

Buildable with VS2010 Pro @ x64.