![]() |
Code:
B9 UPDATE 5: |
CIU 3.0.0.1.b9.u5 (Hotfix 1 & 2)
2 Attachment(s)
CIU_3.0.0.1.b9.u5 hotfix 1 fixes a compilation error that locks the compiler in preprocessing mode when using more than 1 executables in INTERNAL mode (mode without Setup.bin).
The same error also compromised the use of PNG images as icons in UWP games. Thanks to user @mausschieber for reporting the bug. EDIT: CIU_3.0.0.1.b9.u5 hotfix 2 fixes some errors related to the [CMDCommands] section of Setup.ini. |
Commenting to let you know that a fix was shared :D
|
Hi guys, after some long time i came back and wanted to start all over again with CIU. So i got the latest xx.b9 version from the first post and the hf2. Everything was turning great till i was testing the installer. Besides that i couldn't get hash to work like on old version were i manually put the .md5 (i solved this by just using the diskspan option) i had a problem with the Executable entry to create a desktop shortcut. I've been struggling for the last hour trying to fix it and got it working. It's actually an error on the setup.ini that comes with the CIU package, the Executable1 entry is named to Executable_1 (it shouldnt have the _). Just to let you know, in case anyone else starts over with the default setup.ini that comes with CIU.
Regards !!! PD: Also thank's KaktoR and Cesar for keeping working on CIU, you guys are amazing as always. EDIT 2: Also i found this two strings not translated in the SpanishES.txt file, i corrected them myself but will share them here too: Code:
CreateDesktopIcon=Crear acceso directo en el escritorio |
So i might have found a long standing bug (or maybe im just too dumb to make it work xD). It's about the [CustomIniFile] section. To make it simple, i've used a copy paste from the CIU Documentation to test it out and the Value entry never got applied to the .ini file, it always put into Value the path and .ini name instead.
Setup.ini: Code:
{app}\IniFile3.ini; Section: Settings; Key: Language; Create: 1; Value: EN=english|ES=Spanish|FR=French|DE=GermanIniFile3.ini created by CIU after install: Code:
[Settings]Code:
beginCode:
IniValue := LineDecode(TmpStr, 'Value', '');Code:
{app}\IniFile3.ini; Section: Settings; Key: Language; Create: 1; Value:EN=english|ES=Spanish|FR=French|DE=GermanRegards !!! |
Quote:
It really is wrong and the solution is the same. Maybe including something to remove the first space in the value if it exists would be interesting. |
Quote:
Thank's to you for keeping this up !!! EDIT: So seems like adding Trim to the LineDecode was enough to fix the spacing issue. I've done some tests and all went fine. 1st test was to just let CIU make a clean .ini with the language feature, second test was letting CIU modify an existent .ini to replace the value with the language feature and another test to add custom values without the language feature. All went fine. So here is the original code on the latest beta hf2 (from december) and the only little change i made to it. Original: Code:
beginCode:
begin |
Hello and how can I add images to the installer?
|
Quote:
|
thank you
|
What BMP jpg format and size does it accept?
|
Quote:
|
Thank you, I left it as impossible, I will continue with the Light Installer Scrip, which is easier
|
C.I.U. 3.0.0.1 (Final)
1 Attachment(s)
Code:
- Updated CIULib.dll library to v1.0.0.2 build 240404. |
script functions very well but design very ugly, can i change total?
|
Yes
|
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? |
Quote:
|
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?
https://img.intoxzone.me/images/2024...2e908a6b65.jpg |
Code:
Alignment=center |
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? |
1 Attachment(s)
Quote:
|
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?
https://img.intoxzone.me/images/2025...357fc04b92.png |
1 Attachment(s)
Quote:
also you can use the CIU_Tools with the MaskTab or Equalisertab for the Settings Code:
[CloseButton] |
Wrong topic!
|
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? |
Quote:
|
Good morning ,
can you tell me if the UNPACKER function of CIU Tools works? because I try on my Setup.bin but I get an error message. Created by Cesar82, based on pckr protecty library by altef_4. Compatible with CIU v3 version: 3.0.0.1 ---------------------------------------------------------------------------------------------------------------------------------- Unpacking Setup.bin file, Please Wait... ---------------------------------------------------------------------------------------------------------------------------------- ERROR: general pckr error. |
1 Attachment(s)
Quote:
you have to use the external Checkbox push compress setup.exe and when done Push the Compress setup.bin Button so I packing my setup.bin with an Password when i will unpack it i put the password in the Field load the Setup.bin file an then push the extrackt Setup.bin Button. there is also an Help file Push the Right mousebutton over the title with right klick to the Helpfile |
Hello, I just understood. you must choose in compression: none for decompression to work
if you choose a compression mode it does not work. |
1 Attachment(s)
Quote:
|
I did the same thing at mi and it didn't work. watch the video (file attached)
https://mega.nz/file/dRIG3TSa#YVl8kg...x3Pz4cKitruLzM |
Quote:
my is InstallerScript_3.0.0.1 [2024.11.14].iss yours is InstallerScript_3.0.0.1 [2024.08.10].iss i think thats the problem and i think Cesar82 forgot to share CIU 3.0.0.1 (2024.11.14) I PM you |
Thank you very much, this actually works better. thank you very much for your help
|
Hello, I'm coming back to you again because I still have a problem.
I played several games and everything worked fine, until this morning when I wanted to play another one. but this time I have a box unchecked and I can't check it.this is the create a shortcut box on the desktop see the photo. https://img.intoxzone.me/images/2025...4b0b0bac5b.png |
Quote:
|
Hello, I am coming back to you once again because I have another problem (all the others have been solved thanks to you).
This is about the progress bar. I have the progress bar with the percentage that is displayed when I install a game. I have the progress bar with the percentage that is displayed when checking the files. But when uninstalling the game, I only have the percentages I don't have the progress bar. I have the frame around it but only that. for the progress bar I use the following two images: ProgressBackground.png AND ProgressImg.png https://img.intoxzone.me/images/2025...e6a9b3106f.png https://img.intoxzone.me/images/2025...096a2be39b.png |
Quote:
Code:
[ProgressBarSI] |
Hi Guys
have anyone forgotten to upload the new Script from CIU 3.0.0.2 (2026.02.15) i cant find him. Can someone upload it? thanks |
The latest I have is 3.0.0.2 (2026.02.14)
|
| All times are GMT -7. The time now is 15:24. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com