View Single Post
  #10  
Old 28-12-2012, 15:58
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by jackstuff View Post
How to put a background music on a basic custom installer in unicode or ansi version doesn't matter & is registry entries r possible on the basic custom installer can u give me some example to show how
reg entries are simple, you grab them from your original installed game version, then using reg to inno conversion program english version ( under useful programs ( joe edited it to english from russian ) ).

http://fileforums.com/showthread.php?t=92995

Its make as ISS script from your saved reg file, the entire contents from the script go into [REGISTRY] section of your inno script.

DO NOT INSTALL, JUST RUN THE EXE TO SEE HOW THE MUSIC BUTTON LOOKS, THEN CANCEL INSTALL

here's a music button script that adds music to your script ( in russian so translate to english ). In the output dir is a setup.exe, just run it and you'll see the music botton in lower LH corner, you can change the image of the button & sound played by making appropriate changes to the files used. ( use any on CI8.5.7.4 or CIU etc for image / sound files )

good luck
Attached Files
File Type: rar Music Button.rar (14.03 MB, 110 views)

Last edited by pakrat2k2; 29-12-2012 at 09:00.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
jackstuff (28-12-2012)