Just want to inform that there is (what i think) is a bug in tell.iss in /Scripts/
Change this:
To this:
Change this:
function Tells(string Line)
{
call PlaySound "${LavishScript.CurrentDirectory}/sounds/intercom.wav"
}
To this:
function Tells(string Line)
{
call PlaySound "${LavishScript.CurrentDirectory}/Scripts/Sounds/intercom.wav"
}