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 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.


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