Need help with tell

HerpHandler

Active Member
Im trying to get tell.iss to play a sound and it seems that even the default code only plays windows default beep sound for me. I checked that the .wav was in the right directory.

call PlaySound "${LavishScript.CurrentDirectory}/sounds/intercom.wav"

is what is in the tell.iss but it still only plays the default windows sound.

Any ideas how or what Im doing wrong
 

gp1001

Active Member
HerpHandler said:
Im trying to get tell.iss to play a sound and it seems that even the default code only plays windows default beep sound for me. I checked that the .wav was in the right directory.

call PlaySound "${LavishScript.CurrentDirectory}/sounds/intercom.wav"

is what is in the tell.iss but it still only plays the default windows sound.

Any ideas how or what Im doing wrong
Your not doing anything wrong, I get the same exact thing... I dont know what has changed. It must be something with either ISX or Innerspace...
 
Last edited:
Top Bottom