|
#46
|
||||
|
||||
|
when i download the repack and extract it, it says that the zip is corrupted, i have redownloaded it more than 5 times..a new link??
|
| Sponsored Links |
|
#48
|
|||
|
|||
|
sry.can create trouble 1 game script ?
|
|
#49
|
||||
|
||||
|
Welcome Back Razor.
I have a question regarding this beautiful script. You said that music can be added trough BASS library but that can't be stopped. Are there any limitations to the script or? Until now FOR PERSONAL USE ONLY, i added splash, setup icon change and music to the script. Thank you in advance for answering and i hope you're ok and healthy. Peace Last edited by Th3Raven; 12-03-2018 at 11:51. |
|
#50
|
||||
|
||||
|
You mean stop or pause?
To stop it call BASS_Free; To pause it create a button with a OnClick call and then something like this Code:
procedure MusicButtonClick(Sender: TObject);
begin
case BASS_ChannelIsActive(SoundStream) of
BASS_ACTIVE_PLAYING:
begin
if BASS_Pause then
MusicButton.Caption := 'Sound On';
end;
BASS_ACTIVE_PAUSED:
begin
if BASS_Start then
MusicButton.Caption := 'Sound Off';
end;
end;
end;
__________________
Haters gonna hate
|
|
#51
|
||||
|
||||
|
Quote:
The question would be where do put this button and can it be accessed? |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ShivShubh (24-11-2019) | ||
|
#52
|
|||
|
|||
|
was this error ever fixed??? anyone?
|
|
#53
|
||||
|
||||
|
Quote:
__________________
Haters gonna hate
|
|
#54
|
||||
|
||||
|
Ok so the problems i encountered so far are:
-AppInfo it doesn't show it as i put it in (for example i add AppInfo3= Random text = this text in installer will be shown as second line not 3rd. and if i add for example 5 of these the last line AppInfo5 will be shows as 3rd and so on). To fix you need compile like 2 times and have the compiled setup started and edit the number in appinfo according the position is shown in the setup that is open. - Second issue is that the text you input in AppInfo contain this ' it willl give error when compile the script. - Redist is not installing any of the redist that are added neither from {app} or {src}. (tried all possible options as (put in first disc or last and from app folder). It simply bypass the redists and not install them. Now i have a question. How to add when it say "put disc with %1 file" the disc name or number? For example to show Disc 2 instead of simply disc? Last edited by Th3Raven; 15-03-2018 at 05:36. |
|
#55
|
|||
|
|||
|
How to add music ?
I'm beginner |
|
#56
|
|||
|
|||
|
Hello Razor12911
Please Help I want to extract free arc archive .bin files with inno setup please help using default inno setup script please Help meHere is my script i am attaching Last edited by mhamzaj786; 24-06-2018 at 00:17. Reason: attaching files |
|
#57
|
||||
|
||||
|
Really u think it possible to add music button in this installer, Get it first "it all embedded in dll u can't edit or modify the dll".
so stop asking to add music button and other dll in it , If u want then creates u're own |
|
#58
|
||||
|
||||
|
Quote:
so it can be added and is not in the DLL but in a .iss file with different extension. |
|
#59
|
||||
|
||||
|
Quote:
why don't u make a new using Asc by razor |
|
#60
|
||||
|
||||
|
and all other function is available for pro version new wpi and no one can't have it because razor gave it to some repack team - so stop asking!
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Phone Installer (WPI) | Razor12911 | Conversion Tutorials | 857 | 14-06-2025 22:20 |
| Windows Phone Installer Enhanced Mod (HMI 7.2 Final) | Chayan Manna | Conversion Tutorials | 93 | 02-10-2019 12:42 |
| Windows Phone Installer UltraARC mod | Gupta | Conversion Tutorials | 20 | 20-03-2018 21:10 |
| How can i unpack .pcf in windows phone installer | yash497 | Conversion Tutorials | 3 | 16-10-2016 09:07 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |