doesn't work
I can't even get it to display the custom page. any suggestions?
name "blah"
outfile "blah.exe"
installdir "$TEMP"
section ""
detailprint "blah"
sectionend
page custom blah blahh
page directory
page instfiles
function .oninit
initpluginsdir
file /oname=$TEMP\blah.ini blah.ini
functionend
function blah
push $R9
installoptions::dialog blah.ini
pop $R9
functionend
function blahh
push $R9
readinistr $R9 "$TEMP\blah.ini" "blah "text"
writeregstr HKCU "software\blah" "blah" "$R9"
pop $R9
functionend