|
|
|
#1
|
||||
|
||||
|
yes Look in the Setup Folder there is all you need
__________________
It would be nice if you appreciate my work with the thanks Button |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Thank you, I left it as impossible, I will continue with the Light Installer Scrip, which is easier
|
|
#3
|
||||
|
||||
|
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.
Last edited by Cesar82; 13-08-2024 at 18:42. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#4
|
|||
|
|||
|
script functions very well but design very ugly, can i change total?
|
|
#5
|
||||
|
||||
|
Yes
__________________
Haters gonna hate
|
|
#6
|
|||
|
|||
|
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? |
|
#7
|
||||
|
||||
|
Quote:
Last edited by Cesar82; 27-12-2024 at 07:23. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
fabrieunko (27-12-2024) | ||
|
#8
|
|||
|
|||
|
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?
|
|
#9
|
||||
|
||||
|
Code:
Alignment=center
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
fabrieunko (27-12-2024) | ||
|
#10
|
|||
|
|||
|
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? |
|
#11
|
||||
|
||||
|
See attached video file.
|
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
fabrieunko (29-12-2024), mausschieber (29-12-2024) | ||
|
#12
|
|||
|
|||
|
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?
|
|
#13
|
||||
|
||||
|
Quote:
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
__________________
It would be nice if you appreciate my work with the thanks Button |
| The Following 4 Users Say Thank You to mausschieber For This Useful Post: | ||
|
#15
|
|||
|
|||
|
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? |
![]() |
|
|
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 |