Well the requirements doc does say "Windows OS" and covers portions of it.
But I wrote 2 batch files to set the permissions correctly on 2008/IIS7. First is Install_permits. which allows the installation top proceed. The second is RunTime_Permits.bat which does the permissions reset at the end. I'm still refining this but it's free so that's what it's worth. Run them both from the root of your Dolphin website.
You'll need a program called fileACL which is used to batch set permissions.Get it from:
REM Set ROOT of script for simple read access
fileacl . /S NETWORK SERVICE:RX
REM
REM Add write and modify access
REM
REM DIRECTORIES
REM
fileacl backup /G NETWORK SERVICE:WD
fileacl cache /G NETWORK SERVICE:WD
fileacl groups\gallery /G NETWORK SERVICE:WD
fileacl groups\orca\cachejs /G NETWORK SERVICE:WD
fileacl groups\orca\classes /G NETWORK SERVICE:WD
fileacl groups\orca\js /G NETWORK SERVICE:WD
fileacl groups\orca\layout /G NETWORK SERVICE:WD
fileacl groups\orca\log /G NETWORK SERVICE:WD
fileacl inc /R NETWORK SERVICE:WD
fileacl langs /G NETWORK SERVICE:WD
fileacl media\images /G NETWORK SERVICE:WD
fileacl media\images\banners /G NETWORK SERVICE:WD
fileacl media\images\blog /G NETWORK SERVICE:WD
fileacl media\images\classifieds /G NETWORK SERVICE:WD
fileacl media\images\gallery /G NETWORK SERVICE:WD
fileacl media\images\profile /G NETWORK SERVICE:WD
fileacl media\images\profile_bg /G NETWORK SERVICE:WD
fileacl media\images\promo /G NETWORK SERVICE:WD
fileacl media\images\promo\original /G NETWORK SERVICE:WD
fileacl media\images\sdating /G NETWORK SERVICE:WD
fileacl media\images\sharingImages /G IIS_IUSERS:WD
fileacl media\sound /G NETWORK SERVICE:WD
fileacl media\video /G NETWORK SERVICE:WD
fileacl orca\cachejs /G NETWORK SERVICE:WD
fileacl orca\classes /G NETWORK SERVICE:WD
fileacl orca\conf /G NETWORK SERVICE:WD
fileacl orca\js /G NETWORK SERVICE:WD
fileacl orca\layout /G NETWORK SERVICE:WD
fileacl orca\log /G NETWORK SERVICE:WD
fileacl periodic /R NETWORK SERVICE:WD
fileacl tmp /G NETWORK SERVICE:WD
fileacl templates\tmpl_uni\css /G NETWORK SERVICE:WD
fileacl templates\tmpl_uni\css /G IUSR:RXWD
REM
REM FILES
REM
fileacl inc\db_cached\MenuContent.inc /G NETWORK SERVICE:RWXD
fileacl inc\db_cached\MenuContent.inc /G IUSR:RWXD
fileacl inc\db_cached\PageView.inc /G NETWORK SERVICE:RXWD
fileacl inc\db_cached\PageView.inc /G IUSR:RXWD
fileacl inc\db_cached\ProfileFields.inc /G NETWORK SERVICE:RWXD
fileacl inc\db_cached\ProfileFields.inc /G IUSR:RWXD
fileacl inc\db_cached\SiteStat.inc /G NETWORK SERVICE:RWXD
fileacl inc\db_cached\SiteStat.inc /G IUSR:RWXD
fileacl inc\params.inc.php /G NETWORK SERVICE:RWXD
fileacl inc\params.inc.php /G IUSR:RWXD
fileacl inc\prof.inc.php /G NETWORK SERVICE:RWXD
fileacl inc\prof.inc.php /G IUSR:RWXD
fileacl periodic\cmd.php /R NETWORK SERVICE:WD
fileacl periodic\cupid.php /R NETWORK SERVICE:WD
fileacl periodic\notifies.php /R NETWORK SERVICE:WD
REM
REM RAY FOLDERS
REM
fileacl ray\modules\board\files /G NETWORK SERVICE:WD
fileacl ray\modules\chat\files /G NETWORK SERVICE:WD
fileacl ray\modules\im\files /G NETWORK SERVICE:WD
fileacl ray\modules\movie\files /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\files /G NETWORK SERVICE:WD
fileacl ray\modules\music\files /G NETWORK SERVICE:WD
REM
REM RAY FILES
REM
fileacl ray\modules\global\data\integration.dat /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\data\integration.dat /G IUSR:RXWD
fileacl ray\modules\board\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\board\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\board\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\board\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\chat\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\chat\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\chat\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\chat\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\desktop\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\desktop\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\desktop\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\desktop\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\global\app\ffmpeg.exe /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\app\ffmpeg.exe /G IUSR:RXWD
fileacl ray\modules\global\inc\cron.inc.php /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\inc\cron.inc.php /G IUSR:RXWD
fileacl ray\modules\global\inc\header.inc.php /R NETWORK SERVICE:RXWD
fileacl ray\modules\global\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\global\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\im\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\im\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\im\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\im\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\movie\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\movie\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\movie\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\movie\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\mp3\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\mp3\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\mp3\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\mp3\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\music\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\music\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\music\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\music\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\presence\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\presence\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\presence\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\presence\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\shoutbox\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\shoutbox\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\shoutbox\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\shoutbox\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\skins.xml /G IUSR:RXWD
fileacl ray\modules\video\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\config.xml /G IUSR:RXWD
fileacl ray\modules\video\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\langs.xml /G IUSR:RXWD
fileacl ray\modules\video\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\main.xml /G IUSR:RXWD
fileacl ray\modules\video\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\skins.xml /G IUSR:RXWD
REM
pause