This is my code used for background music:
How do i make the song loop? its not long enough for the install process. Any way i can loop it?InitPluginsDir
SetOutPath $PLUGINSDIR
File "${SND_NAME}"
System::Call 'msvfw32.dll::MCIWndCreate(i 0, i 0,i 0x0000, t "$PLUGINSDIR\${SND_NAME}") i .R0'
SendMessage $R0 0x0806 0 0
SendMessage $R0 0x0872 0 1
Thanks
Simon