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

mausschieber 04-05-2019 11:40

Quote:

Originally Posted by Cesar82 (Post 480880)
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

i removed the complete about settings for testing
i dont remove the font
now smalllogo is not shown

Cesar82 04-05-2019 15:33

Quote:

Originally Posted by mausschieber (Post 480881)
now smalllogo is not shown

Change key Logo2Opacity=220 to SmallOpacity=220 in section [AboutSettings] or [AboutSettingsAR].

PS: SmallLogo is not visible by default. Only if you inform the opacity is it visible.
I forgot to report this change from the key Logo2Opacity= to SmallLogoOpacity= in the changelog.

mausschieber 04-05-2019 15:58

Quote:

Originally Posted by Cesar82 (Post 480883)
Change key Logo2Opacity=220 to SmallOpacity=220 in section [AboutSettings] or [AboutSettingsAR].

PS: SmallLogo is not visible by default. Only if you inform the opacity is it visible.
I forgot to report this change from the key Logo2Opacity= to SmallLogoOpacity= in the changelog.

not it work perfect thanks

Cesar82 04-05-2019 18:54

Hash Check Page (Need Transalation)
 
I'm going to need new translations of the labels for a new hash check page.

Code:

ButtonVerify=Verify
ButtonStop=Stop
ButtonLog=Log
ButtonInfo=Info

HashPageTitle=Hash Check
HashStatusLabel=Processed %1 of %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Missing: %3  Bad: %4 
HashWaitingLabel=The installer is ready to do the hash check of the files
HashOk=Hash_OK
HashNoFile=File not found!
HashAbort=Check of the files hash has been interrupted!
HashBadParam=Invalid hash algorithm!
HashBadHash=File hash does not match!
HashGeneralError=General Error!

Look at the image for information about the labels. Some of the translations are the results added to Memo.
https://i.imgur.com/9DokJ7m.jpg


Only now did I realize that the translations for the ButtonPause and ButtonResume labels only a few languages were translated.
These languages below still require translation for the labelsButtonPause and ButtonResume:
Albanian, Bosnian, ChineseS, ChineseT, Croatian, Czech, Danish, Dutch, Finnish, French, Greek, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, Romanian, Swedish, Thai, Vietnamese.
Code:

ButtonPause=Suspend
ButtonResume=Resume

If someone wants to provide the translation with the character "&" before the letter it will be a shortcut to the keyboard.
Note: The letters can not repeat with the letters of other buttons. See the language file for a better understanding.
Here is an example of the English language.
Code:

ButtonPause=Susp&end
ButtonResume=R&esume
ButtonVerify=&Verify
ButtonStop=S&top
ButtonLog=&Log
ButtonInfo=In&fo


KaktoR 05-05-2019 04:28

German (I took it from ASIS because it's overall the same)

Code:

ButtonVerify=&Prüfen
ButtonStop=&Abbrechen
ButtonLog=&Log
ButtonInfo=&Info

HashPageTitle=Hash-Überprüfung
HashStatusLabel=Dateien geprüft %1 von %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Fehlend: %3  Fehlerhaft: %4 
HashWaitingLabel=Das Setup ist nun bereit die Dateien zu überprüfen.
HashOk=Hash_OK
HashNoFile=Datei nicht gefunden!
HashAbort=Dateiüberprüfung wurde unterbrochen!
HashBadParam=Ungültiger Hash-Algorithmus!
HashBadHash=Datei-Hash stimmt nicht überein!
HashGeneralError=Allgemeiner Fehler!

I don't have much time at the moment, sorry :(

Grumpy 05-05-2019 06:46

@Cesar82

Quote:

HashWaitingLabel=The installer is ready for the hash check of the installation files.
^You have a Double Space between 'ready' and 'for' (it does not show up in my quote of your post, but there is a 'double space' in your post)


Quote:

HashAbort=Check of files hash been interrupted
^shouldn't that be ...

Quote:

HashAbort=Check of files hash has been interrupted

Cesar82 05-05-2019 14:03

Quote:

Originally Posted by Grumpy (Post 480896)
@Cesar82

^You have a Double Space between 'ready' and 'for' (it does not show up in my quote of your post, but there is a 'double space' in your post)

^shouldn't that be ...

@Grumpy
Thanks!
I removed the duplicate space from my post.

Would it be better this way? Or as you suggested it gets better?
Code:

HashAbort=Check of the files hash has been interrupted!

KaktoR 05-05-2019 15:54

Yes it's still valid.

Grumpy 05-05-2019 17:43

@Cesar82

Quote:

HashAbort=Check of the files hash has been interrupted!

^Yes that would be better

Simorq 08-05-2019 14:00

Hi Cesar82
Disk does not work. Only Disk number 1 shows.
http://s9.picofile.com/file/8359861500/1.jpg
http://s8.picofile.com/file/8359862126/2.jpg

Simorq 08-05-2019 14:42

@Cesar82
Thanks
The problem was solved.

Simorq 09-05-2019 03:22

@Cesar82
Great thanks
http://s8.picofile.com/file/8359905784/1.jpg
http://s8.picofile.com/file/8359905834/2.jpg

sajmon83 11-05-2019 04:24

Polish
Code:

ButtonPause=Wstrzymaj
ButtonResume=Wznów
ButtonVerify=Zweryfikuj
ButtonStop=Zatrzymaj
ButtonLog=Log
ButtonInfo=Info

Code:

HashPageTitle=Sprawdzanie Hash
HashStatusLabel=Przetworzone %1 z %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Brakuje: %3  Uszkodzone: %4
HashWaitingLabel= Instalator jest gotowy do sprawdzenia hash plików
HashOk=Hash OK
HashNoFile=Nie znaleziono pliku!
HashAbort= Sprawdzenie hash plików zostało przerwane!
HashBadParam= Nieprawidłowy algorytm hash!
HashBadHash=Niezgodny hash plików!
HashGeneralError=Błąd ogólny!

Code:

Open=Otwórz

Simorq 11-05-2019 17:45

http://s8.picofile.com/file/8360160176/tenor.gif

omdj 12-05-2019 04:34

Spanish

Quote:

ButtonVerify = Verificar
ButtonStop = Detener
ButtonLog = Log
ButtonInfo = Información

HashPageTitle = Comprobación de Hash
HashStatusLabel =% 1 procesado de% 2 (% 3%)
HashResultLabel = (% 1%) Ok:% 2 Falta:% 3 Malo:% 4
HashWaitingLabel = El instalador está listo para hacer la comprobación de hash de los archivos
HashOk = Hash_OK
HashNoFile = Archivo no encontrado!
HashAbort = ¡La verificación del hash de archivos ha sido interrumpida!
HashBadParam = ¡Algoritmo de hash inválido!
HashBadHash = ¡El hash de archivo no coincide!
HashGeneralError = ¡Error general!

mausschieber 13-05-2019 16:23

Quote:

Originally Posted by Cesar82 (Post 480981)
I need a new translation.

This label will be the default label for the [Open#Button] buttons on the Autorun page.
Code:

Open=Open
The "Open#" buttons are used to open a folder or a document file or even to execute files with additional external executables.
Who has not seen it yet, has other requests for translations in previous posts.
Thanks!

Open=Öffnen

omdj 13-05-2019 17:18

Spanish

Code:

Open=Abrir

zirkhaki 15-05-2019 08:40

Farsi Translation:

Code:

ButtonVerify=بازبینی
ButtonStop=توقف
ButtonLog=گزارش وضعیت
ButtonInfo=اطلاعات

HashPageTitle=بررسی سلامت فایل ها
HashStatusLabel=روند کار %1 از %2 (%3%)
HashResultLabel=(%1%) سالم: %2  یافت نشد: %3  ناصحیح: %4 
HashWaitingLabel=برنامه آماده بررسی رمزگذاری هش فایل ها می باشد
HashOk=هش_سالم
HashNoFile=!فایل یافت نشد
HashAbort=!انجام پروسه بررسی هش فایل ها متوقف شد
HashBadParam=!الگوریتم هش نامعتبر است
HashBadHash=!هش فایل ها مطابقت ندارد
HashGeneralError=!خطای کلی

Code:

Open=باز کردن

zirkhaki 15-05-2019 22:17

Quote:

Originally Posted by Cesar82 (Post 481015)

Is this old translation correct?
Farsi translation:
Code:

InstallingAF=%در حال نصب برنامه 1 (%2 of %3)...

it is correct but it could be like this, too:
Code:

InstallingAF=روند نصب %1 (%2 از %3)...
you know, our language should be right aligned. That's why some parts of a sentence might be seen out of its place. (Like parentheses, dots, exclamation marks)


I've edited my last post.

dixen 15-05-2019 23:15

For delete
Sorry))

Carldric Clement 16-05-2019 05:03

I wonder if the CIU v3 Have a software to make designer about Autorun, Installer and Small Installer.. if they included it :D

KaktoR 16-05-2019 05:54

No, but if you feel in the mood to create one, do so :D

Carldric Clement 16-05-2019 06:04

Quote:

Originally Posted by KaktoR (Post 481023)
No, but if you feel in the mood to create one, do so :D

I will do it bro. :D

KaktoR 16-05-2019 06:54

Good. I had a idea back in the days to start of with this, but I'm not a pro in such things :D

https://i.imgur.com/SId98tw.png

Carldric Clement 16-05-2019 07:01

Quote:

Originally Posted by KaktoR (Post 481025)
Good. I had a idea back in the days to start of with this, but I'm not a pro in such things :D

https://i.imgur.com/SId98tw.png

Ok. Im gonna take some more days to make it designer :D


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

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