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
  #1  
Old 03-01-2017, 10:09
ZAZA4EVER ZAZA4EVER is offline
Registered User
 
Join Date: Oct 2016
Location: egypt
Posts: 179
Thanks: 615
Thanked 200 Times in 72 Posts
ZAZA4EVER is on a distinguished road
From Theme
Change This Number From 01 to 20
Note : Make save Before Complie
Attached Images
File Type: jpg 03-01-2017 08-03-39 ?.jpg (23.8 KB, 343 views)
Reply With Quote
Sponsored Links
  #2  
Old 09-01-2017, 07:48
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
Hello guys I was trying to add video on lockscreen by import code in iss file but it's not working. How I can do?
Reply With Quote
  #3  
Old 09-01-2017, 15:41
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
xvid

use parent AutorunLock.Tile.handle

Code:
mciSendString('open "'+ ExpandConstant('{tmp}\Video.avi') +'" alias AVIFile parent '+ IntToStr(AutorunLock.Tile.handle) +' style child','',0,0)
__________________
if you understand read more
Reply With Quote
  #4  
Old 11-01-2017, 09:39
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
Question it's Not Worked

very Thanks Friend but I added your info and that was not working. please help me again
Reply With Quote
  #5  
Old 12-01-2017, 00:45
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
get help now, I put in only the code
Attached Files
File Type: rar WindowsPhone.rar (307.4 KB, 167 views)
__________________
if you understand read more
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Siber Pro (16-01-2017)
  #6  
Old 16-01-2017, 22:06
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
Thumbs up That Was Worked

Ver Very Thanks MY Best Friend.
Now I Got A New Idea.
I Want Add Video On Setup1.jpg For Be Nice Form.
Of Cource Now I Creating New Template For ASC.
If You Have Good Idea Show Me For Work On It.
No Have Different By Inno Setup Or ASC.
Reply With Quote
  #7  
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
  #8  
Old 15-01-2017, 23:32
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
Very thanks now I testing it
Reply With Quote
  #9  
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
  #10  
Old 20-01-2017, 13:09
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,359
Thanks: 6,800
Thanked 11,803 Times in 3,269 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by user123456 View Post
How to change colour
Read post 395
Reply With Quote
  #11  
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
  #12  
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
  #13  
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
  #14  
Old 08-02-2017, 05:52
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 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
  #15  
Old 09-02-2017, 01:26
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 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
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 00:41.


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