![]() |
DiskSpan.bat (NEW)
1 Attachment(s)
New DiskSpan.bat file with some fixes.
When the component name has special characters like: (^ & () <> | Use the "^" character before the special character as an example "Kane ^& Lynch Dead Men". Enjoy! |
2 Attachment(s)
Guys, do you have this on your mind ? Windows 10 and black fonts on a black background ?
Edit: Found the culprit. It's Setup.vsf and disabling it, makes the window clear. But it's ugly then. Maybe some other theme/skin will do the busines. Edit 2: Ok, I fixed it by replacing Setup.vsf with Concave.cjstyles (now Setup.cjstyles). |
Can anyone explain to me the LangBox.
Seems like left and top doesn't matter and it automatically aligns itself based on the alignment, also what's with this BoxLayout. What decides the flags by line thing |
What's the difference between normal button and a small button
|
Quote:
What are the keys in the [LangBox] section? the keys FlagByLine, FlagBoxAlignment, FlagBoxWidth works only with box mode (Position=BOX). FlagBoxAlignment >> Align the flags to the side informed when each row has different numbers of flags. Quote:
The images for SmallButton and Button are used only if no specific image is used for each button such as Next, Back, SmallBrowse, etc. SmallButton is just a smaller or different design for Smallbuttons and is used in SmallBrowse, SmallCancel and SmallMusic (These last 2 are shown in the smallinstaller). The normal button is used on the Next, Back, Cancel and Music buttons. The setup.ini [SmallButton] section refers to the group of small buttons (SmallCancel, SmallMusic and SmallBrowse). for normal buttons the corresponding section is [StandardButton] |
CIU 3.0.0.0.b4 (Beta 4)
1 Attachment(s)
I am sharing CIU v3.0.0.1.b4 here so that more users can test and report the bugs found.
In this version there is a slight performance gain when the conversion is simpler. There are still some things to add and some problems with media reproduction are still to be solved. After that I will be able to share a final version 3.0.0.1 leaving behind version 3.0.0.0.u#. Thanks to KaktoR for the opportunity to allow me to develop CIU. Several features have been included during this past year, but whenever possible I try to maintain compatibility with the previous features that Yener90 created, trying to maintain the roots of CIU... Thank you all, and be sure to report errors that are found. Updated Inno Setup [Repack] Lite: Original Inno Setup + RESTOOL Interface (Selectable) Full: Original Inno Setup + RESTOOL Interface + Various Additional Software + .cjstyles skins package (Optional Download). (All Items Selectables) Interested, download it HERE. |
How can i use it pls reply me i wanted it so bad :D
|
Installer interface
Hi, I'm a newbie, is there a way to change the interface skin of the installer in CIU script and set the default one used in plain Inno Setup?
|
Quote:
You create your design images in some image editing software such as PHOTOSHOP (Shareware software) or GIMP (Freeware software) or other image editing software. Once created, the images must be saved with the names and formats supported by CIU for each image you wish to include. After saving the images you configure the interface dimensions and position and dimensions of the components such as buttons, TextBG (Text area), etc. by editing the Setup.ini file. Inside the "Help" folder contains a "_Setup.ini" file with all the configuration options for the graphics supported by CIU. The names of the images for each button or other CIU objects can also be found in the first line below each section of the "_Setup.ini" in the Help folder. |
Quote:
|
@pincoball
Do you want an interface similar to the standard interface of standard inno setup installers? If this is it, then I don't think so. Only if someone creates and shares the design for you. CIU's goal is to create installer for games with custom interface (CIU = "CUSTOM INSTALLER" ULTIMATE). For standard interface like Inno Setup you can use a standard Inno Setup installer. |
Quote:
I would be grateful if someone could link me something else for what I am looking for |
Quote:
With it you can use ultraArc and DiskSpan in the same way used in CIU |
Where are the download links of older CIU in the #1 post?
|
Quote:
Check later. |
Hi, I was editing Fabioddq's Jedi Fallen Order Installer without a smaller installer and background, also added the license page, everything works fine except the Desktop shortcut is not creating.
Fabioddq created the installer on CIU 3.0.0.0u6 I'm using CIU 3.0.0.0u7 Setup.ini https://www65.zippyshare.com/v/DkZp3NQJ/file.html Please Help! |
@Bondpotter
Shortcuts are only created if the target executable exists. If you do not compress the game files (REAL installation) the shortcut is not created. In this game it is necessary to have the file starwarsjedifallenorder.exe in the folder "{app}\SwGame\ Binaries\Win64" When finishing the installation so that the shortcut is created. |
@Cesar82 Well, It exists. I tried many times I don't know why it is not creating the shortcut, also It's creating the shortcut with the Original Installer (CIU 3.0.0.0 u6) by Fabioddq with the same compressed file.
I changed Exe64Path= to ExePath64= It worked. Another query : Anyhow, is it possible to make a checkbox in the "Select Destination Location" Page for Create Desktop Icon? |
Code:
----------------------------------------------------------------------------------------------------------------------------------------------Code:
[29.03.2020] |
Quote:
Quote:
In a few days I will share a new beta version of CIU 3.0.0.1 and possibly have a final version after the next beta. |
CIU 3.0.0.0 u8
in this version i have to use png to bmp for autorun / installer1 and smallinstaller bmp for those? thanks for your hard work guys and #stayhome
|
Quote:
The CIU has not changed these features in this u8. Bitmap masks like Autorun.bmp, SmallInstaller.bmp, Installer.bmp, etc. are optional. If you don't put them in, the installer will create them on initialization. You really need to place them if you want to define a click area (Drag Installer) different from the non-transparent area of the equivalent PNG image. |
CIU 3.0.0.0 u8 FIRST BUG !!!
on setup page , no matter what component i chose setup will require Data1.bin.001 if i select only component 3 stil requires Data1.bin.001
what should i do? P.S. i'm using EXTRACT SETTINGS from Setup.ini with CIU 3.0.0.0 u7 no problem at all |
Quote:
The components are not being checked correctly using the [ExtractSettings] section. Open the script u8 and go to line 9168 and you will find this line: Code:
if (Data[i].Arc[0] <> '') and (Data[i].Arc[1] <> '') and ComponentsCheck(Data[i].Arc[7]) and TasksCheck(Data[i].Arc[5]) and LanguagesCheck(Data[i].Arc[6]) thenCode:
if (Data[i].Arc[0] <> '') and (Data[i].Arc[1] <> '') and ComponentsCheck(Data[i].Arc[4]) and TasksCheck(Data[i].Arc[5]) and LanguagesCheck(Data[i].Arc[6]) then |
I added the hotfix to first post and new tools archive.
|
CIU 3.0.0.0.b5 (Beta 5)
1 Attachment(s)
I am sharing CIU v3.0.0.1.b5 :eek: here so that more users can test and report the bugs found.
In this version there is a slight performance gain when the conversion is simpler (basic design). I left PROGRESSBAR mode on so that more lay users could view the full screen functions without having to change the script. To use the source code, just put ";" (without quotes) at the beginning of line 7 of the script like this: ;#define PROGRESSBAR 1000 You can compile using Inno Setup [Repack]. Lite: Original Inno Setup + RESTOOL Interface (Selectable) Full: Original Inno Setup + RESTOOL Interface + Various Additional Software + .cjstyles skins package (Optional Download). (All Items Selectables). There is a visible bug in 4K monitors with windows magnification of 300% (scale and layout) when specified background or video in 1280x720 displays in full screen (If placing 200% displays correctly). Thanks! |
hi ,password to decompress error..
|
Quote:
|
http://s4.picofile.com/file/83964537...eenshot_1_.png
Code:
oo2recm+srep+lolz+diskspan:4430mb:4470mb -p'password' |
Quote:
If use [ExtractSettings] section in Setup.ini file, add parametter Pass:<password>; in ArcFile#= key. |
What is the criteria for custom making the MusicIcon.png? I mean like W & H ratio of each icon part or something so it fits perfectly??
|
1 Attachment(s)
Quote:
I attached the PSD project of MusicIconAR.png used in CIU. |
Actually it was a mistake from my side. I didn't notice each have 4 buttons and I did with 3 from each. By the way, thanks for the help..
|
cesar, is there a way you can use text fonts with a texture added? like say a font using the agarest generations of war logo style texture in it? or is it limited to the windows fonts and rgb/#ff0000 style hashtag color code system?
|
Quote:
A logo is usually composed of the original font + Texture layers and other effects. |
hey cesar82 can i use precomp/precompX/PMT with CIU? i want to compress with the newest ultraarc but was wondering if i can use the 3 above tools and have them extract properly in CIU v3? thanks.
|
Quote:
Soon in CIU 3.0.0.0.u9 PMT will also be included for MPZ. Among all compressors used in CIU, the PMT developer recommended using PMT only with RAZOR and MPZ compressors. The others are already fast and will not bring better performance using PMT. Regarding including precomp/precompX, it depends on KaktoR to find this inclusion useful (I understand very little about compression methods). CIU also supports adding additional compressors to a extenal folder next to "Setup.exe" file. It is only necessary to include the path in the "Records.ini" file or in the external "Setup.ini" file (If you do not use records.ini), as shown below Code:
[Ressources]NOTES; The internal Arc.ini file will be replaced by the external Arc.ini from "COMPRESSORS" folder... |
Updated.
I removed changelogs from topic because each edit/save take up to 1 minute... |
I forgot to change something inside "DiskSpan.bat". Change it on your own :D
Code:
-cfgFA.ini |
1 Attachment(s)
|
| All times are GMT -7. The time now is 13:09. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com