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)

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?


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

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