View Single Post
  #2  
Old 11-07-2022, 09:09
Wikinoob Wikinoob is offline
Registered User
 
Join Date: Apr 2018
Location: UK
Posts: 43
Thanks: 26
Thanked 11 Times in 8 Posts
Wikinoob is on a distinguished road
Quote:
Originally Posted by ScOOt3r View Post
yes it does if you want to add music to your installer

also this line
#define myextension "data.bin" ;; You can edit this to be whatever you want (your script) is fine but if there is more then one .bin file which is common then you need or can change it to

#define myextension ".bin" /* You can edit this to be whatever you want */ (and it will automatically read anything with a.bin extension great when you have selective stuff or optional stuff like language files etc.


ScOOt3r
Its weird then, I must be doing something wrong as the MUSIC.MP3 is in the "Script" folder but not playing once compiled and running installer?
Reply With Quote