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)

bunti_o4u 12-12-2018 12:26

Quote:

Originally Posted by ahmedwaill (Post 477625)
well i like this one a lot but when i write the name as Assassin's Creed
it gets error and the issue is the " ' " in Assassin's
can you fix it please ?!

write as below:
caption:= 'Assassin''s Creed'

ahmedwaill 12-12-2018 13:04

Alright thanks , but can you share the Source code of the installer you shared pics of ? thanks in advance

PsYcHo_RaGE 14-12-2018 01:24

Quote:

Originally Posted by ahmedwaill (Post 477629)
Alright thanks , but can you share the Source code of the installer you shared pics of ? thanks in advance

after fixing this > as he said
01. Not supporting to multiple disks.
02. Not deleting all files and folders if installation is cancelled.

ahmedwaill 14-12-2018 10:06

Quote:

Originally Posted by PsYcHo_RaGE (Post 477674)
after fixing this > as he said
01. Not supporting to multiple disks.
02. Not deleting all files and folders if installation is cancelled.

ah sry didn't see what he wrote :), thanks

MMBDON 17-12-2018 02:16

Script Request
 
Quote:

Originally Posted by bunti_o4u (Post 477578)
Resolved the button refresh issue.

Sir , please provide this installer script. This script is very attractive and nice one. Thanks in advance.

ahmedwaill 17-12-2018 05:05

Quote:

Originally Posted by MMBDON (Post 477810)
Sir , please provide this installer script. This script is very attractive and nice one. Thanks in advance.

Quote:

Originally Posted by PsYcHo_RaGE (Post 477674)
after fixing this > as he said
01. Not supporting to multiple disks.
02. Not deleting all files and folders if installation is cancelled.

well man after fixing as he said he will share it , that's the same thing i asked once i saw this installer :v

MMBDON 20-12-2018 00:43

Quote:

Originally Posted by ahmedwaill (Post 477816)
well man after fixing as he said he will share it , that's the same thing i asked once i saw this installer :v

Ok thanks for your suggestion. I'm waiting for this script.

pakrat2k2 20-12-2018 09:47

Quote:

Originally Posted by masen485 (Post 476525)
when is there a date?


bro okey i will give you proper date, here is this > on 23rd of October 2018


On October 23, 2018, you were going to give me the loader.


my brother did not get any news from you, please reply and I need your help with the installer.

you were warned before to not keep begging for scripts, & that any further begging will result in ban. You did not take heed on my last ban, so another ban is neccessary, any further posts anywhere on this forum will result in permanent ban.

bunti_o4u 24-12-2018 16:29

Added component support..
 
I have added component support in script.

but installation progress bar and percentage turned into mess.

I think I cannot do it on my own. I need help to get things corrected.

Jiva newstone 24-12-2018 21:31

Quote:

Originally Posted by bunti_o4u (Post 478091)
I have added component support in script.

but installation progress bar and percentage turned into mess.

I think I cannot do it on my own. I need help to get things corrected.

post the script, will correct it and it is small code u have to place to use component

ALiAS2 25-12-2018 07:58

Hey Bro
 
Quote:

Originally Posted by drsanjula (Post 446575)
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL

[ATTACH]Attachment 13417[/ATTACH]
http://corepacks.com/index.php?/topi...#comment-58348


Can You Give Me This Script ... For Repacks Myself ? I Want Create For Myself some Game ... Thank You My Bro ♥

bunti_o4u 25-12-2018 10:03

Quote:

Originally Posted by Jiva newstone (Post 478098)
post the script, will correct it and it is small code u have to place to use component

Here the script.

Files get extracted correctly. The only concern is progress which is not getting calculated correctly..

Hope it would be easy to get corrected..:):)

ahmedwaill 25-12-2018 15:26

well it worked perfectly for me when i changed in this section
Quote:

[OptionalComponent]
Maximum 4 Option Component
OC1Type=Freearc
OC1Source={src}\data3.bin
OC1Output={app}
OC1Disk=1
OC1Password=
OC1Percentage=10
OC1Name=HD Texture Pack
OC1CheckBox=OC1Chk
Changed
OC1Size=43
To
OC1Percentage=10

PS: when it was OC1Size=43 it when the installer extract the first data arch then goes to the component arch the progress stops , after i made it to OC1Percentage it worked perfectly
idk whether its the correct thing or not tho but that's how it worked for me

pakrat2k2 25-12-2018 15:26

@ bunti_o4u

you should have just PM link for file to Jiva newstone, then posted the corrected file in first post once its everything works properly

bunti_o4u 25-12-2018 19:46

Quote:

Originally Posted by ahmedwaill (Post 478140)
well it worked perfectly for me when i changed in this section

Changed
OC1Size=43
To
OC1Percentage=10

PS: when it was OC1Size=43 it when the installer extract the first data arch then goes to the component arch the progress stops , after i made it to OC1Percentage it worked perfectly
idk whether its the correct thing or not tho but that's how it worked for me

Thanks man. I was just looking at code section and searching for mistake though the error was at file section only....:):)

bunti_o4u 25-12-2018 19:49

Quote:

Originally Posted by pakrat2k2 (Post 478141)
@ bunti_o4u

you should have just PM link for file to Jiva newstone, then posted the corrected file in first post once its everything works properly

I have removed the script. will post after resolving all the known bugs..

pakrat2k2 25-12-2018 21:58

Quote:

Originally Posted by ahmedwaill (Post 478140)
well it worked perfectly for me when i changed in this section

Changed
OC1Size=43
To
OC1Percentage=10

PS: when it was OC1Size=43 it when the installer extract the first data arch then goes to the component arch the progress stops , after i made it to OC1Percentage it worked perfectly
idk whether its the correct thing or not tho but that's how it worked for me

now was that the only one that needs to be changed or do all the others in that section need to be changed as well ?

bunti_o4u 25-12-2018 22:30

Quote:

Originally Posted by pakrat2k2 (Post 478149)
now was that the only one that needs to be changed or do all the others in that section need to be changed as well ?

It has to be changed for all the files in Language and optional component section.

Jiva newstone 25-12-2018 22:45

Quote:

Originally Posted by bunti_o4u (Post 478121)
Here the script.

Files get extracted correctly. The only concern is progress which is not getting calculated correctly..

Hope it would be easy to get corrected..:):)

u can't give a constant progress value when u using component or ISExec - you have to use records.inf which isdone records the progress in a file then while instaling it get the progress value from records.inf.

i can't tell you how to code in wpi its mess so that why i told u to post the iss

ahmedwaill 25-12-2018 22:47

Quote:

Originally Posted by bunti_o4u (Post 478143)
Thanks man. I was just looking at code section and searching for mistake though the error was at file section only....:):)

well am glad that i could help bro , will be waiting till you finish it :D

bunti_o4u 25-12-2018 23:12

Quote:

Originally Posted by Jiva newstone (Post 478152)
u can't give a constant progress value when u using component or ISExec - you have to use records.inf which isdone records the progress in a file then while instaling it get the progress value from records.inf.

i can't tell you how to code in wpi its mess so that why i told u to post the iss

I posted it but removed after pakrat2k2 comment..

I already know that i shouldn't give constant value for progress. I originally planned to code the progress value based on file size. But first i wanted to ensure that files are getting extracted as required and that has messed the progress as I forgot to change size to percentage...

Now I will include the same in the script...

Jiva newstone 25-12-2018 23:53

Quote:

Originally Posted by bunti_o4u (Post 478154)
I posted it but removed after pakrat2k2 comment..

I already know that i shouldn't give constant value for progress. I originally planned to code the progress value based on file size. But first i wanted to ensure that files are getting extracted as required and that has messed the progress as I forgot to change size to percentage...

Now I will include the same in the script...

check your pm i sent an example for adding component

bunti_o4u 06-01-2019 13:08

Final version of the script..

You can add or remove below pages easily:
  1. About game page
  2. System requirement page
  3. Component selection page
  4. enable or disable music

Note:
  1. If you cancel setup while installing, some files or directories may not get deleted in app folder. [Fixed]
  2. If input files are not in source directory then you have to locate each of these files one by one during installation. [Fixed]

https://fileforums.com/showthread.php?t=102774

MMBDON 07-01-2019 19:58

Thank You very much sir for providing this script:)

ahmedwaill 08-01-2019 14:32

that's pretty Great bro really appreciate it <3

ALiAS2 09-01-2019 03:32

Hey Bro How Add This Page With Info System in Script ?
 
1 Attachment(s)
Quote:

Originally Posted by bunti_o4u (Post 478479)
This is final version of the script (as of now)..

You can add or remove below pages easily:
  1. About game page
  2. System requirement page
  3. Component selection page

Further, you can enable or disable music.

Note:
  1. If you cancel setup while installing, some files or directories may not get deleted in app folder.
  2. If input files are not in source directory then you have to locate each of these file one by one during installation.

You can press thanks button if you like the script...



Please Help Me Bro I Want Add This Library In Script WPI ...
How can I do this with what code and what files are required?
Where and What Code & File ? Thanks

MMBDON 09-01-2019 11:20

Script Problem Fix Request.
 
Quote:

Originally Posted by bunti_o4u (Post 478479)
This is final version of the script (as of now)..

You can add or remove below pages easily:
  1. About game page
  2. System requirement page
  3. Component selection page

Further, you can enable or disable music.

Note:
  1. If you cancel setup while installing, some files or directories may not get deleted in app folder.
  2. If input files are not in source directory then you have to locate each of these file one by one during installation.

You can press thanks button if you like the script...

Sir i downloaded your modified script but, unable to decompress pzlib(pzlibv3) compressed files. I tried to modify with old WPI script which able to extract same data but failed! Please fix this problem such that script must able to extract pzlib(pzlibv3) compressed files.Again i don't have time to correct script. Thank you in advance.

bunti_o4u 09-01-2019 11:24

Quote:

Originally Posted by MMBDON (Post 478625)
Sir i downloaded your modified script but, unable to decompress pzlib(pzlibv3) compressed files. I tried to modify with old WPI script which able to extract same data but failed! Please fix this problem such that script must able to extract pzlib(pzlibv3) compressed files.Again i don't have time to correct script. Thank you in advance.

Check pzlib version in which files are compressed and the version in resource folder. They should be same.

Or you can copy pzlib files from your script resource and paste into this script's resource folder.

MMBDON 09-01-2019 11:36

1 Attachment(s)
Quote:

Originally Posted by bunti_o4u (Post 478479)
This is final version of the script (as of now)..

You can add or remove below pages easily:
  1. About game page
  2. System requirement page
  3. Component selection page

Further, you can enable or disable music.

Note:
  1. If you cancel setup while installing, some files or directories may not get deleted in app folder.
  2. If input files are not in source directory then you have to locate each of these file one by one during installation.

You can press thanks button if you like the script...

Sir, i have already attached screenshot. Plz check this.

MMBDON 09-01-2019 11:56

1 Attachment(s)
Quote:

Originally Posted by bunti_o4u (Post 478626)
Check pzlib version in which files are compressed and the version in resource folder. They should be same.

Or you can copy pzlib files from your script resource and paste into this script's resource folder.

Sir, I compressed FarCry 'FCData' folder with files with my attached pzlib version and trying to extract by copying pzlib file into resource folder, but still problem persist. I also did the same with arc.ini. I used compression method as,

pzlib+srep+rep+delta+lzma2:ultra:a1:mfbt4:d158m:fb 273:mc1000:lc8

If i use arc.ini with following settings then, file header error occurs. Please help me. I attached my pzlib.exe version file. By using this library file plz check this.

bunti_o4u 09-01-2019 12:15

Quote:

Originally Posted by MMBDON (Post 478630)
Sir, I compressed FarCry 'FCData' folder with files with my attached pzlib version and trying to extract by copying pzlib file into resource folder, but still problem persist. I also did the same with arc.ini. I used compression method as,

pzlib+srep+rep+delta+lzma2:ultra:a1:mfbt4:d158m:fb 273:mc1000:lc8

If i use arc.ini with following settings then, file header error occurs. Please help me. I attached my pzlib.exe version file. By using this library file plz check this.

Can u share your original script?

Simorq 09-01-2019 13:08

Quote:

Originally Posted by MMBDON (Post 478630)
Sir, I compressed FarCry 'FCData' folder with files with my attached pzlib version and trying to extract by copying pzlib file into resource folder, but still problem persist. I also did the same with arc.ini. I used compression method as,

pzlib+srep+rep+delta+lzma2:ultra:a1:mfbt4:d158m:fb 273:mc1000:lc8

If i use arc.ini with following settings then, file header error occurs. Please help me. I attached my pzlib.exe version file. By using this library file plz check this.

Config Arc.ini?

MMBDON 09-01-2019 18:27

Please wait, I'll upload my original script along with data
Compressor today at night. Because during day i'm very busy with my job.

MMBDON 10-01-2019 08:49

My Uploaded Script
 
1 Attachment(s)
Quote:

Originally Posted by bunti_o4u (Post 478634)
Can u share your original script?

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.

bunti_o4u 10-01-2019 10:02

Quote:

Originally Posted by MMBDON (Post 478630)
Sir, I compressed FarCry 'FCData' folder with files with my attached pzlib version and trying to extract by copying pzlib file into resource folder, but still problem persist. I also did the same with arc.ini. I used compression method as,

pzlib+srep+rep+delta+lzma2:ultra:a1:mfbt4:d158m:fb 273:mc1000:lc8

If i use arc.ini with following settings then, file header error occurs. Please help me. I attached my pzlib.exe version file. By using this library file plz check this.

I am using only pzlib srep and xz for compression and I have included resource only for these method if you have any other compression method then you have to include the resources in the script and have to edit arc.ini.

I hope you have little knowledge about compression and decompression and how to use...

MMBDON 13-01-2019 21:24

Script Recheck Request
 
Quote:

Originally Posted by bunti_o4u (Post 478673)
I am using only pzlib srep and xz for compression and I have included resource only for these method if you have any other compression method then you have to include the resources in the script and have to edit arc.ini.

I hope you have little knowledge about compression and decompression and how to use...

I did everything like replaced my old wpi(pzlib compressed file extractor) script with your script and also replaced arc.ini settings file, pzlib file into resource folder. Finally tried to extract pzlib compressed file but, still the same problem. Plz bro u also try with uploaded script(WPI+Compressor). Thank you in advance.

MMBDON 27-01-2019 12:00

Status Font Outbound Problem
 
1 Attachment(s)
Plz fix problem of "Installation", "Finalization" status labels are not showing properly. I attached the image below.

MMBDON 31-01-2019 19:56

Video Script Request
 
Can any one please provide mp4 video example script supportable to WPI?

MMBDON 09-02-2019 01:22

Pzlib_x64 Decompression Problem!
 
I already downloaded bunti_o4u modified WPI Script. Previously i had problem with decompression of Pzlib library compressed data. Now this has been fixed with only, 32 bit version Pzlib along with cls-pzlib. So compression and decompression happens easily. But when compress the same data using 64 bit version of Pzlib along with cls-pzlib then with same files in resource folder of WPI decompression of data fails!!!. It shows the error that "Unknown Compression Method Pzlib"

Plz can any one fix decompression of Pzlib_x64 compressed data.

Kral 18-02-2019 23:15

What the Color code


All times are GMT -7. The time now is 19:10.

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