Quote:
Originally Posted by jackstuff
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