Shift by one, we have a group box now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2156 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ed873cb21c
commit
afd47d611a
1 changed files with 5 additions and 5 deletions
|
@ -37,15 +37,15 @@ Section "Components"
|
|||
|
||||
;Get Install Options dialog user input
|
||||
|
||||
ReadINIStr ${TEMP1} "$PLUGINSDIR\test.ini" "Field 1" "State"
|
||||
MessageBox MB_OK "Install X=${TEMP1}"
|
||||
ReadINIStr ${TEMP1} "$PLUGINSDIR\test.ini" "Field 2" "State"
|
||||
MessageBox MB_OK "Install Y=${TEMP1}"
|
||||
MessageBox MB_OK "Install X=${TEMP1}"
|
||||
ReadINIStr ${TEMP1} "$PLUGINSDIR\test.ini" "Field 3" "State"
|
||||
MessageBox MB_OK "Install Z=${TEMP1}"
|
||||
MessageBox MB_OK "Install Y=${TEMP1}"
|
||||
ReadINIStr ${TEMP1} "$PLUGINSDIR\test.ini" "Field 4" "State"
|
||||
MessageBox MB_OK "File=${TEMP1}"
|
||||
MessageBox MB_OK "Install Z=${TEMP1}"
|
||||
ReadINIStr ${TEMP1} "$PLUGINSDIR\test.ini" "Field 5" "State"
|
||||
MessageBox MB_OK "File=${TEMP1}"
|
||||
ReadINIStr ${TEMP1} "$PLUGINSDIR\test.ini" "Field 6" "State"
|
||||
MessageBox MB_OK "Dir=${TEMP1}"
|
||||
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue