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)

Carldric Clement 15-06-2019 04:45

Quote:

Originally Posted by wollercoller (Post 481370)
Can you tell me How I can add ISARCEXTRACT in wpi.

If you first time to use it:
Quote:

function ISArcExtract(CurComponent:Cardinal; PctOfTotal:double; InName, OutPath, ExtractedPath: AnsiString; DeleteInFile:boolean; Password, CfgFile, WorkPath: AnsiString; ExtractPCF: boolean ):boolean; external 'ISArcExtract@files:ISDone.dll stdcall delayload';
then here's of example:
Quote:

if not ISArcExtract(0, 50, ExpandConstant('{src}\Data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
:)

Saifuddin 08-07-2019 03:29

Help me! Editing the script for my game and after compiling it doesnt change the name to my repack game it always shows Battlefiels 4

Carldric Clement 08-07-2019 09:17

Quote:

Originally Posted by Saifuddin (Post 481691)
Help me! Editing the script for my game and after compiling it doesnt change the name to my repack game it always shows Battlefiels 4

I recommended use WPI Wizard. :)

PsYcHo_RaGE 09-07-2019 20:50

Quote:

Originally Posted by Saifuddin (Post 481691)
Help me! Editing the script for my game and after compiling it doesnt change the name to my repack game it always shows Battlefiels 4

you didn't completely edited the script! check again, it should better change the name

Saifuddin 10-07-2019 02:18

Quote:

Originally Posted by PsYcHo_RaGE (Post 481718)
you didn't completely edited the script! check again, it should better change the name

Thanks for the reply, I found where i was making mistake and it works:) the preview looks awesome. But now the setup doesn't read compressed data.bin it installs with no extracted files in the destination folder, create blank desktop shortcut and finishes installation.

heihuanlanhun 11-07-2019 05:42

Quote:

Originally Posted by PsYcHo_RaGE (Post 481718)
you didn't completely edited the script! check again, it should better change the name

Help me,please.It is wrong.

unarc.dll returned an error code:-2
error:unsupported compression method
xZLib+srep:m3f+lzma:a1:mfbt4:256m:fb273:mc10000000 00:lc8+diskspan:7900mb:7950mb

PsYcHo_RaGE 11-07-2019 06:55

Quote:

Originally Posted by Saifuddin (Post 481719)
Thanks for the reply, I found where i was making mistake and it works:) the preview looks awesome. But now the setup doesn't read compressed data.bin it installs with no extracted files in the destination folder, create blank desktop shortcut and finishes installation.

any error pops up?

and are you sure that you have given the same name to the data files which you have in the script?
in the script, it should be something like this > data.bin or data.rip or data.xax
and the data file a.k.a compressed/repacked also should be having the same name which should reside in the same folder as setup.exe

PsYcHo_RaGE 11-07-2019 06:57

Quote:

Originally Posted by heihuanlanhun (Post 481744)
Help me,please.It is wrong.

unarc.dll returned an error code:-2
error:unsupported compression method
xZLib+srep:m3f+lzma:a1:mfbt4:256m:fb273:mc10000000 00:lc8+diskspan:7900mb:7950mb

check the decompression files a.k.a unpack files and also the settings in arc.ini
make sure every file is there for some purpose

heihuanlanhun 11-07-2019 10:24

Quote:

Originally Posted by PsYcHo_RaGE (Post 481747)
check the decompression files a.k.a unpack files and also the settings in arc.ini
make sure every file is there for some purpose

thanks.brother.i will try .

Saifuddin 11-07-2019 21:52

Quote:

Originally Posted by PsYcHo_RaGE (Post 481746)
any error pops up?

and are you sure that you have given the same name to the data files which you have in the script?
in the script, it should be something like this > data.bin or data.rip or data.xax
and the data file a.k.a compressed/repacked also should be having the same name which should reside in the same folder as setup.exe

Yes no error pop ups. everythis is correct but it doesnt extract data.bin file. Then i checked it with WPI Wizard it worked. but this script and the script modified by Gupta also did not worked.

PsYcHo_RaGE 14-07-2019 06:59

Quote:

Originally Posted by Saifuddin (Post 481752)
Yes no error pop ups. everythis is correct but it doesnt extract data.bin file. Then i checked it with WPI Wizard it worked. but this script and the script modified by Gupta also did not worked.

weird, everything should work smoothly

btw, are you trying to become a repacker? i can help you only if you want to

Saifuddin 14-07-2019 22:24

Quote:

Originally Posted by PsYcHo_RaGE (Post 481792)
weird, everything should work smoothly

btw, are you trying to become a repacker? i can help you only if you want to

No i dont, but i have games installed which i wanted to back it up. I dont have main installer of those games.

PsYcHo_RaGE 15-07-2019 03:30

Quote:

Originally Posted by Saifuddin (Post 481802)
No i dont, but i have games installed which i wanted to back it up. I dont have main installer of those games.

for them, depends upon the game data, compress/re-pack the games

create an installer for them with the same files embedded mostly...

creating an installer is really easy as compared to compressing/re-packing the game

you just the need the same file and same configuration mostly to unpack the files which you have compressed already :)

heihuanlanhun 15-07-2019 10:12

Quote:

Originally Posted by PsYcHo_RaGE (Post 480947)
Check my script which i have posted a week ago, its on the previous page

Excuse me.NOW,The Byte Code Installer V7.2 can support the new tools like UltraARC v2.9.0.0 R6 Final?Compatible ?

I'm sorry.I have a poor Enlish

PsYcHo_RaGE 15-07-2019 22:55

Quote:

Originally Posted by heihuanlanhun (Post 481811)
Excuse me.NOW,The Byte Code Installer V7.2 can support the new tools like UltraARC v2.9.0.0 R6 Final?Compatible ?

I'm sorry.I have a poor Enlish

check @bunti_o4u 's script, he modified it better than me > https://fileforums.com/showpost.php?...23&postcount=1

and has everything implemented which you can imagine of :D

heihuanlanhun 16-07-2019 03:23

Quote:

Originally Posted by PsYcHo_RaGE (Post 481819)
check @bunti_o4u 's script, he modified it better than me > https://fileforums.com/showpost.php?...23&postcount=1

and has everything implemented which you can imagine of :D

ok,thanks

ravikant 28-07-2019 03:02

Help Me Fast . I made an installer using it to extract bin files created with free arc . The installer becomes unresponsive and closes itself .

ثقبشد2هددخ 07-08-2019 15:39

Hello i got into trouble
These files cannot be extracted
Chika
Each time it requests this file (data.bin)

devil777 12-08-2019 00:03

Have you checked out
 
Quote:

Originally Posted by ثقبشد2هددخ (Post 482007)
Hello i got into trouble
These files cannot be extracted
Chika
Each time it requests this file (data.bin)

Mr have you edited the data or archive section...at the beginning..
The file you want to extract put it's name into data.bin in the .iss script.. in here "Archive1Source={src}\data.bin"
Or have you included it with the installer?

devil777 18-08-2019 22:07

Any one help me out. I'm having trouble while unpacking big files with srep...
My steps are Cls-srep.dll ( with cls-srep.exe 86 and 64 variant)....
It's with srep cause while unpacking big files installer starts perfectly and after a while maybe reaching about 13% , cls-srep_64.exe stops and few moments after that setup.exe also stops .
Please help me out... my win defender is off and no antivirus...

Kitsune1982 23-08-2019 13:56

bunti_o4u, i am having a problem with finding the proper entries in
the .iss in your new WPI installer to change the font type and size of the text and steps eg 'install', 'directory' 'confirm' etc and also if i am using a game repack that doesnt use the 'extra' features in it like the ones listed in the default far cry new dawn installer, or only uses english language, is there a way to remove the additional components from the installer menu and remove all the unused languages? i tried to do that but it wont let me select/deselect any of the languages in the preview they are just greyed out, and no matter which game i use the menu always has the far cry 'additional components' and 'select language' which is useless because i cant even select them :<

can you tell me or show me in a picture the correct settings to change for:

1.changing the menu's font size
2.changing the menu's color
3.changing the menu's font type
4.removing the 'additional components' and 'select language' from the installer menu? i know this is a lot to ask bro and its a great installer just need some help. im confused about using the 'custcolor' codes because i can never get them right.. even googling them it confuses me. :(

please help.

thanks.

-Kitsune

devil777 28-08-2019 11:15

I know a bit about mr Bunti's modified work
 
Mrs kitsune... if you want help about disabling language than please try to find "language=1" at the very first of the script... Just below "component=1" then put 0 to disable language... and to change menu colour I mean do you want to add your custom colour in the installer?...

devil777 28-08-2019 11:26

About custcolor
 
Mrs kitsune in case of custcolor ... try to put the codes in
BBGGRR way I mean you've searched a colour in the net and found that it's colour code is #0F3AGF.. in this case consider (with out #) 0F as RR (cause they are basically in RRGGBB format) , then 3A as GG , GF as BB...

If your trying to put the colour code in the script then put it in BBGGRR format (not RRGGBB).To do this put GF as BB , 3A as GG , 0F as RR (just after # or $ in the custcolor option ,I hope you know it)

So it will be look like #GF3A0F in BBGGRR format ...
Hope you find it useful. Also if you try to Mess with the alphabets than you will mess the colour up

gnarly1014 11-01-2020 17:55

Is there a guide or screenshot to editing the script to fit your needs? All I see is a bunch of Battlefield 4 shit. Is there like an empty template version?

PsYcHo_RaGE 12-01-2020 11:23

Quote:

Originally Posted by gnarly1014 (Post 484229)
Is there a guide or screenshot to editing the script to fit your needs? All I see is a bunch of Battlefield 4 shit. Is there like an empty template version?

check this, provides inscript documentation: https://fileforums.com/showpost.php?...23&postcount=1

gnarly1014 19-01-2020 15:57

Quote:

Originally Posted by PsYcHo_RaGE (Post 484241)
check this, provides inscript documentation: https://fileforums.com/showpost.php?...23&postcount=1

No it doesn't? This one has the same problem, its already filled out. i can't find any dedicated tutorial or video documentation about this. I just wanna move on from making very basic Inno Setup "repacks" to actually using compressed shit, man.

Call me retarded, but I just cannot understand this at all, and I don't know where to go or someone to talk to about this.

PsYcHo_RaGE 20-01-2020 00:38

Quote:

Originally Posted by gnarly1014 (Post 484361)
No it doesn't? This one has the same problem, its already filled out. i can't find any dedicated tutorial or video documentation about this. I just wanna move on from making very basic Inno Setup "repacks" to actually using compressed shit, man.

Call me retarded, but I just cannot understand this at all, and I don't know where to go or someone to talk to about this.

what's your purpose?

gnarly1014 21-01-2020 05:13

Quote:

Originally Posted by PsYcHo_RaGE (Post 484365)
what's your purpose?

Purpose? Well, i guess i just want to make repacks. My project is to make repacks of games that dont have one yet or kinda-obscure games. I have made some basic “repacks” with Inno Setup before with Innos best possible compression which is lzma2/ultra 64, which doesn’t exactly give the best compression results, I want a little more compression then that but not insanely amounts of compression.

Also, are you really the real creator of Darck Repacks? If so, thats cool. Its always nice to talk to someone with experience.

PsYcHo_RaGE 22-01-2020 05:26

Quote:

Originally Posted by gnarly1014 (Post 484405)
Purpose? Well, i guess i just want to make repacks. My project is to make repacks of games that dont have one yet or kinda-obscure games. I have made some basic “repacks” with Inno Setup before with Innos best possible compression which is lzma2/ultra 64, which doesn’t exactly give the best compression results, I want a little more compression then that but not insanely amounts of compression.

Also, are you really the real creator of Darck Repacks? If so, thats cool. Its always nice to talk to someone with experience.

What? sorry! you can't repack any game using Inno Setup, use tools like ZTool, XTool, Srep, Lolz, AFR, UELR, BPK etc.

No, I am not the creator but now yes I am the Administrator of Darck Repacks.

Thanks :)

devil777 22-01-2020 07:22

Quote:

Originally Posted by PsYcHo_RaGE (Post 484443)
using inno for repacking is a bad idea, it was good before a long time ago but not now when we have tools like ZTool, XTool, Srep, Lolz, AFR, UELR, BPK etc.

not the creator back then when it was created in 2015 but now yes i am developer, system administrator and owner of darckrepacks.

anymore questions? lul :D

I do have one question though... will darckrepacks come back?

gnarly1014 22-01-2020 14:10

Quote:

Originally Posted by PsYcHo_RaGE (Post 484443)
using inno for repacking is a bad idea, it was good before a long time ago but not now when we have tools like ZTool, XTool, Srep, Lolz, AFR, UELR, BPK etc.

not the creator back then when it was created in 2015 but now yes i am developer, system administrator and owner of darckrepacks.

anymore questions? lul :D

I am trying to switch from Inno to actually using tools and other stuff here, but I am just very confused by it all, theres not a lot of guides here that are rather "in-depth" i should say. I am not asking guides that are like a full book, but it seems a lot of stuff here is basically "here takes these files have fun figuring them out lol"

I still can't figure out how to manage this or the corepack installer at all, i am just totally lost here, i might be stupid, but i am being honest.

PsYcHo_RaGE 23-01-2020 09:37

Quote:

Originally Posted by devil777 (Post 484444)
I do have one question though... will darckrepacks come back?

isn't it? it has been a long time since its online and running :cool:

arg9244 06-02-2020 00:27

a newbie question how to compress into multiple volumes and how to make WPI work with this volumes?

PsYcHo_RaGE 06-02-2020 08:52

Quote:

Originally Posted by arg9244 (Post 484580)
a newbie question how to compress into multiple volumes and how to make WPI work with this volumes?

download the file above which is hosted at mega.nz and then you can try asking me some questions

ADMIRAL 13-06-2020 01:54

Plz Help at decompress
 
Quote:

Originally Posted by MMBDON (Post 478668)
Bro i already uploaded my WPI script along with data compressor, plz download and check pzlib data compression/decompression for some sample files. If my uploaded script works for compression/decompression with pzlib then, plz modify your script similar to my uploaded script.

I compressed my game by mwolf1 method and now wpi do not extracting.
What I can do?

Kitsune1982 14-06-2020 16:15

is it possible to change the appearance of the buttons like if i have a custom button texture i want to use or is the button appearance hard coded? i'd love to use my own buttons in this installer..

-Kitsune

Clazper 19-12-2020 19:28

How to add two .cab files? (I'm a noob)

Ele 20-12-2020 02:41

Quote:

Originally Posted by Clazper (Post 489477)
How to add two .cab files? (I'm a noob)

Dude, it's very easy to do, just follow my code.

Code:

[Archives]
;Precomp 0.38, 0.40, 0.41 and 0.42
;Archive Types 7Zip, Freearc and WinRAR
PrecompVer=0.38

///////// Disk 01 \\\\\\\\\\\\\
Archive1Type=Freearc
Archive1Source={src}\data1.cab
Archive1Output={app}
Archive1Disk=1
Archive1Password=


///////// Disk 02 \\\\\\\\\\\\\
Archive2Type=Freearc
Archive2Source={src}\data2.cab
Archive2Output={app}
Archive2Disk=2
Archive2Password=


fabrieunko 25-10-2021 00:47

Hello, I translated the whole installer 'WindowsPhone Installer (DSG)' into French. can I suggest it?

ROKA1969 05-02-2022 10:10

I've been struggling with this scrypt for four days and I figured I need some help, everything was fine but I broke something and now I don't know where to fix:

https://i.imgur.com/PEE5jeP.png

If someone is willing to correct my scrypt, I did not manage to start the music, it does not even show the button. There is one more problem in the installer window when I choose Polish as the guiding button, Exit is almost invisible and additionally these buttons do not light up. Thank you in advance for any help. I am sending my scrypt:

https://www62.zippyshare.com/v/382OApCN/file.html


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

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