Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-09-2019, 08:29
Bondpotter Bondpotter is offline
Registered User
 
Join Date: Nov 2010
Location: Planet Earth
Posts: 17
Thanks: 14
Thanked 5 Times in 5 Posts
Bondpotter is on a distinguished road
Hey guys, I was editing the old conversion(Revo's Middle-Earth) to the new script and I always edit or make the installer without small installer. So there is a strange thing happening that disabled Back and Next button are not hiding in the new script. It used to hide until CIU 2.0.3.9 U15.2. But in CIU 3.0.0.0.u4 or u5, it is showing those disabled-buttons. Check the images.





Can it be fixed Or it is designed that way?

Last edited by Bondpotter; 09-12-2019 at 14:16. Reason: Typo
Reply With Quote
The Following User Says Thank You to Bondpotter For This Useful Post:
Cesar82 (09-09-2019)
Sponsored Links
  #2  
Old 09-09-2019, 09:38
sajmon83's Avatar
sajmon83 sajmon83 is offline
Registered User
 
Join Date: Jun 2017
Location: Poland
Posts: 30
Thanks: 233
Thanked 44 Times in 29 Posts
sajmon83 is on a distinguished road
From what I can remember, the names of the buttons have been changed and many other options. You need to check or set everything from the new Setup.ini
Reply With Quote
The Following 2 Users Say Thank You to sajmon83 For This Useful Post:
Bondpotter (09-12-2019), Cesar82 (09-09-2019)
  #3  
Old 11-09-2019, 07:32
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
it is possible that it works under Windows 32Bit ?????
Reply With Quote
  #4  
Old 11-09-2019, 07:45
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
It works on 32bit systems.

Change "64BitOnly=1" to "0"
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Stor31 (11-09-2019)
  #5  
Old 12-09-2019, 05:16
wangfeilong0317 wangfeilong0317 is offline
Registered User
 
Join Date: Jul 2019
Location: china
Posts: 18
Thanks: 60
Thanked 6 Times in 5 Posts
wangfeilong0317 is on a distinguished road
U4 version The remaining installation time is not displayed correctly. The actual installation time is 4 hours, but the display takes 100 hours. Is there any way to solve it?
Reply With Quote
  #6  
Old 26-09-2019, 05:18
oywj_fx oywj_fx is offline
Registered User
 
Join Date: Sep 2019
Location: HollyWood
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
oywj_fx is on a distinguished road
Thank you very much!
This is a good project!
Reply With Quote
The Following User Says Thank You to oywj_fx For This Useful Post:
Cesar82 (26-09-2019)
  #7  
Old 28-09-2019, 07:45
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Diskspan conditions

to be clear i want to make prototype 1 & 2 conv with diskspan . how to set (conditions) changes when i select from installer only one game to install not both games . where i need to set. thanks p.s. sorry for bad english
Reply With Quote
  #8  
Old 28-09-2019, 07:54
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
In setup.ini you use 2 sections ( fill in all parts for both games )
[Component1] & [Component2]

[Executable1] & [Executable2]

IE:

[Component1]
--------------
Name=Main Game
Size=34000
Checked=1
Enabled=0
ShowInstallLabel=0

[Component2]
--------------
Name=Main Game 2
Size=4000
Checked=1
Enabled=0
ShowInstallLabel=0

[Executable1]
-------------
Name=Main Game
Exe=Main Game.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

[Executable2]
-------------
Name=Main Game 2
Exe=Main Game 2.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0
Reply With Quote
  #9  
Old 28-09-2019, 07:58
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
In setup.ini you use 2 sections ( fill in all parts for both games )
[Component1] & [Component2]

[Executable1] & [Executable2]

IE:

[Component1]
--------------
Name=Main Game
Size=34000
Checked=1
Enabled=0
ShowInstallLabel=0

[Component2]
--------------
Name=Main Game 2
Size=4000
Checked=1
Enabled=0
ShowInstallLabel=0

[Executable1]
-------------
Name=Main Game
Exe=Main Game.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

[Executable2]
-------------
Name=Main Game 2
Exe=Main Game 2.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0
i've done that don't work. he's extract both games even when i check only 1 game.
Reply With Quote
  #10  
Old 28-09-2019, 09:27
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
You must tell which Data file belongs to each component.

If you use the [ExtractSettings] section of Setup.ini.
Code:
[ExtractSettings]
ArcFile1={src}\Data1.bin.001;DestDir:{app};Type:ARC;Disk:1;Comp:1;
ArcFile2={src}\Data2.bin.001;DestDir:{app};Type:ARC;Disk:5;Comp:2;
If you use the Records.ini use:

Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Components=1

[Record2]
Type=Freearc_Original
Source={src}\Data2.bin.001
Output={app}
Disk=1
Components=2
thank's man
Reply With Quote
  #11  
Old 01-10-2019, 10:09
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Error decompressing

unarc.dll error code -7 at 3 % progress install WHY???

Last edited by andreiutzu21; 01-10-2019 at 10:12.
Reply With Quote
  #12  
Old 02-10-2019, 02:53
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,107
Thanked 3,913 Times in 570 Posts
houcine80 is on a distinguished road
Quote:
Originally Posted by andreiutzu21 View Post
unarc.dll error code -7 at 3 % progress install WHY???
Hi
use other version with different date because this is bug (2019-08-31 )
Reply With Quote
  #13  
Old 28-09-2019, 09:27
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
missed that part
Reply With Quote
  #14  
Old 02-10-2019, 12:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
CIU 3.0.0.0.u5 [2019.08.31] HOTFIX

@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!
Attached Files
File Type: 7z InstallerScript_3.0.0.0.u5 [2019.08.31] HF (public).7z (91.8 KB, 35 views)

Last edited by Cesar82; 02-10-2019 at 12:27.
Reply With Quote
The Following 7 Users Say Thank You to Cesar82 For This Useful Post:
andreiutzu21 (03-10-2019), Grumpy (02-10-2019), houcine80 (03-10-2019), mausschieber (02-10-2019), omdj (03-10-2019), sajmon83 (03-10-2019), Simorq (03-10-2019)
  #15  
Old 03-10-2019, 08:59
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!
thank you. now it work with this HOTFIX. i will let you know if appears other problems. thank's again
Reply With Quote
The Following User Says Thank You to andreiutzu21 For This Useful Post:
Cesar82 (03-10-2019)
Reply


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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 13:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19



All times are GMT -7. The time now is 21:20.


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