I am a novice and just used the clarion edition to make a setup for my VP
server 2012 r2

It's the most intuitive software i have used!

I learned to use (with require administrator) to change the rights on the
datafolder like this:

Run Program ("%SYS32DIR%\CMD.EXE", "/c icacls %DATAFOLDER% /grant
EveryoneOI)(CI)F /T") [Feature:Always Install] [Wait]

For removing the terrible blurry look of my app:

Run Program ("%SYS32DIR%\REG.EXE", "add "HKCU\Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers" /v "%_SB_INSTALLDIR%\app.exe" /t
REG_SZ /d "~ HIGHDPIAWARE") [Feature:Always Install] [Wait]

Thanks a lot!

PS Built 5708 updated today

Dirk