new Install Options read/write ini macro's
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1480 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
593a511516
commit
b78169763c
5 changed files with 65 additions and 36 deletions
|
@ -478,6 +478,18 @@
|
|||
|
||||
!macroend
|
||||
|
||||
!macro MUI_INSTALLOPTIONS_READ VAR FILE SECTION KEY
|
||||
|
||||
ReadIniStr ${VAR} "$PLUGINSDIR\${FILE}" "${SECTION}" "${KEY}"
|
||||
|
||||
!macroend
|
||||
|
||||
!macro MUI_INSTALLOPTIONS_WRITE FILE SECTION KEY VALUE
|
||||
|
||||
WriteIniStr "$PLUGINSDIR\${FILE}" "${SECTION}" "${KEY}" "${VALUE}"
|
||||
|
||||
!macroend
|
||||
|
||||
;--------------------------------
|
||||
;BASIC FUNCTIONS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue