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:
kichik 2003-02-14 17:44:10 +00:00
parent ed873cb21c
commit afd47d611a

View file

@ -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