Quote:
Originally Posted by jonhutty
Hi guys i need a bit of help i created my first repack with installer creator but now i want to give the script version ago so i downloaded blackbox script pack and the slideshow and video the main iss which i have created works fine but for some reason the music isn't playing, has at first i was getting error message in the script on line where music file is so i changed the name hoping it would compile and it did but the music still is not playing on the setup.exe and next trying to compile video and screenshots script its saying. WizardImageFile=Style\Background.bmp fault so it will not compile could you look through my files i have created upto now and tell me what i am doing wrong any help in this matter would be very great full. Also in the video and slideshow script i am torn between two backgrounds and i am trying to decide if it means just a picture slideshow you can enter into the script, or can you enter a game trailer through the script so you are watching the trailor while installing or just a slide show please advise .i hope you can help me choose thanks guys here are the files in zip anyway which i have created for this game
hope you like what you see upto now guys talk to you very soon i hope thanks for all of your help and giving me the hope to carry on trying with this has i love designing.
|
Very easy to fix, look in ISS script for lines:
WizardImageFile=
Style\Background.bmp
SetupIconFile=
Style\Setup.ico
WizardImageFile=
Style\Background.bmp
WizardSmallImageFile=
Style\smallbitmap.bmp
That means from where the base ISS script is there is a subfolder called Style, and those 4 items are in that subfolder. As for the music not playing, try naming the mp3 to just music.mp3 ( not the long name you have )
Same goes for video not playing, in the Video subfolder you have a long name for the mp4, rename it to basic Video.mp4, then it too will play after re-compiling the script.