This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Playing a sound in loop.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 22, 2008
12:29 PM
Playing a sound in loop.
hi guys,
I've been asked to develop an install for our product. But I have to play a song, sound, music, etc in background while the software is being installed.
I know that InstallShield doesn't support sound feature basically.
But I've heard about using the winmm.dll to play a sound. Could someone give me more infos about it and what to use in the installscript code to make it work.
Thanks!
Vince
I've been asked to develop an install for our product. But I have to play a song, sound, music, etc in background while the software is being installed.
I know that InstallShield doesn't support sound feature basically.
But I've heard about using the winmm.dll to play a sound. Could someone give me more infos about it and what to use in the installscript code to make it work.
Thanks!
Vince
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 22, 2008
02:12 PM
Depending on your project type, you might look into the InstallScript PlayMMedia function, which takes MMEDIA_PLAYCONTINUOUS and MMEDIA_PLAYASYNCH flags that might help...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 22, 2008
04:24 PM
oh yea sorry, it's an InstallScript Project. Thanks for the tip, i'll look at that function.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2021
01:58 AM
I also had the same problem, fix it. Can anyone give more detailed instructions?