Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-12-2018, 16:29
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
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.

Last edited by bunti_o4u; 09-05-2019 at 14:46.
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
Titeuf (25-12-2018)
Sponsored Links
  #2  
Old 24-12-2018, 21:31
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
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
Reply With Quote
The Following 3 Users Say Thank You to Jiva newstone For This Useful Post:
bunti_o4u (25-12-2018), joker85 (06-06-2025), pakrat2k2 (24-12-2018)
  #3  
Old 25-12-2018, 10:03
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Jiva newstone View Post
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..

Last edited by bunti_o4u; 25-12-2018 at 19:47.
Reply With Quote
  #4  
Old 25-12-2018, 22:45
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
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
Reply With Quote
  #5  
Old 25-12-2018, 23:12
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Jiva newstone View Post
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...

Last edited by bunti_o4u; 25-12-2018 at 23:17.
Reply With Quote
  #6  
Old 25-12-2018, 23:53
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
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
Reply With Quote
The Following User Says Thank You to Jiva newstone For This Useful Post:
Behnam2018 (20-01-2020)
  #7  
Old 06-01-2019, 13:08
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
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

Last edited by bunti_o4u; 13-05-2019 at 02:12.
Reply With Quote
The Following 18 Users Say Thank You to bunti_o4u For This Useful Post:
ADMIRAL (10-06-2020), ahmedwaill (08-01-2019), ALiAS2 (09-01-2019), Behnam2018 (20-01-2020), DedSec (06-01-2019), doofoo24 (07-01-2019), ffmla (07-01-2019), Jiva newstone (08-01-2019), joker85 (06-06-2025), masen485 (06-01-2019), mausschieber (06-01-2019), NickX700K (19-01-2019), oltjon (06-01-2019), pakrat2k2 (06-01-2019), Simorq (06-01-2019), Stor31 (13-08-2019), Titeuf (08-01-2019), ZAZA4EVER (07-01-2019)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 16:31.


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