View Single Post
  #11  
Old 11-07-2022, 09:04
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 79
Thanks: 699
Thanked 41 Times in 35 Posts
ScOOt3r is on a distinguished road
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

Last edited by ScOOt3r; 11-07-2022 at 09:07.
Reply With Quote
The Following User Says Thank You to ScOOt3r For This Useful Post:
Wikinoob (11-07-2022)