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 26-04-2019 08:44

Quote:

Originally Posted by Simorq (Post 480788)
Hello cesar 82
It is possible to add "Optimal installation but slower" to older systems.
Thank you

Probably possible.
If possible let me know more about how your suggestion works.
Send me more information by PM, not to echer both the CIU topic with information that in the future will no longer be useful.

Cesar82 26-04-2019 09:28

CIU Translations
 
I want to thank everyone who cooperated with the translations I requested.
Currently only the languages below have been translated:
Code:

EnglishUK - (Copy of the original message EnglishUS)
EnglishUS - (Original Message)
Farsi - Thanks to zirkhaki
German - Thanks to KaktoR
Polish - Thanks to sajmon83
PortugueseBR - Cesar82
PortuguesePO - (Copy of the PortugueseBR translation)
Russian - Thanks to altef_4
Spanish - Thanks to omdj
SpanishMX - Thanks to omdj (Copy of the Spanish translation)
Ukrainian - Thanks to altef_4

Still need translation for languages:
Albanian, Arabic, Bosnian, ChineseS, ChineseT, Croatian, Czech, Danish, Dutch, EnglishUK, Finnish, French, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, PortuguesePO, Romanian, Serbian, SpanishMX, Swedish, Thai, Turkish, Vietnamese.

PS: The languages in the blue color of the list are similar translations, copied from the translation which is somewhat similar, but is not the proper translation and needs translation of every language file for these languages.

For the remaining languages, the missing translations are for messages:
Code:

LanguagePageTitle=Language Selector

InfoPageTitle=Information

MaintenancePageTitle=Maintenance
RemoveRadio=Remove
ModifyRadio=Modify
ReinstallRadio=Reinstall
RemoveDesc=Remove all components from the installation.
ModifyDesc=Add new components to installation.
ReinstallDesc=Redo the entire installation.

Merging=Merging file %1 (%3%) to %2 (%4%)...
ChangeDiskLabel=Please insert disk %1 with %2 file.%nBrowse for required file?

UnregisterUWPGame=Unregister UWP game from your system...
RegisterUWPGame=Registring UWP game on your system...
ShortcutUWPGame=Creating shortcuts for the UWP game...


pakrat2k2 27-04-2019 07:24

EnglishUK will be same as English.

Cesar82 27-04-2019 08:29

Quote:

Originally Posted by pakrat2k2 (Post 480810)
EnglishUK will be same as English.

Are you sure?
I found several comparatives of the English versions and from what I had understood had differences.
For Portuguese (Portugal) it has many differences comparing with Portuguese (Brazil), so I found that the English languages were similar, but not identical.
https://www.babbel.com/en/magazine/w...ritish-english
https://en.wikipedia.org/wiki/Compar...ritish_English

There is a translation of Inno Setup 5.53 messages into EnglishBritish.isl.
In translation there are only a few differences.
Code:

EnglishUS    - EnglishUK
License      - Licence
Organization - Organisation
recognized  - recognised


pakrat2k2 27-04-2019 08:32

Generally just differences in spelling mostly, either spelling is acceptable for both EN & ENUK. IE: In school, you could spell a word with either EN or ENUK & BOTH would be correct. Nobody really cares which way you spell it.

Now PR & PRBR they are very different, so both would need to be done.

Kral 28-04-2019 03:47

RePack Troubleshooting
 
Quote:

Originally Posted by Cesar82 (Post 479915)
It would not work.
UltraArc makes splits automatically when file is larger than disk (At least old version of UA).
Size will work fine in all cases, including the items on the task page
Size will be optional. If not put will work as before.
It would be simple to add Size to the UA because you just put the FindFirst function after you complete and add the values to the Records.ini

[FONT="<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Arial Siyah</font></font>"]What are the values ​​to enter in ten .bin file? [/FONT]

Cesar82 28-04-2019 13:37

Quote:

Originally Posted by Kral (Post 480815)
What are the values ​​to enter in ten .bin file?

For now the script with this Size function is not ready yet.
Version 3.0.0.0.u3 does not have the Size function.
Soon I will post a beta script of version 3.0.0.1 with the new features in the interface, including the Size function (I'm having a little time now).
But answering your question: (Version 3.0.0.1 only)
If you use 10 bin files created with diskspan, you only need to enter the name of the .bin.001 file and enter the size of the total sum of the parts.
If you use division of UltraArc you will need to inform the size of each part and each key splited and the final size of the sum of the size of the files in the key relative to the merged file.

mausschieber 29-04-2019 00:09

German Translation
 
Code:

LanguagePageTitle = Sprachauswahl

InfoPageTitle = Informationen

MaintenancePageTitle = Wartung
RemoveRadio = Entfernen
ModifyRadio = Ändern
ReinstallRadio = Neu installieren
RemoveDesc = Komponenten aus der Installation Entfernen.
ModifyDesc = Neue Komponenten zur Installation hinzufügen.
ReinstallDesc = Wiederholen der gesamten Installation.

Zusammenführen = Zusammenführen der Datei%1 (%3%) mit%2 (%4%) ...
ChangeDiskLabel = Bitte legen Sie die Diskette% 1 mit der Datei%2 ein.%NNach der gewünschten Datei suchen?

UnregisterUWPGame = Registrierung des UWP-Spiels von Ihrem System aufheben ...
RegisterUWPGame = Registrierung des UWP-Spiels auf Ihrem System ...
ShortcutUWPGame = Erstellen von Verknüpfungen für das UWP-Spiel ...


Cesar82 29-04-2019 08:11

@mausschieber
The German translation has already been translated by KaktoR (Previous Page).
Anyway, thanks for your cooperation.

johnnyusa 02-05-2019 02:01

Hi guys, long time user of CIU. Played from time to time with it but, during all this time i had a problem i couldnt get around.

It's about parsing the RTF format (for Eula) for example. Whenever i use a rtf file it seems it just treats it as TXT file instead. I've noticed this in old yener scripts and also in this latest version.

It's something i'm missing here? If i try to compile a basic script in Inno, RTF is correctly parsed but in CIU it just shows as plain text without BOLD or colored parts and such.

Cesar82 02-05-2019 20:54

Quote:

Originally Posted by johnnyusa (Post 480846)
Hi guys, long time user of CIU. Played from time to time with it but, during all this time i had a problem i couldnt get around.

It's about parsing the RTF format (for Eula) for example. Whenever i use a rtf file it seems it just treats it as TXT file instead. I've noticed this in old yener scripts and also in this latest version.

It's something i'm missing here? If i try to compile a basic script in Inno, RTF is correctly parsed but in CIU it just shows as plain text without BOLD or colored parts and such.

CIU does not support text formatting.
The native text viewer on the InnoSetup default installer pages uses TRichEditViewer to load the texts.
Since TRichEditViewer does not work with ScroolBars using Skin / VCLStyles, TNewMemo was used to load the texts.
Texts are first loaded into TRichEditViewer to support ".rtf" and then viewed in TNewMemo (TNewMemo does not support formatting).

Cesar82 02-05-2019 21:17

CIU 3.0.0.1 Beta 1
 
3 Attachment(s)
After a long time, here is the CIU 3.0.0.1 beta 1.
There are many other changes that I want to add, but I do not have much time at the moment.

One new feature is the possibility to change a little bit about the interface window, using independent images Installer and Autorun.
https://i.imgur.com/Pr6caIX.png
Also added to the MaintenancePage, InfoPage (Info Before), and add a key to Uninstall Folder.

HOTFIX 1:
- Fixed About image in FinishPage (Did not load the image).
- Fixed About CloseButton loading Button.png if CloseAB.png does not exist (Thanks mausschieber).
- Fixed for compatibility with Inno Setup 6 (Needs testing, several errors appeared that did not happen using InnoSetup 5.59-5.61).

HOTFIX 1:
- Fixed NextButton showing in SmallInstaller.

PS:
- If anyone has time please test using Inno Setup 6.
- When I have ready version 3.0.0.1 (Final), I will create an installer for Inno Setup 6 similar to 5.61 that I did the repack.

pakrat2k2 03-05-2019 04:40

@ Cesar82, added file directly to your post :)

mausschieber 04-05-2019 04:45

1 Attachment(s)
Bug found

i think this is a bug when i remove the About folder, and i right click on the autorun page for the about screen this came up. Also i remove or disable all about info in the setup.ini

Cesar82 04-05-2019 09:19

Quote:

Originally Posted by mausschieber (Post 480877)
Bug found

i think this is a bug when i remove the About folder, and i right click on the autorun page for the about screen this came up. Also i remove or disable all about info in the setup.ini

Added HF1 in previous post.
I noticed that your CIU logo source is different.
Internally the CIU contains the "STScott.ttf" source, which is loaded at initialize.
Did you remove the font from the script or is your system not recognizing the font?
https://i.imgur.com/zQmh3BL.png


All times are GMT -7. The time now is 11:30.

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