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
  #16  
Old 14-12-2018, 09:33
masen485 masen485 is offline
Registered User
 
Join Date: Feb 2018
Location: safras
Posts: 157
Thanks: 17
Thanked 13 Times in 9 Posts
masen485 is on a distinguished road
Post Hi Simorq Prepare Metro_UI_FH Script You know the update?

Hi Simorq

Jiva newstone Prepared update 1
Prepare Metro_UI_FH Script You know the update?

Jiva newstone
Metro UI Installer (FMX Handler
Uploaded Update1
Just Extract and replace with old dll and iss file
Fixed Exit issue and Focus
Reply With Quote
Sponsored Links
  #17  
Old 14-12-2018, 09:56
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
Error in the ISS script's

In your setup.iss ( post #1) you had the paths correct but pops out error



From Simorq script (post #11 ) +update 1 ( post #1 )


Last edited by pakrat2k2; 14-12-2018 at 11:06.
Reply With Quote
  #18  
Old 14-12-2018, 23:25
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Use this Inno setup version for compiling
https://www.fileforums.com/attachmen...4&d=1543923579
Which i provied in FMX handler thread , it is custom inno setup for solving high dpi issue
so use that inno setup for compiling
Reply With Quote
  #19  
Old 15-12-2018, 00:30
sirshi007 sirshi007 is offline
Registered User
 
Join Date: Aug 2018
Location: andromeda
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
sirshi007 is on a distinguished road
however, thx for help.
the installer started extracting.
but it says "It is not found any file specified for ISArcExtract"
plzz help!!
Reply With Quote
  #20  
Old 15-12-2018, 00:41
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by sirshi007 View Post
however, thx for help.
the installer started extracting.
but it says "It is not found any file specified for ISArcExtract"
plzz help!!
You have to configure Archives.ini
Change the filename and also enter progress value
example
if you want to extract data1.bin and data2.bin then u have to configure like this
if not ArcExtract(60,'data1.bin') then break;
if not ArcExtract(40,'data2.bin') then break;


so totally ArcExtract is 100
so i just set 60 for data1.bin and 40 for data2.bin so till 60 percent it extract data1.bin and after 60 its extract data2.bin till the end

if u want to extrcat 3 files then configure like this

if not ArcExtract(60,'data1.bin') then break;
if not ArcExtract(20,'data2.bin') then break;
if not ArcExtract(20,'data2.bin') then break;
Reply With Quote
The Following User Says Thank You to Jiva newstone For This Useful Post:
sirshi007 (15-12-2018)
  #21  
Old 15-12-2018, 01:00
sirshi007 sirshi007 is offline
Registered User
 
Join Date: Aug 2018
Location: andromeda
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
sirshi007 is on a distinguished road
so what is it for 1 file ????

Last edited by sirshi007; 15-12-2018 at 01:34.
Reply With Quote
  #22  
Old 15-12-2018, 01:03
sirshi007 sirshi007 is offline
Registered User
 
Join Date: Aug 2018
Location: andromeda
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
sirshi007 is on a distinguished road
can you tell me the best compression method for fast installation
Reply With Quote
  #23  
Old 15-12-2018, 02:27
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
Thanks Bro .. i wish to add music and splash screen
Attached Images
File Type: jpg 12-15-2018 11-33-28 AM.jpg (102.7 KB, 219 views)
File Type: jpg 12-15-2018 12-17-49 PM.jpg (88.8 KB, 218 views)
Reply With Quote
  #24  
Old 15-12-2018, 02:27
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by sirshi007 View Post
so what is it for 1 file ????
Just one line with 100 progress value

if not ArcExtract(100,'data1.bin') then break;

100 is the progress value so till 100% it extract data1.bin
Reply With Quote
The Following User Says Thank You to Jiva newstone For This Useful Post:
sirshi007 (15-12-2018)
  #25  
Old 15-12-2018, 03:55
sirshi007 sirshi007 is offline
Registered User
 
Join Date: Aug 2018
Location: andromeda
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
sirshi007 is on a distinguished road
ahhh, that was good
it worked like a charm
thx Jiva!!
Reply With Quote
  #26  
Old 15-12-2018, 04:43
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Update 2

Optional Update2 which add Music, Splash and SlideShow to the installer
You have to apply With Update1.

@ZAZA4EVER Added what you want !
All updates applied and added in first post

Last edited by Jiva newstone; 17-12-2018 at 02:49.
Reply With Quote
The Following 2 Users Say Thank You to Jiva newstone For This Useful Post:
Simorq (15-12-2018), ZAZA4EVER (15-12-2018)
  #27  
Old 15-12-2018, 09:46
masen485 masen485 is offline
Registered User
 
Join Date: Feb 2018
Location: safras
Posts: 157
Thanks: 17
Thanked 13 Times in 9 Posts
masen485 is on a distinguished road
Post Hi Simorq,Hi Jiva newstone Metro_UI_FH Update 2 UltraARC (v2.9.0.0 R6 Final

Update 2 UltraARC (v2.9.0.0 R6 Final do you know how to add full support ?
records.ini can I add the ini ?
how to provide support for full compatible operation?
Compatible with current version

Code:
Optional Update2 which add Music, Splash and SlideShow to the installer
You have to apply With Update1.

Metro_UI_FH Update 2  UltraARC (v2.9.0.0 R6 Final  You can find the file I want to add here
UltraARC (v2.9.0.0 R6 Final : you can download the file in the link below 

Archives.ini  This is not          
records.ini Can you get him to support this?

records.ini (about an example)

[Record1]
Type=Split
Source={src}\Data1a.bin
Output={app}\Data1.bin
Disk=1
[Record2]
Type=Split
Source={src}\Data1b.bin
Output={app}\Data1.bin
Disk=2
[Record3]
Type=Split
Source={src}\Data1c.bin
Output={app}\Data1.bin
Disk=3
[Record4]
Type=Freearc_Split
Source={app}\Data1.bin
Output={app}
Disk=3
[Record5]
Type=Split
Source={src}\Data2a.bin
Output={app}\Data2.bin
Disk=3
[Record6]
Type=Split
Source={src}\Data2b.bin
Output={app}\Data2.bin
Disk=4
[Record7]
Type=Split
Source={src}\Data2c.bin
Output={app}\Data2.bin
Disk=5
[Record8]
Type=Freearc_Split
Source={app}\Data2.bin
Output={app}
Disk=5
[Record9]
Type=Split
Source={src}\Data3a.bin
Output={app}\Data3.bin
Disk=5
[Record10]
Type=Split
Source={src}\Data3b.bin
Output={app}\Data3.bin
Disk=6
[Record11]
Type=Freearc_Split
Source={app}\Data3.bin
Output={app}
Disk=6
by pakrat2k2 Enough of this crap, get someone who speaks english to help you. Copying / Pasting everything from previous posts is not helpful. just ask the question, wait for help.
Attached Files
File Type: rar UltraARC (v2.9.0.0 R6 Final Rev. 30102018) Full.rar (18.55 MB, 64 views)
File Type: rar Metro_UI_FH.rar (16.73 MB, 68 views)

Last edited by masen485; 15-12-2018 at 21:44. Reason: clean up wall of text
Reply With Quote
  #28  
Old 15-12-2018, 21:06
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
Quote:
Originally Posted by Jiva newstone View Post
Optional Update2 which add Music, Splash and SlideShow to the installer
You have to apply With Update1.

@ZAZA4EVER Added what you want !
thanks, but a couple questions to clear things up for everyone.

Your Metro_UI_FH.7z in post #1 is only 5MB, Simorq's file in post #11 which added Add Diskspan, Compatible UA, is 12MB.

So what will that be FULL package that is correct with update1 + update 2?
Using Simorq's file + Update1 + Update2

I think it would be best if you made a complete package & have it in the first post, add a date or version number so users can keep it straight, which is the newest package.

thanks
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Grumpy (18-12-2018)
  #29  
Old 15-12-2018, 23:27
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
thanks, but a couple questions to clear things up for everyone.

Your Metro_UI_FH.7z in post #1 is only 5MB, Simorq's file in post #11 which added Add Diskspan, Compatible UA, is 12MB.

So what will that be FULL package that is correct with update1 + update 2?
Using Simorq's file + Update1 + Update2

I think it would be best if you made a complete package & have it in the first post, add a date or version number so users can keep it straight, which is the newest package.

thanks
As you wish, let me seprate installer UA and non UA and upload in first post as soon as possible.
Reply With Quote
The Following 2 Users Say Thank You to Jiva newstone For This Useful Post:
Grumpy (18-12-2018), pakrat2k2 (16-12-2018)
  #30  
Old 15-12-2018, 23:27
masen485 masen485 is offline
Registered User
 
Join Date: Feb 2018
Location: safras
Posts: 157
Thanks: 17
Thanked 13 Times in 9 Posts
masen485 is on a distinguished road
Post Hi Simorq,Hi pakrat2k2,Hi Jiva newstone

I'm sorry for everything
I know I made a lot of mistakes.
Brisi's a good thing.when you make one
Naturally, from that person
sometimes I want help
It's so hard. is happening.
My English is not very good
and around me in English
I have no one to learn.
I live in Turkey
45% Health report available
my obstacle is that I don't use my right arm too actively.



UltraARC (v2.9.0.0 R6 Final and Records.ini Metro_UI_FH Do you know that you will give it the support it fully compatible?

Last edited by masen485; 15-12-2018 at 23:50.
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
Metro UI Installer Gupta Conversion Tutorials 51 01-08-2021 07:46
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Metro Installer (Conversion Installer) Razor12911 Conversion Tutorials 28 01-05-2018 07:17
razor has make a metro installer...help yash497 Conversion Tutorials 5 27-10-2016 10:36



All times are GMT -7. The time now is 11:07.


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