Greetings, 🙂
Please tell me the right to write this code in the Unicode(v.2.46.5)?
...
!define SND_ASYNC 1
!define SND_FILENAME 0x20000
!define SND_LOOP 8
!define SND_NAME "InstallTheme.wav"
ReserveFile "${NSISDIR}\Plugins\system.dll"
SetOutPath "$TEMP\${MOD_NAME_BASE} Installation2\bgi_ground"
ReserveFile "${SND_NAME}"
File "${SND_NAME}"
System::Call 'Winmm::PlaySound(t"$TEMP\${MOD_NAME_BASE} Installation2\bgi_ground\${SND_NAME}", i0, i${SND_FILENAME}|${SND_ASYNC}|${SND_LOOP})'
...
In general, as a whole, the issue is resolved related to their music, they automatically repeat, etc., in ANSI Nsis it works... 🙁
MfG MaGoth,