|
#406
|
||||
|
||||
|
Quote:
And how can I use animated gif in this??
__________________
Sharing is caring : immortal words.. |
| Sponsored Links |
|
#407
|
|||
|
|||
|
How to change colour
|
|
#408
|
||||
|
||||
|
#409
|
||||
|
||||
|
[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;
__________________
if you understand read more Last edited by rinaldo; 20-01-2017 at 16:23. |
|
#410
|
||||
|
||||
|
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!!!
|
|
#411
|
||||
|
||||
|
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
__________________
learn it |
|
#412
|
|||
|
|||
|
Can I use reflate+srep+delta+lzma archives with this installer? If I can use, how?
__________________
NOT AVAILABLE |
|
#413
|
|||
|
|||
|
I've got this error. What's the problem? Any fix?
__________________
NOT AVAILABLE |
|
#414
|
||||
|
||||
|
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 |
|
#415
|
|||
|
|||
|
#416
|
|||
|
|||
|
Not working, However, I only need to use reflate on this script, for now
__________________
NOT AVAILABLE |
|
#417
|
||||
|
||||
|
Quote:
|
|
#418
|
|||
|
|||
|
Sorry but I am very much new to inno setup coding.
__________________
NOT AVAILABLE Last edited by 78372; 10-02-2017 at 09:03. |
|
#419
|
||||
|
||||
|
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 |
|
#420
|
||||
|
||||
|
Quote:
AppExe1 must be defined. Quote:
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
78372 (11-02-2017) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |