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 30-12-2020, 05:52
danieldeak70 danieldeak70 is offline
Registered User
 
Join Date: Aug 2018
Location: Hungary
Posts: 1
Thanks: 0
Thanked 4 Times in 1 Post
danieldeak70 is on a distinguished road
Hi. So I thought i edit some things that might be usefull.

Changes:
- Changed some text size cause they was big and didn't displayed correctly.
- If you set the Component to 1 it will change the Insaller width so all the text displays correctly
- Changed the installer height cause some text displayed incorrectly. (Total Partition Space, Free Space Available and Free Space Required)
- Changed the "Select the installation directory for ..." and "Select the Program Group for ..." search icon to fit properly.
- Changed some text in the System Requirements to fit properly
- I saw someone said "Allow multiple languages at the same time" so I also added this too
- Changed the "Are you sure that you want to exit Setup?" MsgBox size + Text size cause it didn't displayed properly.
- Changed some text in the Finalization screen to fit properly.
- Fixed other small displaying issues
Attached Files
File Type: rar WPI.rar (25.62 MB, 125 views)
Reply With Quote
The Following 4 Users Say Thank You to danieldeak70 For This Useful Post:
ADMIRAL (26-04-2021), devil777 (05-03-2021), FIFA_LOVER (25-07-2021), Harsh ojha (29-05-2021)
Sponsored Links
  #2  
Old 31-12-2020, 02:25
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Question Compression Supports

By the Way which Compressions combo does it supports...........
for eg srep+lama+lolz.................etc

And does it support ultra arc?
Reply With Quote
  #3  
Old 01-01-2021, 03:46
pralin pralin is offline
Banned
 
Join Date: Dec 2020
Location: india
Posts: 16
Thanks: 18
Thanked 8 Times in 5 Posts
pralin is on a distinguished road
Hlp me
Reply With Quote
  #4  
Old 04-01-2021, 20:34
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
How to Change That PINK COLOUR??
Reply With Quote
  #5  
Old 06-01-2021, 00:14
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 Epic Titan 69 View Post
How to Change That PINK COLOUR??
look for this
Code:
;Set 00 for custom color and give your color code here in BBGGRR
CustColor=$8223FE
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following 2 Users Say Thank You to mausschieber For This Useful Post:
Epic Titan 69 (06-01-2021), pralin (06-01-2021)
  #6  
Old 06-01-2021, 06:43
pralin pralin is offline
Banned
 
Join Date: Dec 2020
Location: india
Posts: 16
Thanks: 18
Thanked 8 Times in 5 Posts
pralin is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
look for this
Code:
;Set 00 for custom color and give your color code here in BBGGRR
CustColor=$8223FE
Can u list colour name with their codes also
Please.........
Reply With Quote
  #7  
Old 06-01-2021, 17:43
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 pralin View Post
Can u list colour name with their codes also
Please.........
i think this is it but note that the colors have to be entered in reverse order example: BBGGRR
http://www.creepyed.com/2012/11/03/w...olors-hex-rgb/
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following 2 Users Say Thank You to mausschieber For This Useful Post:
devil777 (05-03-2021), Epic Titan 69 (06-01-2021)
  #8  
Old 06-01-2021, 22:02
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
This is the bug free version of Windows Phone Installer script by Razor12911 with added functionality such as:
  • System Configuration page and About Game page.
  • Component Support (with two seperate section for Language Pack and for Option Component.)
  • Easy to disable installer Pages i.e. Autorun page, About Game page, System Configuration page and Component Page.
  • Enable or disable Music.
  • All options related to installer are available in the main script itself.


Screenshots:
Hey Man Listen
This dude has made video on this topic without PROPER credits..........

Watch Here

Last edited by Epic Titan 69; 07-01-2021 at 02:16.
Reply With Quote
The Following 2 Users Say Thank You to Epic Titan 69 For This Useful Post:
bunti_o4u (24-01-2021), pralin (06-01-2021)
  #9  
Old 04-03-2021, 01:46
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Can Anyone help
This installer is unable to set the icon of shortcut it creates on desktop
I mean, the shortcut thus created has no icon??
Reply With Quote
  #10  
Old 05-03-2021, 05:41
devil777's Avatar
devil777 devil777 is offline
Registered User
 
Join Date: May 2019
Location: Let.it.be
Posts: 106
Thanks: 280
Thanked 65 Times in 48 Posts
devil777 is on a distinguished road
Epic_titan69

For ShortCuts To show "icon" (the one which was used for installer),edit [icons] section in the windowsPhone.iss file

Code:
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; WorkingDir: {app}\{#E1[60]}; Check: CreateDesktopShortcuts;
To
Code:
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; IconFileName: "{src}\Icon.ico"; WorkingDir: {app}\{#E1[60]}; Check: CreateDesktopShortcuts;
Or if you mean it doesn't bear the exact location of the Designated executable.Then edit the [execs] section

Code:
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME||GRW.exe|Tom Clancy Ghost Recon Wildlands
Have your desired day..

Last edited by devil777; 05-03-2021 at 05:44.
Reply With Quote
The Following User Says Thank You to devil777 For This Useful Post:
Epic Titan 69 (05-03-2021)
  #11  
Old 05-03-2021, 06:09
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Ele helped me with this
Quote:
You can fix it after making little change.

1. Delete the phrase I marked in yellow.


Reply With Quote
The Following User Says Thank You to Epic Titan 69 For This Useful Post:
Ele (05-03-2021)
  #12  
Old 05-03-2021, 19:58
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Can Anyone tell me that is the processor speed here is in "Hz" or "GHz"
Code:
[SystemReq]

ReqProcessorSpeed=3100
moreover what are the other codes for OS
Code:
;513 = WinXP, 611 = Win7, ...
ReqOS=611
Reply With Quote
  #13  
Old 06-03-2021, 05:26
devil777's Avatar
devil777 devil777 is offline
Registered User
 
Join Date: May 2019
Location: Let.it.be
Posts: 106
Thanks: 280
Thanked 65 Times in 48 Posts
devil777 is on a distinguished road
Mhz

If it was Ghz

Edit: Ram and Vram things are in Megabyte

For Windows version sort of thing I think its related to ISsysinfo.dll (inno system info)

By altef_4
https://fileforums.com/showthread.ph...ht=System+info

User: BlackFire69 had something done about system info too

Last edited by devil777; 06-03-2021 at 05:29.
Reply With Quote
The Following User Says Thank You to devil777 For This Useful Post:
Epic Titan 69 (06-03-2021)
  #14  
Old 06-03-2021, 10:05
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
How to know how much MHz a processor has.....????
Reply With Quote
  #15  
Old 25-07-2021, 08:25
FIFA_LOVER FIFA_LOVER is offline
Registered User
 
Join Date: Jul 2021
Location: Los Santos
Posts: 17
Thanks: 55
Thanked 5 Times in 5 Posts
FIFA_LOVER is on a distinguished road
Quote:
Originally Posted by Epic Titan 69 View Post
Can Anyone tell me that is the processor speed here is in "Hz" or "GHz"
Code:
[SystemReq]

ReqProcessorSpeed=3100
moreover what are the other codes for OS
Code:
;513 = WinXP, 611 = Win7, ...
ReqOS=611

Try these windows codes

(Win2000 = 5.0) (Win XP = 5.1) (WinXP64 & WinServer2003 & 2003R2 = 5.2) (Win Vista & WinServer2008 = 6.0) (WinServer2008R2 & Win7 = 6.1) (WinServer2012 & Win8 = 6.2) (WinServer2012R2 & Win8.1 = 6.3) (Win10 = 10.0)
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
Coming Soon: Metro Install Creator Razor12911 Conversion Tutorials 48 31-10-2021 02:59
Windows Phone Installer (FMX) Redists Help... ramazan19833 Conversion Tutorials 3 15-12-2017 04:08
Custom Installer (help test ) windows 8 Dante1995 Conversion Tutorials 4 07-07-2014 03:43
321 studios game x copy acehardy12 XBox Games 6 29-06-2005 13:55



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


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