FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer (WPI) (https://fileforums.com/showthread.php?t=96242)

oltjon 31-03-2017 11:29

Quote:

Originally Posted by Nizar3003 (Post 457584)
I mod WPI installer to mini version....
Hope you all like it...

i give example in setup...

Thanks to Razor12911 and rinaldo :D

very nice man;)

008black 06-04-2017 10:42

HOW TO add
PZLIB AND PZLIB LIBRARY FILES SO THAT IT CAN EXTRACT FILE PZLIB+SREP64+LZMA2 I HAVE EDITED ARC.INI AND ADDED PZLIB.EXE AND DLL FILE IN
Resource folder and edit script file under file section to include these files but it still not extracting as in temp folder there is no Pzlib and DLL file so can any one help how to add Pzlib files so that it can extract

78372 06-04-2017 11:38

Quote:

Originally Posted by 008black (Post 457870)
HOW TO add
PZLIB AND PZLIB LIBRARY FILES SO THAT IT CAN EXTRACT FILE PZLIB+SREP64+LZMA2 I HAVE EDITED ARC.INI AND ADDED PZLIB.EXE AND DLL FILE IN
Resource folder and edit script file under file section to include these files but it still not extracting as in temp folder there is no Pzlib and DLL file so can any one help how to add Pzlib files so that it can extract

You must add ExtractTemporaryFile to do that

008black 06-04-2017 19:11

Can u post the source code

TWOELV 08-04-2017 16:30

after adding pzlib support i am getting -11 error

Nizar3003 08-04-2017 21:06

Quote:

Originally Posted by TWOELV (Post 457924)
after adding pzlib support i am getting -11 error


SS please, mabe we can help you :D

Nizar3003 08-04-2017 21:11

1 Attachment(s)
Quote:

Originally Posted by 008black (Post 457878)
Can u post the source code

like this...

TWOELV 08-04-2017 23:07

Quote:

Originally Posted by Nizar3003 (Post 457930)
SS please, mabe we can help you :D

i would really really appreciate it if you can help me i have attached my script thank you ^_^ also i tried adding stats but it doesn't work like i want it to show how much time left to install and stuff

Nizar3003 09-04-2017 03:35

Quote:

Originally Posted by TWOELV (Post 457932)
i would really really appreciate it if you can help me i have attached my script thank you ^_^ also i tried adding stats but it doesn't work like i want it to show how much time left to install and stuff

i checked, and you doing right... maybe you forgot add unpack in arc.ini

008black 09-04-2017 05:22

Quote:

Originally Posted by Nizar3003 (Post 457931)
like this...

Thanks

008black 09-04-2017 05:30

I used Pzlib -m2 -x c256m +srep +Lzma2 to compress GTA 5 and also used msc for audio (compressed to 15.3 gb intial size 16.6 gb ) and final compressed size is of 39 gb version 1.36 but there are repacks on net like fitgirl 36 gb approx can anyone tell how to achieve that size

TWOELV 09-04-2017 08:57

1 Attachment(s)
i checked my arc.ini and i can see it has unpack see the attachments

felice2011 09-04-2017 11:36

TWOELV, Whyyyy Lzma2, "CMD Viper Edition" does not use the name LZMA2, but with 7z is compression line "a -txz -an -mcrc=0 -m1=lzma2:d192m:fb=273:mf=bt4:mc=999999:lc=4:lp=0 -mmt=2 -mx9", the LZ77 algorithm is LZMA 16.04 with this "-a1 -d27 -fb273 -mc100000000 -lc8 -lp4 -mfbt4 -mt8"...

so you have to delete this from INI files ...
Code:

[External compressor:Lzma2]
header = 0
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>

this edited ...
Code:

[External compressor:7z]
header = 0
packcmd  = 7z a -txz -an -mcrc=0 -m1=lzma2:d450m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

And finally uses this method and try ..."pzlib+srep64+7z"

:)

EDIT : Tested and functional out with the said method, two in bin format archives with your password, let me know if you have solved, otherwise tell me if you submit your work here or in private ...ciaoo;)

TWOELV 09-04-2017 13:12

the arc.ini that i attached was for wpi not for cmd bench so i have to compress the files with pzlib+srep64+7z again ?

cause i am having problem when i try to install it with wpi i get -11 error but if i remove lzma2 from wpi arc.ini then installer says unknown compression method

felice2011 09-04-2017 13:20

Quote:

Originally Posted by felice2011 (Post 457950)

EDIT : Tested and functional out with the said method, two in bin format archives with your password, let me know if you have solved, otherwise tell me if you submit your work here or in private ...ciaoo;)

Quote:

Originally Posted by TWOELV (Post 457956)
the arc.ini that i attached was for wpi not for cmd bench so i have to compress the files with pzlib+srep64+7z again ?

Yesssssssssssssss..brooo:p
and remember you should use the same file is arc.ini for compression and decompression of installer with inno-setup.


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

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