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!

darkwolves 29-10-2017 12:43

[QUOTE=MMBDON;463587]
Quote:

Originally Posted by darkwolves (Post 463539)

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!

you can add it yourself it used to have uharc but i removed it because i don't like it
and i do not have EZ Installer Creator i use my own compressor and my own wpi script
that i edited based on razors script
putting the files into the resource folder will not work
they must be written in the script

like so

Source: Resources\uharc.exe; DestDir: {tmp}; Flags: dontcopy;
Source: Resources\cls-uharcmt.dll; DestDir: {tmp}; Flags: dontcopy;

ExtractTemporaryFile('uharc.exe');
ExtractTemporaryFile('cls-uharcmt.dll');


if you look for the areas were the script has these commands
it will support the files you put into the resources folder

mahbodsx 04-11-2017 06:42

Sorry
I need Best compress method
For H.M Compressor
Or suggestion to me another Compressor
Pls

darkwolves 07-11-2017 18:08

Quote:

Originally Posted by mahbodsx (Post 463764)
Sorry
I need Best compress method
For H.M Compressor
Or suggestion to me another Compressor
Pls

h.m was designed for that script the one i put together is designed for mine none of them are universal as i keep saying

Randy2 17-11-2017 03:41

@Razor 12911 can you please post wpi 2017 Script Please http://fileforums.com/showpost.php?p=463994&postcount=2

78372 17-11-2017 03:46

The installer is private and not written in inno. So no way you can get the script.

Randy2 17-11-2017 04:02

@78372 Can you please give it to create conversion :)

78372 17-11-2017 04:10

-_- Man, can't you understand the little thing? I don't have the installer, plus if I had, I would never make a private installer public. This installer is Razor's and he will not make it public, that's why you can't get the installer.

Randy2 17-11-2017 07:55

Are you razor12911 ?
Did you changed you profile ? -_-

darkwolves 18-11-2017 01:35

Quote:

Originally Posted by Randy2 (Post 464156)
Are you razor12911 ?
Did you changed you profile ? -_-

as you were told that installer was never made public and razor is retired

pakrat2k2 18-11-2017 07:45

Quote:

Originally Posted by Randy2 (Post 464147)
@Razor 12911 can you please post wpi 2017 Script Please

78372 has replied MORE then enough that this script will NOT be given out by Razor12911, as he has retired from making, giving out his scripts. you seem to NOT be able to read & respect what you've been told.

do NOT ask for it again, ONLY warning.

Joe Forster/STA 20-11-2017 12:01

(Thread cleaned. Please, concentrate on the topic.)

Razor12911 23-11-2017 17:14

Quote:

Originally Posted by Randy2 (Post 464156)
Are you razor12911 ?
Did you changed you profile ? -_-

Installer is private just as he said :)

MMBDON 29-11-2017 22:32

Inno Setup Script Request
 
[QUOTE=pakrat2k2;464183]78372 has replied MORE then enough that this script will NOT be given out by Razor12911, as he has retired from making, giving out his scripts. you seem to NOT be able to read & respect what you've been told.

Pakrat2k2 sir, how do extract FreeArc protected archives(Which cannot be opened through normal FreeArc).I have already created such archives, but while decompressing it is giving error that "Archive header is corrupted, unable to decompress". Please provide suitable simple inno-setup script to decompress
such FreeArc protected archives.

Thank You in advance!

Razor12911 03-12-2017 11:10

Link of WPI designed using FMX:
http://fileforums.com/showthread.php?t=99856

MMBDON 07-12-2017 06:07

Quote:

Originally Posted by Razor12911 (Post 464617)
Link of WPI designed using FMX:
http://fileforums.com/showthread.php?t=99856

Razor Sir, how do extract FreeArc protected archives(Which cannot be opened through normal FreeArc).I have already created such archives, but while decompressing it is giving error that "Archive header is corrupted, unable to decompress". Please provide suitable simple inno-setup script to decompress such FreeArc protected archives.

I have also data decompression problem with pzlib v3 created by you. Please help me!

Thank You in advance!

Razor12911 07-12-2017 11:51

Well you have to use compatible unarc.dll
These protected archives are created using a modified version of arc.exe, for decompression. it's imperative you use a modified version of unarc.dll else you'll keep getting these errors.

bunti_o4u 07-12-2017 12:06

Quote:

Originally Posted by Razor12911 (Post 464695)
Well you have to use compatible unarc.dll
These protected archives are created using a modified version of arc.exe, for decompression. it's imperative you use a modified version of unarc.dll else you'll keep getting these errors.

Pl share the coding for custom scrollbar!

Razor12911 07-12-2017 13:23

What custom scrollbar?

bunti_o4u 08-12-2017 09:03

Quote:

Originally Posted by Razor12911 (Post 464700)
What custom scrollbar?

Scrollbar but like buttons you have created in WPI installer (first post of this thread).

MARCUS HOLLOWAY 08-12-2017 09:48

Quote:

Originally Posted by bunti_o4u (Post 464723)
Scrollbar but like buttons you have created in WPI installer (first post of this thread).

That's based on fmx not inno
For inno setup use
Tscrollbox

heihuanlanhun 18-12-2017 10:09

the Script is error,PLEASE help
 
1 Attachment(s)
If user cancels the installation, setup will roll back changes.but the installed folder is not delete PLEASE help


Here is the Script
Attachment 20414

heihuanlanhun 18-12-2017 10:11

Quote:

Originally Posted by bunti_o4u (Post 464821)
can u provide d script?

can u provide d script?my English is bad,sorry

bunti_o4u 19-12-2017 10:26

Quote:

Originally Posted by heihuanlanhun (Post 465023)
can u provide d script?my English is bad,sorry

This is a bug in the installer though installer deletes all files from the app folder so why are you worried about empty folder. ;)

MMBDON 23-12-2017 11:13

Please provide this suggested file. i.e unarc.dll

Quote:

Originally Posted by Razor12911 (Post 464695)
Well you have to use compatible unarc.dll
These protected archives are created using a modified version of arc.exe, for decompression. it's imperative you use a modified version of unarc.dll else you'll keep getting these errors.

Razor sir, please provide suitable unarc.dll file to decompress FreeArc protected
archievs.

Thank you in advance!

Next time EDIT your post rather then double post

rinaldo 29-12-2017 03:00

fap
 
1 Attachment(s)
Quote:

Originally Posted by MMBDON (Post 465134)
Please provide this suggested file. i.e unarc.dll



Razor sir, please provide suitable unarc.dll file to decompress FreeArc protected
archievs.

Thank you in advance!

Next time EDIT your post rather then double post

--->


All times are GMT -7. The time now is 04:48.

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