FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Metro UI Installer (FMX Handler) (https://fileforums.com/showthread.php?t=102463)

Jiva newstone 12-12-2018 08:30

Metro UI Installer (ISFMXFW)
 
10 Attachment(s)
Metro UI Installer (ISFMXFW)

Fixed : little pre-processor error is solved and re-uploaded the "Metro_UI_FH_UA"

Features:
● Lockscreen
● Specification Page and AppInfo Page
● Restart button (which is given to restart installer when fails)
● Fixed Something


Updates:
-----------------------------------------------------------------
Installer updated to v1.2.1 (just used new dll)
------------------------------------------------------------------

What's New :
● Added Music
● Added SlideShow and Splash
● Now Installer Support UltraArc


Metro_UI_FH_UA is UltraArc Compatiable
Metro_UI_FH is non UltraArc which you can use Archives.ini to add Archives

Thanks to Razor12911, ~XCX~, shiyamrrc(For testing and fixing scalling issue)

shiyamrrc 12-12-2018 08:35

Thanks For The Release...

masen485 12-12-2018 10:21

Hi Jiva newstone
 
https://i.hizliresim.com/JZYOkJ.jpg
https://i.hizliresim.com/WqnG9m.jpg

first, thanks for the installer
getting the error in the picture above 1

Jiva newstone 12-12-2018 11:10

Quote:

Originally Posted by masen485 (Post 477613)
https://i.hizliresim.com/JZYOkJ.jpg
https://i.hizliresim.com/WqnG9m.jpg

first, thanks for the installer
getting the error in the picture above 1

What type of error, show me any reference

masen485 12-12-2018 11:16

https://i.hizliresim.com/lq7bag.jpg

This warning I get is not coming back .Exe does not occur.

Ultarc (v 2.9.0.0 R6 FINA can make full compatible

Jiva newstone 12-12-2018 11:22

Quote:

Originally Posted by masen485 (Post 477616)
https://i.hizliresim.com/lq7bag.jpg

This warning I get is not coming back .Exe does not occur.

Ultarc (v 2.9.0.0 R6 FINA can make full compatible

Provide me link to ultra arc latest to add it in the installer

masen485 12-12-2018 11:38

Hi Jiva newstone
 
UA v2.9.00 R6 Full vs Metro UI Installer (FMX Handler Provide Full Compatible Work

please dont post 3rd party sites here.
Use the manage attatchments button right under where you type your message
for any file needed to be hosted on this forum.

pakrat2k2 12-12-2018 17:47

Latest UltraARC is here

https://www.fileforums.com/showpost....postcount=1135

Razor12911 13-12-2018 06:24

2 Attachment(s)
somehow, the form never responds if it's behind other forms, clicking on it should bring it to front.
Attachment 23609
edit:
crash on exit too
Attachment 23610

Jiva newstone 13-12-2018 10:45

Quote:

Originally Posted by Razor12911 (Post 477642)
somehow, the form never responds if it's behind other forms, clicking on it should bring it to front.
Attachment 23609
edit:
crash on exit too
Attachment 23610

Ok, I think forget to add Focus control in form and will fix also exit and update it

Simorq 13-12-2018 11:40

Metro_UI_FH

Add Diskspan
Compatible UA

masen485 13-12-2018 11:56

Hi Simorq I'm Getting This Error...
 
Hi Simorq I'm Getting This Error...

https://i.hizliresim.com/y6MvD7.jpg

Jiva newstone 13-12-2018 21:23

Uploaded Update1
Just Extract and replace with old dll and iss file
Fixed Exit issue and Focus

sirshi007 14-12-2018 06:59

im new to compression. the installer looks dope.
how to compress the game files.
i used the ua r6 full, but it creates directories like data1.cab, data2a.cab, data2b.cab, data2c.cab, etc.
i just want it simple, so can any1 plzz help me to successfully repack my game!!

KaktoR 14-12-2018 07:44

Quote:

Originally Posted by sirshi007 (Post 477683)
im new to compression. the installer looks dope.
how to compress the game files.
i used the ua r6 full, but it creates directories like data1.cab, data2a.cab, data2b.cab, data2c.cab, etc.
i just want it simple, so can any1 plzz help me to successfully repack my game!!

https://custom-installer-ultimate-v2.../wiki/UltraArc

masen485 14-12-2018 09:33

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

pakrat2k2 14-12-2018 09:56

Error in the ISS script's

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

https://nsa39.casimages.com/img/2018...8010013196.png

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

https://nsa39.casimages.com/img/2018...0533265856.png

Jiva newstone 14-12-2018 23:25

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

sirshi007 15-12-2018 00:30

however, thx for help.
the installer started extracting.
but it says "It is not found any file specified for ISArcExtract"
plzz help!!

Jiva newstone 15-12-2018 00:41

Quote:

Originally Posted by sirshi007 (Post 477723)
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;

sirshi007 15-12-2018 01:00

so what is it for 1 file ????

sirshi007 15-12-2018 01:03

can you tell me the best compression method for fast installation

ZAZA4EVER 15-12-2018 02:27

2 Attachment(s)
Thanks Bro .. i wish to add music and splash screen

Jiva newstone 15-12-2018 02:27

Quote:

Originally Posted by sirshi007 (Post 477726)
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

sirshi007 15-12-2018 03:55

ahhh, that was good
it worked like a charm
thx Jiva!!

Jiva newstone 15-12-2018 04:43

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

masen485 15-12-2018 09:46

Hi Simorq,Hi Jiva newstone Metro_UI_FH Update 2 UltraARC (v2.9.0.0 R6 Final
 
2 Attachment(s)
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.

pakrat2k2 15-12-2018 21:06

Quote:

Originally Posted by Jiva newstone (Post 477735)
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

Jiva newstone 15-12-2018 23:27

Quote:

Originally Posted by pakrat2k2 (Post 477761)
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.

masen485 15-12-2018 23:27

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.

https://i.hizliresim.com/Nn4445.jpg

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?

Simorq 16-12-2018 01:45

@masen485
ok wait

sirshi007 16-12-2018 01:50

heyy jiva,
can you modify the script where you can add text at the right bottom of the installer, just like Razor12911's installer ??
that would be really good.
and can you add color to the installer title for clarity purposes?

Jiva newstone 17-12-2018 04:29

Added UltraArc and Non-UltraArc version in the first post
Can't upload UltraArc Compatiable in fileforums (slow upload speed) so given Google Drive link and All updates + fix are applied

Added file directly to first post & removed 3rd party link > pakrat2k2

sirshi007 17-12-2018 04:31

heyy jiva,
can you modify the script where you can add text at the right bottom of the installer, just like Razor12911's installer ??
that would be really good.
and can you add color to the installer title for clarity purposes?

Jiva newstone 17-12-2018 05:30

Quote:

Originally Posted by sirshi007 (Post 477814)
heyy jiva,
can you modify the script where you can add text at the right bottom of the installer, just like Razor12911's installer ??
that would be really good.
and can you add color to the installer title for clarity purposes?

found the text and change it by yourself, its is easy to code

sirshi007 17-12-2018 08:34

does any1 hav a tutorial on how to use XTool by Razor12911 ???
pls i need it asap
and can any1 attach the whole tool which has a variety of compression methods??
pls !!!

masen485 18-12-2018 10:36

Hi Jiva newstone Metro_UI_FH_UA There Are Significant Deficiencies I'm Waiting For
 
Metro_UI_FH_UA is UltraArc Compatiable
Metro_UI_FH is non UltraArc which you can use Archives.ini to add Archives
------------------------------------------------------------------------------------------
Picture-1
[B]Picture Description :[/B The tools we see in Picture 1 have been added to the file extension Metro_UI_FH_UA.7z / Setup UA.iss missing
I'm getting an error in sticking files
https://i.hizliresim.com/6akzr7.jpg
https://i.hizliresim.com/V9LJLR.jpg

--------------------------------------------------------------------------------------

Picture-2
Picture Description : Music, SlideShow, Splash This 3 plugin is not working properly. I get the error as in Picture 2.
● Added Music
● Added SlideShow and Splash



https://i.hizliresim.com/DYRvkZ.jpg



.Did you try the Metro_UI_FH_UA.7z file you added to the topic? There are many deficiencies. you need to look.

--------------------------------------------------------------------------------------

Jiva newstone 19-12-2018 04:17

Quote:

Originally Posted by masen485 (Post 477864)
Metro UI Installer using FMX Framework, i mean FMX Handler dll

Features:
● Lockscreen
● Specification Page and AppInfo Page
● Restart button (which is given to restart installer when fails)
● Fixed and Updated FMX Handler to v1.3


Updates:
-----------------------------------------------------------------
Installer updated to v1.2 and FMX Handler Version v1.3
------------------------------------------------------------------

What's New :
● Added Music
● Added SlideShow and Splash
● Now Installer Support UltraArc


Metro_UI_FH_UA is UltraArc Compatiable
Metro_UI_FH is non UltraArc which you can use Archives.ini to add Archives
------------------------------------------------------------------------------------------
Picture-1
Picture Description : Now Installer Support UltraArc Setup_UA.iss Script inserted it doesn't ?
unable to restore made compression

https://i.hizliresim.com/6akzr7.jpg
https://i.hizliresim.com/V9LJLR.jpg

--------------------------------------------------------------------------------------

Picture-2
Picture Description : Music,SlideShow,Splash Setup.ini when a number is selected I get the error seen in Picture 2

● Added Music
● Added SlideShow and Splash

[Extras]
Dark=1
LockScreen=0
Splash=1
SlideShow=1
Music=1

https://i.hizliresim.com/DYRvkZ.jpg

--------------------------------------------------------------------------------------

really i an't understand u

Grumpy 19-12-2018 04:45

Quote:

Originally Posted by Jiva newstone (Post 477879)
really i an't understand u

Don't worry, none of us can understand him and he does not understand anything we try and tell him ;)

@masen485
Find someone who can speak 'English' properly to help you!

pakrat2k2 19-12-2018 07:25

Quote:

Originally Posted by Grumpy (Post 477881)
Don't worry, none of us can understand him and he does not understand anything we try and tell him ;)

@masen485
Find someone who can speak 'English' properly to help you!

no point in telling him that, he just seems to ignore it, or doesnt have anyone who speaks english around.


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

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