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 21-03-2024, 16:46
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,318
Thanks: 6,760
Thanked 11,710 Times in 3,228 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by nachitoponce1419 View Post
What BMP jpg format and size does it accept?
yes Look in the Setup Folder there is all you need
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
Sponsored Links
  #2  
Old 22-03-2024, 02:14
nachitoponce1419 nachitoponce1419 is offline
Registered User
 
Join Date: Jun 2023
Location: spanish
Posts: 21
Thanks: 0
Thanked 7 Times in 6 Posts
nachitoponce1419 is on a distinguished road
Thank you, I left it as impossible, I will continue with the Light Installer Scrip, which is easier
Reply With Quote
  #3  
Old 13-08-2024, 18:34
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
C.I.U. 3.0.0.1 (Final)

Code:
- Updated CIULib.dll library to v1.0.0.2 build 240404.
- Updated CIU script support for DiskSpan GUI 2.0.2.1+
- Updated CIU_Tools to build 240810, updated help documentation files.
- Updated internal DXFilters files (LAV Filter 0.79.2 and VSFilter.dll 3.2.0.810).
- Updated (redone) translation of SpanishES, SpanishMX (@K4miKaZe) language files.
- Fixed bugs when using the [CustomIniFile] section that inserted the wrong value in the key.
- Fixed an information error in the hash check results label that showed wrong values after completion.
- Added new flag template number 27 (square flag template based on the old rectangular template number 12).
- Added support for new image "NotifyBallon.png" for custom notification ballon.
  >> It also supports optional "NotifyBallon.bmp" image to define the transparent area.
- Added new section [NotifyBallon] with several keys to the "Setup.ini" file.
  >> See the help file for more details on supported keys in [NotifyBallon] section.
- Added support to flags "uninsclearvalue", "uninsdeletekey", "uninsdeletekeyifempty" and "uninsdeletevalue" in [Registry] section.
  >> If you do not specify any uninstallation flag, the key or value will not be changed.
- Added new parameter "Algo:<valkue>;" in the key HashFile#= of the [HashSettings] section of the "Setup.ini" file.
  >> If you use "Records.ini" to configure hash checking you can use the Size= key to inform the type of algorithm.
  >> If algorithm parameter exists, CIU will use the "VerifyHashesFromFileEx" function from "XHashEx.dll", otherwise it will use the "VerifyHashesAutoFromFileEx" function.
  >> If you enter the type of algorithm you will have 21 algorithm options to use, otherwise you will have 5 algorithm options to use.
     Example: HashFile#={src}\HashFile.dat; DestDir:{app}; Algo:crc32; Comp:1,3; Lang:EN,DE; Task:3;
     ** crc32, md5, sha1, sha256, sha512 (These 5 algorithm are supported in auto mode).
     ** sha512_256, sha3_256, sha3_512, blake2_128, Blake2_256, blake3_256, haval3_128, haval3_256,
     ** ripemd_128, ripemd_256, tiger_128, tiger_192, tiger2_128, tiger2_192, murmurhash_32, xxhash_32
  >> If you prefer, you can also enter just the algorithm number from "0" to "21' in the parameter value.
  >> Now the HashFile#= key can also be used even if you use external compression mode (Even if you have the Records.ini file).
- Added new key StartCheck= to [HashSettings] section of the external "Setup.ini" file.
- Added new key FasterCheck= to [HashSettings] section of the "Setup.ini" file and also the external "Setup.ini" file.
  >> If you use the value 1 in this key during the hash check, the button image fade/transition update timer and the equalizer animation timers will be disabled.
  >> This feature, if enabled, will reduce hash checking time by almost half.
- Added support to include compressor inside Setup.exe file.
  >> Add the compressors to a "DECOMPRESSOR" folder next to the script before compiling to include the desired compressors within "Setup.exe" file.
  >> It also supports using folder structure with desired compressors.
- Added localized Name<LNG>= keys in [Component#], [Task#] and [Executable#] sections.
  >> The Name= key is required to validate task or components page or validate executable file.
Attached Files
File Type: 7z CIU 3.0.0.1 (2024.08.10).7z (51.88 MB, 166 views)

Last edited by Cesar82; 13-08-2024 at 18:42.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
Lord.Freddy (13-08-2024), mausschieber (14-08-2024), sajmon83 (14-08-2024)
  #4  
Old 14-08-2024, 10:15
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 38
Thanks: 4
Thanked 7 Times in 5 Posts
demon964 is on a distinguished road
script functions very well but design very ugly, can i change total?
Reply With Quote
  #5  
Old 14-08-2024, 10:36
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Yes
__________________
Haters gonna hate
Reply With Quote
  #6  
Old 26-12-2024, 22:38
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
hello, I'm trying my hand with this installer but it's still more complex to understand.
in the example provided with in the autorun we have at the bottom of the screen 5 icons (eidos montreal, crystal dunamics, square enix, custom installer v3, and cesar82) how to remove them?

there is also on the left part (open, open 2, flags folder, english us) how to remove them too?
Reply With Quote
  #7  
Old 27-12-2024, 01:56
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
Quote:
Originally Posted by fabrieunko View Post
hello, I'm trying my hand with this installer but it's still more complex to understand.
in the example provided with in the autorun we have at the bottom of the screen 5 icons (eidos montreal, crystal dunamics, square enix, custom installer v3, and cesar82) how to remove them?

there is also on the left part (open, open 2, flags folder, english us) how to remove them too?
Remove the corresponding [Play#Button] sections and [Open#Button] and [Website#Button] sections from the Setup.ini file and recompile the script.

Last edited by Cesar82; 27-12-2024 at 07:23.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
fabrieunko (27-12-2024)
  #8  
Old 27-12-2024, 09:02
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
hello, I have one more question, I created an Exit.png button it appears well but how do I center the text on the button?

Reply With Quote
  #9  
Old 27-12-2024, 09:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Code:
Alignment=center
I suggest to use a fresh Setup.ini with all possible options.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
fabrieunko (27-12-2024)
  #10  
Old 29-12-2024, 10:11
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
Hello I have another question. for webSite2button images. is it possible to make it non-clickable?
I tried to remove site= but the button disappears

I suggest to use a fresh Setup.ini with all possible options.

how to create a new setup.ini?
Reply With Quote
  #11  
Old 29-12-2024, 13:02
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
Quote:
Originally Posted by fabrieunko View Post
Hello I have another question. for webSite2button images. is it possible to make it non-clickable?
I tried to remove site= but the button disappears

I suggest to use a fresh Setup.ini with all possible options.

how to create a new setup.ini?
See attached video file.
Attached Files
File Type: rar Video.rar (14.61 MB, 35 views)
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
fabrieunko (29-12-2024), mausschieber (29-12-2024)
  #12  
Old 10-01-2025, 21:36
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
hello, can you help me? I have the button to close the installer which looks like these. but when I hover over it there is the white cross and the square which is detected to be clicked the space between the two remains inactive. how to make the transparent part selectable?
Reply With Quote
  #13  
Old 11-01-2025, 05:34
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,318
Thanks: 6,760
Thanked 11,710 Times in 3,228 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
hello, can you help me? I have the button to close the installer which looks like these. but when I hover over it there is the white cross and the square which is detected to be clicked the space between the two remains inactive. how to make the transparent part selectable?
you have to use closeARButton .png and CloseARSelectedButton.png
also you can use the CIU_Tools with the MaskTab or Equalisertab for the Settings

Code:
[CloseButton]
------------------------------------------------------- Setup\Close.png \ CloseSelected.png \ CloseClicked.png \ CloseDisabled.png \ Close.bmp
Left=840
Top=38
Width=24
Height=24
Visible=1
Attached Images
File Type: png Unbenannt-2.png (27.5 KB, 222 views)
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following 4 Users Say Thank You to mausschieber For This Useful Post:
Behnam2018 (11-01-2025), fabrieunko (11-01-2025), Proxson (12-01-2025), ScOOt3r (11-01-2025)
  #14  
Old 12-01-2025, 01:38
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Wrong topic!
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Cesar82 (12-01-2025)
  #15  
Old 19-01-2025, 02:31
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
Hello, I'm improving every day thanks to you, but I still have a little question.
in my installation I have a button UnInstall.png\UnInstallSelected.png and
WebSite1.png \ WebSite1Selected.png

I created the masks with the ciu tools (standard and selected) in auto mode and or 100%

the uninstall.png button is on the left the website button in the middle of the image both on the same line

but I have the same result when I put the mouse on website.png it selects the two buttons. to overcome this problem I add in the setup.ini the line

OnlyLabelClick=1

and it works much better except that the selection is made if I point the mouse on the install text and not on the uninstall.png button
and I would like the selection to face when the mouse pointer hovers over the button. but how to do it?
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 20:45.


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