View Full Version : Metro UI Installer (FMX Handler)
Jiva newstone
12-12-2018, 08:30
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
https://i.hizliresim.com/JZYOkJ.jpg (https://hizliresim.com/JZYOkJ)
https://i.hizliresim.com/WqnG9m.jpg (https://hizliresim.com/WqnG9m)
first, thanks for the installer
getting the error in the picture above 1
Jiva newstone
12-12-2018, 11:10
https://i.hizliresim.com/JZYOkJ.jpg (https://hizliresim.com/JZYOkJ)
https://i.hizliresim.com/WqnG9m.jpg (https://hizliresim.com/WqnG9m)
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 (https://hizliresim.com/lq7bag)
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
https://i.hizliresim.com/lq7bag.jpg (https://hizliresim.com/lq7bag)
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
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.php?p=476660&postcount=1135
Razor12911
13-12-2018, 06:24
somehow, the form never responds if it's behind other forms, clicking on it should bring it to front.
23609
edit:
crash on exit too
23610
Jiva newstone
13-12-2018, 10:45
somehow, the form never responds if it's behind other forms, clicking on it should bring it to front.
23609
edit:
crash on exit too
23610
Ok, I think forget to add Focus control in form and will fix also exit and update it
Metro_UI_FH (http://Trainbit.com/files/1195193884/Metro_UI_FH.7z)
Add Diskspan
Compatible UA
masen485
13-12-2018, 11:56
Hi Simorq I'm Getting This Error...
https://i.hizliresim.com/y6MvD7.jpg (https://hizliresim.com/y6MvD7)
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!!
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.wikia.com/wiki/UltraArc
masen485
14-12-2018, 09:33
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/12/14/18121408010013196.png
From Simorq script (post #11 ) +update 1 ( post #1 )
https://nsa39.casimages.com/img/2018/12/14/181214080533265856.png
Jiva newstone
14-12-2018, 23:25
Use this Inno setup version for compiling
https://www.fileforums.com/attachment.php?attachmentid=23504&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
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
Thanks Bro .. i wish to add music and splash screen
Jiva newstone
15-12-2018, 02:27
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
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
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
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
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
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
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 (https://hizliresim.com/Nn4445)
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?
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
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
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 :[/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://hizliresim.com/6akzr7)
https://i.hizliresim.com/V9LJLR.jpg (https://hizliresim.com/V9LJLR)
--------------------------------------------------------------------------------------
[B]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 (https://hizliresim.com/DYRvkZ)
.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
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://hizliresim.com/6akzr7)
https://i.hizliresim.com/V9LJLR.jpg (https://hizliresim.com/V9LJLR)
--------------------------------------------------------------------------------------
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 (https://hizliresim.com/DYRvkZ)
--------------------------------------------------------------------------------------
really i an't understand u
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
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.
masen485
19-12-2018, 07:46
I'm sorry, yeah don't
He doesn't have anyone who speaks English.
I'm making great efforts to get help from you guys.
1- Did you try the Metro_UI_FH_UA.7z file you added to the topic? There are many deficiencies. you need to look.
2- Music, SlideShow, Splash This 3 plugin is not working properly. I get the error as in Figure 2.
3- The tools we see in Figure 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.
Jiva newstone
19-12-2018, 21:00
I'm sorry, yeah don't
He doesn't have anyone who speaks English.
I'm making great efforts to get help from you guys.
1- Did you try the Metro_UI_FH_UA.7z file you added to the topic? There are many deficiencies. you need to look.
2- Music, SlideShow, Splash This 3 plugin is not working properly. I get the error as in Figure 2.
3- The tools we see in Figure 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.
I only post which i tested , so in my test result i don't have any error and all are working fine and also i tested before upload
masen485
19-12-2018, 21:04
will there be any new updates ?
Is that the final version?
masen485
19-12-2018, 21:08
Ultarc records if I send you a new script.ini
do you know how to add file opening?
sorry, I forgot to add
thanks for the help
Jiva newstone
19-12-2018, 21:12
Ultarc records if I send you a new script.ini
do you know how to add file opening?
hey just add records.ini in where setup.exe in.. or use ultraarc and generate
Jiva newstone
19-12-2018, 21:13
will there be any new updates ?
Is that the final version?
Gonna soon update the dll only , not the installer. if it is possible will add browse form and some improvement to the installer.
PsYcHo_RaGE
21-12-2018, 01:59
what's going on here guys?
Jiva newstone
21-12-2018, 02:29
what's going on here guys?
Nothing lol
Kitsune1982
18-02-2019, 18:04
hey jiva, im having a problem. when i enable slideshow in setup.ini, and compile the script with the inno setup version you posted the link to, when i run my setup.exe file it gives me an error about isslideshow.dll not found. i am including the picture and my script. please take a look and tell me what im doing wrong.
thanks.
-Kitsune
pakrat2k2
19-02-2019, 07:34
Metro_UI_FH has been re-uploaded in first post, just tested, and error mentioned above still happens.
Jiva' will have to look & post the fix for it to work.
Th3Raven
06-03-2019, 12:27
Metro_UI_FH has been re-uploaded in first post, just tested, and error mentioned above still happens.
Jiva' will have to look & post the fix for it to work.
Can confirm the error on UA version but not on non UA.
There is a simple ispp error which cause this issue
Add #endif to line 318
Remove/quote out #endif in line 329
Should look like this then
#define j 0
#sub Data10
#define DataInf1 ReadIni(AddBackSlash(SourcePath) + "Setup.ini", "Resources", "Resource" + Str(j), "")
Source: "Files\Dec_tools\{#DataInf1}"; DestDir: {tmp}; Flags: dontcopy;
#endsub
#if ReadIni(AddBackSlash(SourcePath) + "Setup.ini", "Resources", "Resource1", "") != ""
#for {j = 1; ReadIni(AddBackSlash(SourcePath) + "Setup.ini", "Resources", StringChange("ResourceInt","Int", Str(j)), "") !=""; j++} Data10
#endif
#ifdef SlideShow
#ifexist "Files\Slides\1.jpg"
#sub AddFile
Source: "Files\Slides\{#i}.jpg"; DestDir: {tmp}; Flags: dontcopy;
#endsub
#for {i = 1; FileExists(StringChange("Files\Slides\FileName.jpg", "FileName", Str(i))) != 0; i++} AddFile
#endif
Source: "Files\Dll\IsSlideShow.dll"; DestDir: {tmp}; Flags: dontcopy;
#endif
Th3Raven
07-03-2019, 18:09
Output log doesn't scroll down to last line once the window is filled and scrollbar goes up.
Non UA version
Jiva newstone
05-05-2019, 17:26
i know it's too late but fixed and re-uploaded the "Metro_UI_FH_UA"
PsYcHo_RaGE
22-05-2019, 03:48
i know it's too late but fixed and re-uploaded the "Metro_UI_FH_UA"
Ah, i see
Great work here Jiva Buddy :)
Are we getting a components section with this release?
Th3Raven
19-06-2019, 07:09
Ah, i see
Great work here Jiva Buddy :)
Are we getting a components section with this release?
I am wondering the same about this. Having component page would be a great feature, for example for games as Borderlands to have all games in 1 installer and select what games you want installed. Plus of course Redist too.
Jiva newstone
19-06-2019, 12:09
I am wondering the same about this. Having component page would be a great feature, for example for games as Borderlands to have all games in 1 installer and select what games you want installed. Plus of course Redist too.
mmm, will update soon with component section but it won't support ultraarc
devil777
06-10-2019, 09:37
Nice work mr.Jiva newstone.. but I have a question. Dont know it it's meant to ask you but how xtool.exe comes with icon which are included in you script file.
Have a nice day.
DiCaPrIo
07-10-2019, 00:54
use resource hacker or resource tuner
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.