After the user has pressed Next, I want to get a string of the dir that they chose.
I'm not sure which entry name I'm supposed to be checking, so I've been trying to get something from State or Text, but seem to be getting nothing back.
Also I've tried using insertmacro and ReadINIStr but neither work.
This message box just gives me "Values are = and "!insertmacro MUI_INSTALLOPTIONS_READ $ChosenDir1 "$PLUGINSDIR\ChooseInstallDir.ini" "Field 3" "State";
ReadINIStr $ChosenDir2 "$PLUGINSDIR\ChooseInstallDir.ini" "Field 3" "Text"
MessageBox MB_OK "Values are = $ChosenDir1 and $ChosenDir2"
Any ideas of what I'm doing wrong?