FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer (FMX) (https://fileforums.com/showthread.php?t=99856)

Ketan 10-02-2018 09:05

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??

pakrat2k2 10-02-2018 09:09

Quote:

Originally Posted by Ketan (Post 466572)
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??

nope not corrupted. You have to use LATEST winrar or 7-zip, earlier versions will give that.

Fire God 04-03-2018 02:33

sry.can create trouble 1 game script ?

Th3Raven 12-03-2018 11:45

Welcome Back Razor. :D
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

KaktoR 12-03-2018 13:11

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;


Razor12911 12-03-2018 20:56

Quote:

Originally Posted by KaktoR (Post 468903)
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;


I don't think this will work.
The question would be where do put this button and can it be accessed?

Dansoft 13-03-2018 07:26

Quote:

Originally Posted by remixfrance (Post 464666)
Why installer on a 1920x1080 monitor I have this ? :

https://image.prntscr.com/image/E2_a...ejT0fTk-A.jpeg

was this error ever fixed??? anyone?

KaktoR 13-03-2018 09:18

Quote:

Originally Posted by Razor12911 (Post 468910)
I don't think this will work.
The question would be where do put this button and can it be accessed?

Good question, i thought the src was completely free now :D

Th3Raven 15-03-2018 05:21

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?

ERRORXPCW 16-06-2018 09:44

How to add music ?

I'm beginner

mhamzaj786 24-06-2018 00:13

I want to extract free arc archive .bin files with inno setup please help
 
1 Attachment(s)
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 me
Here is my script i am attaching

Jiva newstone 28-06-2018 09:52

Quote:

Originally Posted by ERRORXPCW (Post 471704)
How to add music ?

I'm beginner

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

Th3Raven 28-06-2018 12:05

Quote:

Originally Posted by Jiva newstone (Post 472133)
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

I did add music and splash screen to this installer tho i didn't managed to add a play stop button for music.
so it can be added and is not in the DLL but in a .iss file with different extension.

Jiva newstone 28-06-2018 23:12

Quote:

Originally Posted by Th3Raven (Post 472134)
I did add music and splash screen to this installer tho i didn't managed to add a play stop button for music.
so it can be added and is not in the DLL but in a .iss file with different extension.

dll has many function to control and handle inno, so .engine also a iss - razor just made it not mess with others,
why don't u make a new using Asc by razor

Jiva newstone 28-06-2018 23:16

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!


All times are GMT -7. The time now is 22:06.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com