FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

Cesar82 16-01-2020 17:08

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!

Proxson 21-01-2020 16:44

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).

Gupta 04-02-2020 09:52

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

Gupta 16-02-2020 09:50

What's the difference between normal button and a small button

Cesar82 16-02-2020 19:44

Quote:

Originally Posted by Gupta (Post 484572)
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

I didn't understand your question!
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:

Originally Posted by Gupta (Post 484572)
What's the difference between normal button and a small button

SmallButton refers to the group of small buttons and Button refers to the group of larger buttons.
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]

Cesar82 23-02-2020 22:51

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.

FreshMen 01-03-2020 02:22

How can i use it pls reply me i wanted it so bad :D

pincoball 27-03-2020 09:22

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?

Cesar82 27-03-2020 10:58

Quote:

Originally Posted by pincoball (Post 484935)
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?

CIU is very flexible in creating the interface.
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.

pincoball 27-03-2020 12:39

Quote:

Originally Posted by Cesar82 (Post 484936)
CIU is very flexible in creating the interface.
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.

Thank you for answering, but what I was asking is if there is some already made Setup.ini (and other assets) that allows you to recreate the standard installation wizard interface of Inno Setup, since I am not practical with Photoshop e GUI design

Cesar82 27-03-2020 15:12

@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.

pincoball 28-03-2020 01:49

Quote:

Originally Posted by Cesar82 (Post 484940)
@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.

Hoping I'm not going OT, I was wondering then if there is a way to use the .arc files created with UltraARC and integrate them in a IS installer since I couldn't find anything in the forum.
I would be grateful if someone could link me something else for what I am looking for

Cesar82 28-03-2020 02:42

Quote:

Originally Posted by pincoball (Post 484944)
Hoping I'm not going OT, I was wondering then if there is a way to use the .arc files created with UltraARC and integrate them in a IS installer since I couldn't find anything in the forum.
I would be grateful if someone could link me something else for what I am looking for

The ASIS Installer by KaktoR is very similar to the standard installer of Inno Setup and has the same compressor features used in CIU.
With it you can use ultraArc and DiskSpan in the same way used in CIU

Bondpotter 29-03-2020 15:15

Where are the download links of older CIU in the #1 post?

Cesar82 29-03-2020 16:07

Quote:

Originally Posted by Bondpotter (Post 484967)
Where are the download links of older CIU in the #1 post?

KaktoR must be making updates.
Check later.


All times are GMT -7. The time now is 07:02.

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