FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer Enhanced Mod (HMI 7.2 Final) (https://fileforums.com/showthread.php?t=99359)

Chayan Manna 22-08-2017 09:01

Quote:

Originally Posted by Kobi Blade (Post 461842)
You should remove that box

You checked, the old look is also preserved with an Option. :)
This is, "Newstyle=1". If you Set it to "0", the Old look will be compiled.

Kobi Blade 22-08-2017 10:14

Quote:

Originally Posted by Chayan Manna (Post 461893)
You checked, the old look is also preserved with an Option. :)
This is, "Newstyle=1". If you Set it to "0", the Old look will be compiled.

I don't mind the new style, is just that box is out of place.

You could replace the INFO button with a PLAY button, or make the INFO button smaller with a PLAY button next to it. While removing that box, it would look better :)

Could you show me style for the INFO button? I'm looking to do something similar with the Exit Button, but it's not scaling well.

Found a way by changing the image resolution itself.

Chayan Manna 22-08-2017 20:24

Quote:

Originally Posted by Kobi Blade (Post 461896)
You could replace the INFO button with a PLAY button, or make the INFO button smaller with a PLAY button next to it. While removing that box, it would look better :)

Hmm....At first time I thought this & done it which you said. But then I thought if there is 3 app exes then the 2 other tiles (boxes) must be in that place because there's no other place to put them.
So, I made it in this way.
If you suggest me another better style with the 3 app exes I will add it in updates.
And again thanks for your suggestions. :)

Kobi Blade 23-08-2017 02:45

1 Attachment(s)
Quote:

Originally Posted by Chayan Manna (Post 461904)
Hmm....At first time I thought this & done it which you said. But then I thought if there is 3 app exes then the 2 other tiles (boxes) must be in that place because there's no other place to put them.
So, I made it in this way.
If you suggest me another better style with the 3 app exes I will add it in updates.
And again thanks for your suggestions. :)

I'll tell you if I figure something out. You seem to be using a low resolution web icon, you can have mine:

Attachment 19170.

ZakirAhmad 24-08-2017 20:29

Please add image buttons in place of text buttons like from metro installer.

MALICK GM 27-08-2017 00:51

Its really Great But is it Possible to make the installation Bar in a circle Like the ones in ASC scripts!!
Thanks

Chayan Manna 27-08-2017 02:55

Quote:

Originally Posted by MALICK GM (Post 462020)
Its really Great But is it Possible to make the installation Bar in a circle Like the ones in ASC scripts!!
Thanks

Hmm... This work is really hard to implement in Inno Script.
Will think for it.
Thanks for your Suggestion. :)

darkwolves 19-09-2017 08:55

this has to be the nicest looking one i've seen

Dansoft 21-09-2017 15:15

anyone help here, am using H.M Compressor V1.3 and am wondering what compression methods i should choose to compress fifa14 and fifa17 for the best results

Chayan Manna 21-09-2017 20:17

Quote:

Originally Posted by Dansoft (Post 462492)
anyone help here, am using H.M Compressor V1.3 and am wondering what compression methods i should choose to compress fifa14 and fifa17 for the best results

I think FIFA 17 don't has zlib stream. So,Try using srep+delta+lzma(option 4) for FIFA 17. But not sure about FIFA 14. :)

78372 21-09-2017 21:18

FIFA 17 has zstd streams, and currently we don't have a zstd precompressor, so srep+lzma is the only option

KaktoR 22-09-2017 00:18

Quote:

Originally Posted by 78372 (Post 462496)
FIFA 17 has zstd streams, and currently we don't have a zstd precompressor, so srep+lzma is the only option

UltraARC has http://facebook.github.io/zstd/ if it's the same thing :)

Razor12911 22-09-2017 11:32

1 Attachment(s)
Quote:

Originally Posted by MALICK GM (Post 462020)
Its really Great But is it Possible to make the installation Bar in a circle Like the ones in ASC scripts!!
Thanks

Quote:

Originally Posted by Chayan Manna (Post 462023)
Hmm... This work is really hard to implement in Inno Script.
Will think for it.
Thanks for your Suggestion. :)

Easy alternatives for this:

1) Make several arc like png images that indicate progress from 0 to 100, 50 maybe, use them in an array then display whichever is required with accordance to the installation progress

2) Find or build a true type font that makes arcs in place of letters then indicate with accordance to installation progress. Use AddFontResource to import the font on PCs that don't have the font installed.

Edit: You could also pay Segoe UI Emoji and Segoe UI Symbol a visit, they may already have the font character that has arcs.

Dansoft 22-09-2017 13:07

Quote:

Originally Posted by Chayan Manna (Post 462495)
I think FIFA 17 don't has zlib stream. So,Try using srep+delta+lzma(option 4) for FIFA 17. But not sure about FIFA 14. :)

have just tried this on fifa 17 but the results weren't good it only made a difference of 1gb from the original

Razor12911 22-09-2017 15:19

Quote:

Originally Posted by Dansoft (Post 462512)
have just tried this on fifa 17 but the results weren't good it only made a difference of 1gb from the original

FIFA 17 has to be precompressed.

ramazan19833 23-09-2017 05:09

Hello there
 
Hello there

HMI 7.2 update I want to do help
you can tell me how to do it
I need a lot

schadow777 23-09-2017 05:55

I get fazip.exe has stopped working error on win8.1and win7 but not on win10.Can u fix it please.
http://imgur.com/zm4yFl0
And if possible update the compressor.

This is actually the the best script here, I enjoy it so much. Thanks so much creator.

Chayan Manna 23-09-2017 10:30

Quote:

Originally Posted by schadow777 (Post 462522)
I get fazip.exe has stopped working error on win8.1and win7 but not on win10.Can u fix it please.
http://imgur.com/zm4yFl0
And if possible update the compressor.

This is actually the the best script here, I enjoy it so much. Thanks so much creator.

Just started working on update....
Making the installation bar circle & fixing some old bugs may not added in this update, I'll try them in later updates....
But adding LZMA alternatively will take place. :)

schadow777 23-09-2017 10:32

OK thanks Bro

Titeuf 26-09-2017 10:20

Quote:

Originally Posted by Chayan Manna (Post 462528)
Just started working on update....
Making the installation bar circle & fixing some old bugs may not added in this update, I'll try them in later updates....
But adding LZMA alternatively will take place. :)

Hello,
please, the possibility to change the font (bold) because with certain images the text is difficult to read!
to copy the Crack directory
and the suggestions I have already given.
thank you

P.S: please look your MP

Chayan Manna 27-09-2017 07:31

Update Available for H.M Compressor

Nothing major, it's a minor update for H.M Compressor....

Changes:
-Fixed an Old Bug
-New Parameter Added for Srep (Probably the Best Parameter for Srep)

schadow777 27-09-2017 12:55

Can u send the download link

I've found it sorry for the disturbance.

Any compression method for sleeping dogs.

Edit initial post, rather then double post, if no posts in-between>pakrat2k2

78372 28-09-2017 04:10

Quote:

Originally Posted by schadow777 (Post 462675)
Can u send the download link

I've found it sorry for the disturbance.

Any compression method for sleeping dogs.

Edit initial post, rather then double post, if no posts in-between>pakrat2k2

Can you see the first post?

pakrat2k2 28-09-2017 07:14

I merged the 2 posts into 1. The note was for schadow777, to simply edit his post with new info, rather then posting again, for 1 line.

78372 28-09-2017 07:43

I said that for schadow777 :)

schadow777 28-09-2017 07:54

Thanks guys i didn't realize that.

But any help

Dansoft 29-09-2017 14:48

is there a way i can turn off or remove the verify integrity option

Chayan Manna 29-09-2017 21:36

Quote:

Originally Posted by Dansoft (Post 462741)
is there a way i can turn off or remove the verify integrity option

If you want to turn off the checking, then uncheck the check box that says " Verify files Integrity"
If you want to completely remove the option then wait.....
This feature is coming in the update soon.... :)

Kitsune1982 26-10-2017 16:38

Progress on making my own installers by hand
 
4 Attachment(s)
Hi guys, I posted awhile back about asking about an 'installer creator' and was told to make the installer by hand.. well i have, sort of. i am using chayan manna's Windows Phone Installer Enhanced Mod (HMI 7.2 Final) and would like to share some screenshots of what i did. i really like this installer tool and plus it supports a lot more compression options with the h.m. compressor that is on the first post. here it is.

tell me what you guys think.

-Kitsune

ramazan19833 29-10-2017 09:00

Hi Chayan Manna
how to add second shortcut ???

Chayan Manna 29-10-2017 22:37

Quote:

Originally Posted by ramazan19833 (Post 463621)
Hi Chayan Manna
how to add second shortcut ???

In the "Execs" Section add "Appexe2"

ramazan19833 02-11-2017 08:41

Hello Chayan Manna my forum friend
H.M Compressor V1.3 : When will the update come?
HMI 7.2 Final :When will the update come?

Chayan Manna 02-11-2017 19:25

Quote:

Originally Posted by ramazan19833 (Post 463723)
Hello Chayan Manna my forum friend
H.M Compressor V1.3 : When will the update come?
HMI 7.2 Final :When will the update come?

Sorry mate for the delay, update was ready 80% long days ago but I'm weired in some work, that's why I can't work on updates. :)

bunti_o4u 20-11-2017 14:25

I have compressed the file with setting pzlib+srep:a32+xz. Now I am getting error during installation that unsupported compression method pzlib.

pakrat2k2 20-11-2017 15:08

simple re-do the compression & remove the pzlib from it.

Not everything has pzlib streams in it. so why try to use it for everything ?

KaktoR 21-11-2017 06:10

Show arc.ini and compress command

bunti_o4u 21-11-2017 07:25

Quote:

Originally Posted by KaktoR (Post 464255)
Show arc.ini and compress command

I used HM compressor.

http://www.fileforums.com/showthread.php?t=99359

KaktoR 21-11-2017 07:39

Try to change arc.ini

pzlib e -x
to
pzlib e -t100p

and test again

-x is not listed in pzlib config (but i think it was).

bunti_o4u 21-11-2017 08:36

Quote:

Originally Posted by KaktoR (Post 464260)
Try to change arc.ini

pzlib e -x
to
pzlib e -t100p

and test again

-x is not listed in pzlib config (but i think it was).

compression with setting pzlib+srep:a32+lzma works fine.

I think i need to include some file in installer for xz but don't know which one.

I included lzma2 in installer but nothing is happening nor it showing any error msg.

Simorq 21-11-2017 13:24

Quote:

Originally Posted by bunti_o4u (Post 464261)
compression with setting pzlib+srep:a32+lzma works fine.

I think i need to include some file in installer for xz but don't know which one.

I included lzma2 in installer but nothing is happening nor it showing any error msg.

hif2raw_dll.dll file is not likely.

It's better to use ZTool.

pzlib:max:c32m:sd1024:t25p


All times are GMT -7. The time now is 22:18.

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