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 24-07-2021, 15:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Yes, Cesar is still working on it, but he is on "holidays" at the moment

There is no ETA for the new CIU version yet.
__________________
Haters gonna hate
Reply With Quote
Sponsored Links
  #2  
Old 24-07-2021, 22:39
FIFA_LOVER FIFA_LOVER is offline
Registered User
 
Join Date: Jul 2021
Location: Los Santos
Posts: 17
Thanks: 55
Thanked 5 Times in 5 Posts
FIFA_LOVER is on a distinguished road
Am new here
Any tutorial on how to customize and use this installer
Reply With Quote
  #3  
Old 25-07-2021, 01:02
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
Quote:
Originally Posted by FIFA_LOVER View Post
Am new here
Any tutorial on how to customize and use this installer
A bit old, but here's all the basics to get you started with Custom Installer Ultimate v3
Custom Installer Ultimate v2 Wiki

I am also looking forward to the new CIU 3 version with DiskSpan GUI 2.0.0 support ^_^
Cesar82 enjoyable holidays best regards Beer
Reply With Quote
The Following User Says Thank You to sajmon83 For This Useful Post:
FIFA_LOVER (25-07-2021)
  #4  
Old 25-07-2021, 08:12
FIFA_LOVER FIFA_LOVER is offline
Registered User
 
Join Date: Jul 2021
Location: Los Santos
Posts: 17
Thanks: 55
Thanked 5 Times in 5 Posts
FIFA_LOVER is on a distinguished road
Quote:
Originally Posted by sajmon83 View Post
A bit old, but here's all the basics to get you started with Custom Installer Ultimate v3
Custom Installer Ultimate v2 Wiki

I am also looking forward to the new CIU 3 version with DiskSpan GUI 2.0.0 support ^_^
Cesar82 enjoyable holidays best regards Beer
if anyone can help

What is FirstBGImage in

[Component1]
Name=DLC 02
Size=1700
Checked=1
ShowInstallLabel=0
FirstBGImage=7
Reply With Quote
  #5  
Old 25-07-2021, 16:38
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
Quote:
Originally Posted by FIFA_LOVER View Post
if anyone can help

What is FirstBGImage in

[Component1]
Name=DLC 02
Size=1700
Checked=1
ShowInstallLabel=0
FirstBGImage=7
FirstBGImage= key serves to inform which first slide image belongs to each component.

Example, if you have three components (games), and you put 5 images of each game, then if you correctly set FistBGImage as 1,6,11 respectively for components 1,2,3 then when selecting only components 1 and 3 the images 6 to 10 will not be displayed on the slides as component 2 has not been checked.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
FIFA_LOVER (25-07-2021), GTX590 (25-07-2021), Prettyboy099 (25-07-2021)
  #6  
Old 25-07-2021, 21:52
FIFA_LOVER FIFA_LOVER is offline
Registered User
 
Join Date: Jul 2021
Location: Los Santos
Posts: 17
Thanks: 55
Thanked 5 Times in 5 Posts
FIFA_LOVER is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
FirstBGImage= key serves to inform which first slide image belongs to each component.

Example, if you have three components (games), and you put 5 images of each game, then if you correctly set FistBGImage as 1,6,11 respectively for components 1,2,3 then when selecting only components 1 and 3 the images 6 to 10 will not be displayed on the slides as component 2 has not been checked.
Got that Cesar
Thanks
Reply With Quote
The Following User Says Thank You to FIFA_LOVER For This Useful Post:
Cesar82 (25-07-2021)
  #7  
Old 25-07-2021, 23:02
FIFA_LOVER FIFA_LOVER is offline
Registered User
 
Join Date: Jul 2021
Location: Los Santos
Posts: 17
Thanks: 55
Thanked 5 Times in 5 Posts
FIFA_LOVER is on a distinguished road
hey cesar, one more question.........
How to change these round edged corners

Reply With Quote
  #8  
Old 25-07-2021, 23:17
Prettyboy099's Avatar
Prettyboy099 Prettyboy099 is offline
Irregular Designer..
 
Join Date: Oct 2018
Location: Inside of 4th Wall..
Posts: 193
Thanks: 809
Thanked 609 Times in 138 Posts
Prettyboy099 is on a distinguished road
Quote:
Originally Posted by FIFA_LOVER View Post
hey cesar, one more question.........
How to change these round edged corners

That depends on ur image editing skills.....
U can create Autorun.png/Installer#.png yourself without any rounded corner in any photo editing software.....
__________________
Um... My busy life....
Reply With Quote
The Following User Says Thank You to Prettyboy099 For This Useful Post:
FIFA_LOVER (25-07-2021)
  #9  
Old 27-07-2021, 04:39
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
I have a question about [CMDCommands]

Are the commands executed from {app} or {tmp}?

I have to create a folder shortcut inside the {app} folder.

Code:
[CMDCommands]
@echo off
mklink /D ".\ModData\Data" ".\Data"
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 27-07-2021, 06:57
Masquerade Masquerade is online now
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I have a question about [CMDCommands]

Are the commands executed from {app} or {tmp}?
You could try:

Code:
[CMDCommands]
@echo off
echo %cd% >> "C:\mylocation.txt"
pause
It will save the location to the specified text file
Reply With Quote
  #11  
Old 27-07-2021, 08:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
I just found out you can use the IS constants inside the batch, so all ok
__________________
Haters gonna hate
Reply With Quote
  #12  
Old 03-08-2021, 22:46
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
Added CIU 3.0.0.1.b8.u3 HF4 in the previous post (Along with the latest CIU source code).
In a few days I will share a version of the CIU with support for "DiskSpan GUI 2.0.0.1".
I didn't have a lot of time to make the necessary changes to the CIU code because it's pretty messed up after testing the inclusion of protection for the design images.
Wait a little longer!
Reply With Quote
The Following 5 Users Say Thank You to Cesar82 For This Useful Post:
Grumpy (04-08-2021), houcine80 (04-08-2021), mausschieber (04-08-2021), Prettyboy099 (04-08-2021), sajmon83 (04-08-2021)
  #13  
Old 15-08-2021, 02:23
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.1.b9 (beta 9)

Updated CIU 3.0.0.1.b9 compatible with DiskSpan_GUI 2.0.0.1.
For change information take a quick tour of the changelog files.

INFO:
1) Download the attachment and also the latest DiskSpan GUI from DiskSpan GUI thread and extract boot files using WinRar or 7Zip.
2) Move the "COMPRESSOR" folder from the DiskSpan_GUI attachment to the CIU source code folder.

P.S: I shared the attachments separately so that the same attachment from DiskSpan_GUI can be used for other installers such as ASIS, LIS or others installers.
Also read the changes in the changelog because many keys have changed or no longer exist, and also some files need to be renamed or are no longer supported.
It may contain some new bugs in CIU because a large part of the code has changed.
So I ask you to report the bugs found so they can be fixed.
Thanks to everyone who contributed testing and reporting bugs in previous versions!

EDIT:
Added hotfix 1.
- Fixed infinite loop (freezing installer) when reading records.ini files when using tasks and also when using maintenance page.
Attached Files
File Type: 7z CIU 3.0.0.1.b9 (2021.08.15).7z (43.59 MB, 100 views)
File Type: 7z CIU 3.0.0.1.b9 (2021.08.15) HF1.7z (133.2 KB, 39 views)

Last edited by Cesar82; 16-08-2021 at 13:30.
Reply With Quote
The Following 8 Users Say Thank You to Cesar82 For This Useful Post:
amin fear (16-08-2021), andreiutzu21 (15-08-2021), Gehrman (25-08-2021), Grumpy (15-08-2021), houcine80 (16-08-2021), mausschieber (15-08-2021), Prettyboy099 (15-08-2021), sajmon83 (15-08-2021)
  #14  
Old 16-08-2021, 04:56
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Updated CIU 3.0.0.1.b9 compatible with DiskSpan_GUI 2.0.0.1.
For change information take a quick tour of the changelog files.

INFO:
1) Download the attachment and also the latest DiskSpan GUI from DiskSpan GUI thread and extract boot files using WinRar or 7Zip.
2) Move the "COMPRESSOR" folder from the DiskSpan_GUI attachment to the CIU source code folder.

P.S: I shared the attachments separately so that the same attachment from DiskSpan_GUI can be used for other installers such as ASIS, LIS or others installers.
Also read the changes in the changelog because many keys have changed or no longer exist, and also some files need to be renamed or are no longer supported.
It may contain some new bugs in CIU because a large part of the code has changed.
So I ask you to report the bugs found so they can be fixed.
Thanks to everyone who contributed testing and reporting bugs in previous versions!
Thanks
Will test & report any bugs seen !

P.S
What is this entry in "Setup.ini" ?

Code:
AddDXFilter=1
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #15  
Old 16-08-2021, 08:31
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by amin fear View Post
Thanks
Will test & report any bugs seen !

P.S
What is this entry in "Setup.ini" ?

Code:
AddDXFilter=1
this are the Video/audio codecs if you using Videos in your Projects
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following 2 Users Say Thank You to mausschieber For This Useful Post:
amin fear (16-08-2021), Cesar82 (16-08-2021)
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 11:10.


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