Please add the ability to automatically play audio file immediately after launching .exe/.msi file without waiting beginning of the installation.
Thanks.
Audio playback starts only after installation begin(Progress Dialog Page), not after program start (Welcome Dialog Page).In order to play an audio file during the install process you can follow these steps:
in the Files and Folders page add the audio file as a temporary file
double-click the temporary file to show the Edit Temporary File dialog
in this dialog set the "Property" field to AI_AUDIOFILE_PATH
go to the Custom Actions page
under InstallUISequence -> WelcomeDlg add a Play Audio File custom action
set the "Expression" field in the Custom Action Properties page to (Not Installed)
No, it does not work.To start playing when "WelcomeDlg" dialog is shown you can simply move the custom action before "InstallUISequence" -> "WelcomeDlg", for example under "InstallUISequence" -> "FileCost". You can read more about standard action in this article.
Daniel.Radu wrote:Hello,
I'm not sure why you are encountering this behavior. Can you please set the AI_AUDIOFILE_UI property to "Play" before "PlayAudioFile" custom action and see if the behavior still reproduce? If so, can you please send us the .aip (project file), a verbose log of the installation and the related audio file to support at advancedinstaller dot com so we can investigate?
Go to "Custom Action" page and add a "Set Installer property" with sequence, scheduled before "PlayAudioFile" custom action, like this:All the best,
- Property: AI_AUDIOFILE_UI
Formatted: Play
Daniel