|
#61
|
||||
|
||||
|
I don't think i asked anything and i did those changes for personal use. And the play/stop button can be added on the .engine tho i have no idea how to create it, but is not a bother.
|
| Sponsored Links |
|
#62
|
||||
|
||||
|
If you used BASS library, there is a example next to it.
You must create a new button example Code:
[_code]
var
MusicButton: TNewButton;
procedure MusicButtonClick(Sender: TObject);
begin
case BASS_ChannelIsActive(SoundStream) of
BASS_ACTIVE_PLAYING:
begin
if BASS_Pause then
MusicButton.Caption := 'Music ON';
end;
BASS_ACTIVE_PAUSED:
begin
if BASS_Start then
MusicButton.Caption := 'Music OFF';
end;
end;
end;
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
pakrat2k2 (29-06-2018) | ||
|
#63
|
||||
|
||||
|
Quote:
|
|
#64
|
||||
|
||||
|
Hey, u can add music using bass function, u can't control it,
let's see how the wpi new is working, when dll is loaded then the dll is controling the inno next page and back page, so it just layer the form from dll to inno , like this Inno setup ---> then Form from dll so if u used any button it will be send to back because the form from dll showing topmost in inno form |
|
#65
|
|||
|
|||
|
Hello , i'm using Ultra Archive and compressing as precompress,LZMA , and edited arc.ini
when i add data1.bin in Arc1Source the uninstaller decompress it perfectly, but sometimes the ultra arch makes data2.bin so i edit in Arc2Source and make it like the Arc1Source like this : Quote:
the issue here is some times it freezes while decompressing the arch decompressed using ultra archive with FreeArc "Precomp ver p.zt and LZMA" and the Remaining time keeps increasing ... idk why that happens. hope you can check it and explain what happens.. and i hope you can compile in it the task bar icon and mini form Win6TaskBar.iss Win7TBP v1.0.iss Edit : As For the Taskbar i've already Compiled it and it's working properly ... Last edited by ahmedwaill; 23-09-2018 at 17:40. |
|
#66
|
||||
|
||||
|
Quote:
__________________
“WE ALL GO A LITTLE MAD SOMETIMES” |
|
#67
|
|||
|
|||
|
This is the most beautiful installer I've ever seen so far that there is music for God
|
|
#68
|
|||
|
|||
|
well it's ok bro i guess the issue is solved tho, i have to use another compressing method for now i use LZMA only
|
|
#69
|
|||
|
|||
|
hey, man is there a way to remove the Components Page ?!
|
|
#70
|
||||
|
||||
|
Use the debug function inside Inno (F9) and see where the error occurs in the script.
__________________
Haters gonna hate
|
|
#71
|
|||
|
|||
|
I can't decompressing protected arc files with this code
Arc1Password=******** am i wrong with the code ? |
|
#72
|
|||
|
|||
|
How i can remove configuration tab and add password for my archive in inno setup ? Thanks
|
|
#73
|
||||
|
||||
|
Quote:
BTW, great work Razor12911!!! |
|
#74
|
||||
|
||||
|
up to date WPI supporting xtool?
Hi all, was just wondering if anyone's made a WPI that supports xtool/ztool/xoodle etc, and if so if its possible to add music to the script? dont need a music button was just wondering if anyone has made one yet. i know chayan manna made one but i dont think his/hers supports xtool/ztool/ultrarc newest version. i could be mistaken though. let me know if there is one
![]() -Kitsune |
|
#75
|
||||
|
||||
|
Quote:
|
![]() |
|
|
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 |