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
  #226  
Old 12-09-2019, 11:25
Kitsune1982's Avatar
Kitsune1982 Kitsune1982 is offline
Registered User
 
Join Date: Jun 2011
Location: USA
Posts: 110
Thanks: 5
Thanked 86 Times in 47 Posts
Kitsune1982 is on a distinguished road
sorry for making a second post. i finished the tutorial and am attaching it along with my setup.ini and sample buttons/images for my CIU custom button tutorial in a single 7zip archive. hope you all find it useful!

Paws out.

-Kitsune1982
Reply With Quote
The Following User Says Thank You to Kitsune1982 For This Useful Post:
devil777 (29-09-2019)
Sponsored Links
  #227  
Old 17-09-2019, 11:33
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
uninstall progressbar

hello to everyone . i have a issue . when i uninstall game progressbar is not on centre. what changes i have to make ????
Reply With Quote
The Following User Says Thank You to andreiutzu21 For This Useful Post:
Cesar82 (19-09-2019)
  #228  
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)
  #229  
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
  #230  
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
  #231  
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
  #232  
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
  #233  
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
  #234  
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
  #235  
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
  #236  
Old 02-10-2019, 07:10
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 houcine80 View Post
Hi
use other version with different date because this is bug (2019-08-31 )
please can you explain how to do that please
Reply With Quote
  #237  
Old 02-10-2019, 12:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 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)
  #238  
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)
  #239  
Old 04-10-2019, 10: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
hi all users. it is ok to compile with innosetup 6.0.2 unicode? or should i use version 5???
Reply With Quote
  #240  
Old 04-10-2019, 12:17
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
hei again

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!
this hotfix doesn't create uninstall.exe after install anymore. can you fix that?
Reply With Quote
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 15:18.


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