FileForums

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

ImmortalArc 19-01-2017 03:30

Quote:

Originally Posted by rinaldo (Post 455128)
xvid

use parent AutorunLock.Tile.handle

Code:

mciSendString('open "'+ ExpandConstant('{tmp}\Video.avi') +'" alias AVIFile parent '+ IntToStr(AutorunLock.Tile.handle) +' style child','',0,0)

Can you modify WPI and share with progress percentage Time remain estimate elapsed and which current file is extracting I no experience with codes mate please......
And how can I use animated gif in this??

user123456 20-01-2017 11:05

How to change colour

mausschieber 20-01-2017 13:09

Quote:

Originally Posted by user123456 (Post 455337)
How to change colour

Read post 395

rinaldo 20-01-2017 16:20

[Theme]
;Interface either be in dark or light
;Colors are Originally from OS Windows Phone 8 (01-20)
;Color random (21)
Image=1
Dark=1
Color=21


Code:

function MetroColor(Col: Integer): TColor;
begin
  case Col of
    01: Result:=$00C4A4;
    02: Result:=$17A960;
    03: Result:=$008A00;
    04: Result:=$A9AB00;
    05: Result:=$E2B11A;
    06: Result:=$EF5000;
    07: Result:=$FF006A;
    08: Result:=$FF00AA;
    09: Result:=$D072F4;
    10: Result:=$7300D8;
    11: Result:=$2500A2;
    12: Result:=$0014E5;
    13: Result:=$0068FA;
    14: Result:=$0AA3FF;
    15: Result:=$00C8E3;
    16: Result:=$2C5A82;
    17: Result:=$64876D;
    18: Result:=$877664;
    19: Result:=$8A6076;
    20: Result:=$2D52A0;
    21: Result:=random($FFFFFF);
  end;
end;


Siber Pro 22-01-2017 07:38

Rinaldo Or Anyone Please Help Me. I Added Video On Wizard For Play On Setup.jpg But That Have A Error When Testing. How I Can Do It? Please Help Me Now!!!

EzzEldin16 03-02-2017 06:29

Hey @Razor12911 or anyone can help me i want to update this script by adding :
1.percentage progress next to the progress bar
2.create start up menu icon button and address bar and browsing button same as desktop icon
3.extracting current file under the status
4.elapsed and remaining time
5.music button
* i'm making my own personal repacks i'm not sharing anything so please help if you have time

78372 08-02-2017 05:52

Can I use reflate+srep+delta+lzma archives with this installer? If I can use, how?

78372 09-02-2017 01:26

1 Attachment(s)
I've got this error. What's the problem? Any fix?

pakrat2k2 09-02-2017 09:19

never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end

TWOELV 09-02-2017 13:43

Quote:

Originally Posted by Chinmaya Mishra (Post 439832)
How Can We Add Music To It

this

78372 10-02-2017 05:54

Not working, However, I only need to use reflate on this script, for now

rinaldo 10-02-2017 06:09

Quote:

Originally Posted by 78372 (Post 455888)
Not working, However, I only need to use reflate on this script, for now

if you are unable to solve such a simple mistake, it is very difficult if not impossible to engage in compressions :)

78372 10-02-2017 08:55

Sorry but I am very much new to inno setup coding.

rinaldo 10-02-2017 09:25

2 Attachment(s)
noted defects by working version at not working version

move WindowsPhone.iss working version to box1 and WindowsPhone.iss not working version box2
and look for a difference

Razor12911 10-02-2017 09:59

Quote:

Originally Posted by pakrat2k2 (Post 455858)
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end

You must have at least 1 application executable else you'll get this error.
AppExe1 must be defined.

Quote:

Originally Posted by pakrat2k2 (Post 455858)
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end

It's actually correct, nothing wrong.


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

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