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)

darkwolves 11-10-2017 12:36

Quote:

Originally Posted by bunti_o4u (Post 463043)
Its weird coz I repacked so many games with the same script and didn't face such issue..lol

i think it was the repack method i was using

darkwolves 11-10-2017 12:43

Update 1 finished
 
2 Attachment(s)
update 1 fixed precomp error made some alterations the installation screen
slimmed the script down by placing // or ; next to some components to disable them
if you want to use the component simply remove the // or ;

darkwolves 11-10-2017 13:20

Quote:

Originally Posted by bunti_o4u (Post 463040)
Can you share the tool which you are using to compress the game.
I have this tool only and it works fine on games (uncompressed) less then 10 GB.
If game is more than 10 GB it is taking hell lot of time and compress ratio is also not good.

that is a good tool although problem is its limited its best to use a custom compressor as newer compression tools were made long after its release
so you can manually make changes to whats in it and also to what you can use in the script you have

darkwolves 11-10-2017 13:23

operating the .bat file in the compressor
 
You can add or decrease the amounts of disks to make.
just check the arc ini and it will tell you the method.
right click and click edit on Advanced_Compressor.
look at the setup setting a file location.. be SURE to number the bin files
say you want it to target desktop and new folder..
"C:\Users\Wolf\Desktop\New folder" it must appear like this..
by default i have it set for 3 data files you can increase,
or decrease just make sure you line everything up,
in the arc ini it has my own personal methods
you can use or change them do NOT delete the -p on password put the password with it,
like it shows in compressor bat file also do not delete the -m put the method name next to it,
you can make you're own or use mine and rename them to whatever you want

bunti_o4u 11-10-2017 13:34

Quote:

Originally Posted by darkwolves (Post 463049)
You can add or decrease the amounts of disks to make.
just check the arc ini and it will tell you the method.
right click and click edit on Advanced_Compressor.
look at the setup setting a file location.. be SURE to number the bin files
say you want it to target desktop and new folder..
"C:\Users\Wolf\Desktop\New folder" it must appear like this..
by default i have it set for 3 data files you can increase,
or decrease just make sure you line everything up,
in the arc ini it has my own personal methods
you can use or change them do NOT delete the -p on password put the password with it,
like it shows in compressor bat file also do not delete the -m put the method name next to it,
you can make you're own or use mine and rename them to whatever you want

thank you.

If i don't want to set password then password section should be like "-p" only, correct?

bunti_o4u 11-10-2017 13:39

Quote:

Originally Posted by darkwolves (Post 462849)
it only happens when i install bigger games highly compressed
like for example my arkham knight is like 52 gigs after install
but its compressed down to 24.6 gigs
also mine is going to go public with a compressor to go with it

If you have more than one data file then you have to make change as below in this code:
if not ISArcExtract ( 0, 100, arcstr, Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], ExpandConstant('{tmp}\arc.ini'), Data[i - 1].Arc[2], false) then

set this to 33 if you have 3 data files or set to 50 if you have 2 data files.

Or check the script (counter strike condition zero) that i have uploaded i tweaked this section a bit and now i can define percentage for each file in archives section itself.

this might solve your eternity issue on install page.

darkwolves 11-10-2017 13:50

Quote:

Originally Posted by bunti_o4u (Post 463051)
If you have more than one data file then you have to make change as below in this code:
if not ISArcExtract ( 0, 100, arcstr, Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], ExpandConstant('{tmp}\arc.ini'), Data[i - 1].Arc[2], false) then

set this to 33 if you have 3 data files or set to 50 if you have 2 data files.

Or check the script (counter strike condition zero) that i have uploaded i tweaked this section a bit and now i can define percentage for each file in archives section itself.

this might solve your eternity issue on install page.

it doesn't bother me
plus it only seems to happen when i use precompressors

darkwolves 11-10-2017 13:51

Quote:

Originally Posted by bunti_o4u (Post 463050)
thank you.

If i don't want to set password then password section should be like "-p" only, correct?

-pPassword

thats how it goes in

if you do not want a password

remove -hp -p

ShadowEagle 13-10-2017 12:34

Does this script support components? For example if i make a trilogy, so the user can select which game to install?

darkwolves 13-10-2017 20:30

Quote:

Originally Posted by ShadowEagle (Post 463119)
Does this script support components? For example if i make a trilogy, so the user can select which game to install?

it is not setup that way it is designed for one game only
not saying it couldn't be modified to though

MMBDON 20-10-2017 20:21

Prove botva slideshow WPI Inno Script
 
Quote:

Originally Posted by darkwolves (Post 463037)
wich version do you want his or mine?

Sir i want WPI inno setup script with background flashing slideshows.

darkwolves 20-10-2017 22:23

Quote:

Originally Posted by MMBDON (Post 463303)
Sir i want WPI inno setup script with background flashing slideshows.

mine has the small one if you want a big one there are many others out there

like this one by Chayan Manna more complex than my edit

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

or this one done by PrinceGupta2000

http://fileforums.com/showthread.php?t=98979

MMBDON 25-10-2017 10:14

Suggest me file decompression!
 
[QUOTE=darkwolves;463306]mine has the small one if you want a big one there are many others out there

Thank you for file attachments. Sir, how do i decompress header corrupted(FreeARC Protected) files created with .bin extension by creating setup.exe. Codex and Fitgirl repacks create FreeARC Protected files(Archieve can't be opened with FreeArc) and they create setup.exe to extract those files. In the similar way i know to create that type files. But i don't know how to decompress files using inno script. Please help me!

darkwolves 26-10-2017 22:25

[QUOTE=MMBDON;463480]
Quote:

Originally Posted by darkwolves (Post 463306)
mine has the small one if you want a big one there are many others out there

Thank you for file attachments. Sir, how do i decompress header corrupted(FreeARC Protected) files created with .bin extension by creating setup.exe. Codex and Fitgirl repacks create FreeARC Protected files(Archieve can't be opened with FreeArc) and they create setup.exe to extract those files. In the similar way i know to create that type files. But i don't know how to decompress files using inno script. Please help me!

they use different compression methods for one the script you use must be compatible...
however fitgirl and corepacks files are password protected and opening them
is possible but it is also stealing
however if you get the game yourself and repack it yourself that is different i included a compressor with
my wpi editthe one by Chayan has one the one done by PrinceGupta2000 is compatible with some versions of ultraarc

MMBDON 28-10-2017 10:36

Requesting UHARC Support WPI & EZ Installer!
 
[QUOTE=darkwolves;463539]
Quote:

Originally Posted by MMBDON (Post 463480)

they use different compression methods for one the script you use must be compatible...
however fitgirl and corepacks files are password protected and opening them
is possible but it is also stealing
however if you get the game yourself and repack it yourself that is different i included a compressor with
my wpi editthe one by Chayan has one the one done by PrinceGupta2000 is compatible with some versions of ultraarc

Hey Sir, Please provide UHARC Support Windows phone installer script! i tried with uharc unpacking commands in arc.ini by including uharc.exe, cls-uharcmt.dll and also uha.dll (In WPI). But unable to decompress uharc compressed file through script provided by you.

Also if you have EZ Installer Creator created by Razor12911, please provide it!


All times are GMT -7. The time now is 23:44.

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