ja, thats the beauty of it, here is the code, assumption is you have a file called install.ini in the current dir formatted as above:

Code:

Break On

$PROFILE = ".\install.ini"

For Each $AppSection In Split(ReadProfileString($PROFILE, "", ""), CHR(10))

If $AppSection

?"App=" $AppSection

Endif

Next

Exit 0