Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #406  
Old 19-01-2017, 03:30
ImmortalArc's Avatar
ImmortalArc ImmortalArc is offline
Registered User
 
Join Date: Nov 2016
Location: Santiago
Posts: 72
Thanks: 44
Thanked 9 Times in 4 Posts
ImmortalArc is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
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??
__________________
Sharing is caring : immortal words..
Reply With Quote
Sponsored Links
  #407  
Old 20-01-2017, 11:05
user123456 user123456 is offline
Registered User
 
Join Date: Dec 2016
Location: Egypt
Posts: 14
Thanks: 5
Thanked 0 Times in 0 Posts
user123456 is on a distinguished road
How to change colour
Reply With Quote
  #408  
Old 20-01-2017, 13:09
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,325
Thanks: 6,767
Thanked 11,732 Times in 3,237 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by user123456 View Post
How to change colour
Read post 395
Reply With Quote
  #409  
Old 20-01-2017, 16:20
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
[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.
Reply With Quote
  #410  
Old 22-01-2017, 07:38
Siber Pro's Avatar
Siber Pro Siber Pro is offline
Registered User
 
Join Date: Dec 2016
Location: Afghanistan
Posts: 64
Thanks: 113
Thanked 20 Times in 7 Posts
Siber Pro is on a distinguished road
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!!!
Reply With Quote
  #411  
Old 03-02-2017, 06:29
EzzEldin16's Avatar
EzzEldin16 EzzEldin16 is offline
Registered User
 
Join Date: Sep 2016
Location: USA
Posts: 112
Thanks: 343
Thanked 47 Times in 23 Posts
EzzEldin16 is on a distinguished road
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
Reply With Quote
  #412  
Old 08-02-2017, 05:52
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Can I use reflate+srep+delta+lzma archives with this installer? If I can use, how?
__________________
NOT AVAILABLE
Reply With Quote
  #413  
Old 09-02-2017, 01:26
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
I've got this error. What's the problem? Any fix?
Attached Images
File Type: png wpierror.PNG (101.4 KB, 255 views)
__________________
NOT AVAILABLE
Reply With Quote
  #414  
Old 09-02-2017, 09:19
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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
Reply With Quote
  #415  
Old 09-02-2017, 13:43
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
Quote:
Originally Posted by Chinmaya Mishra View Post
How Can We Add Music To It
this
Reply With Quote
  #416  
Old 10-02-2017, 05:54
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Not working, However, I only need to use reflate on this script, for now
__________________
NOT AVAILABLE
Reply With Quote
  #417  
Old 10-02-2017, 06:09
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by 78372 View Post
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
Reply With Quote
  #418  
Old 10-02-2017, 08:55
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Sorry but I am very much new to inno setup coding.
__________________
NOT AVAILABLE

Last edited by 78372; 10-02-2017 at 09:03.
Reply With Quote
  #419  
Old 10-02-2017, 09:25
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
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
Attached Images
File Type: png Screenshot_3.png (132.0 KB, 305 views)
Attached Files
File Type: rar BCompareLite.rar (997.6 KB, 90 views)
Reply With Quote
  #420  
Old 10-02-2017, 09:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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 View Post
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.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
78372 (11-02-2017)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 16:04.


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