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 27-02-2019 18:43

Quote:

Originally Posted by Simorq (Post 479899)
Please make this change.:o

can use "Progress" instead of "SIZE".
For example
Code:

ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:60
ArcFile2=Data3.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
20+60+20=100


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

MiniByte 01-03-2019 09:19

Many special thanks KaktoR & Razor12911 for all. I'm beginer.

zirkhaki 05-03-2019 02:39

1 Attachment(s)
I checked the Farsi translation, it needed some improvement. I translated the English parts and did some improvement on translated parts and alignment problems.

If you like, you can replace it with the old Farsi file in language folder.

Cesar82 10-03-2019 20:14

CIU video black screen with audio only.
 
Hello guys.

Fabioddq reported a problem while playing .mp4 video in CIU.
The screen turns black and only plays the audio of the video.

I found out what happens to those who are using the latest versions of K-Lite Codec Pack.
The K-Lite developers have altered something in the LAV Video Decoder, it might be that the h264 option was unchecked before (I do not know).
With this option checked, the video does not play back the image (Audio only).

The LINK has a video on how to make the video work again. At the beginning of the video, if you are installing the K-Lite Codec Pack, and more towards the end of the video shows how to uncheck if you already have K-Lite installed.

There's nothing I can do to fix this.
Perhaps an update to the "ISMediaLib.dll" library (by altef_4) is required, or even a "LAV Video decoder" fix if it is a bug.
Maybe in the future it will work again when activated...

Simorq 11-03-2019 13:40

@Cesar82
http://s8.picofile.com/file/8354784550/1.jpg
http://s9.picofile.com/file/8354784584/2.jpg
http://s9.picofile.com/file/8354784592/3.jpg
Avidemux

Cesar82 11-03-2019 18:13

@Simorq
if work, it's a solution, but we usually download the YouTube video and want to use it as it is.
The downloaded videos from YouTube that I downloaded a while back work fine, not now.

For me here using AVI Demux and using COPY did not work.
@Simorq If you want to test, try using this video HERE.

Simorq 12-03-2019 12:27

@Cesar82
You're right
By Remove "Haali Media Splitter"

The screen is black.:confused:

It's best to encode the video to XVID.:D
So even in Windows XP as well as the video is displayed.

zirkhaki 27-03-2019 14:35

Quote:

Originally Posted by Cesar82 (Post 479392)
@KaktoR


The progress of CIU I think very wrong as it is.
Example: If you put 2 ARC files. The first one with 1 MB and the second with 1 GB.
When extracting the first one (1 MB) will already be showing 50% progress and the remaining time will be equal to the time it took to extract the first 1 MB.
This could be fixed by adding a Size (Size of extracted files)
It would add up all the size and divide by the amount of files.

Code:

//Setup.ini (DiskSpan File)
[ExtractSettings]
ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:1200;

//Records.ini (UltraArc or DiskSpan File)
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Size=1200


I tried to add this to setup.ini but still does not work.
I have a "data1.bin" which is 160MB and a data2.bin.001 which is 21.4GB.
data1.bin goes to 50% in progress bar.

I used these methos:
Code:

[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1;Size:600;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1;Size:31500;

or

[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1; Size:160;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:21400;

or

[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1; Progress:5;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:95;

I even used "Size=**" in Records.ini but still didn't work.

KaktoR 27-03-2019 14:47

^That's because this is not a part of public version atm (it is in testing).

If you want to participate in testing this, write Cesar82 a PM :)

mahmoudmakhamra 08-04-2019 05:55

There is a problem with a browse button
I can not move it or put a button back on it

http://www.up-00.net/uploads/155472804056231.jpg

mausschieber 08-04-2019 08:40

How can i add Info before.txt file

Cesar82 08-04-2019 15:34

Quote:

Originally Posted by mahmoudmakhamra (Post 480522)
There is a problem with a browse button
I can not move it or put a button back on it

http://www.up-00.net/uploads/155472804056231.jpg

Make sure there are no values in the key Left= and key Top=, in the section [SmallBrowseButton].
If so, put // at the beginning of the line to disable.

If not, you can send me a PM and send me your "Setup" folder with the image files as well as the "Setup.ini", "Setup.ico" files. Also tell me which version of the CIU source code you are using.

Cesar82 08-04-2019 15:36

Quote:

Originally Posted by mausschieber (Post 480528)
How can i add Info before.txt file

It's not possible!
There is no InfoBefore page in the CIU, only exist LicensePage in CIU.

mausschieber 08-04-2019 17:48

Quote:

Originally Posted by Cesar82 (Post 480531)
It's not possible!
There is no InfoBefore page in the CIU, only exist LicensePage in CIU.

uh sh....
well i have problem to inform the user for a game info text file
is that a option for next update

KaktoR 09-04-2019 01:35

You could use the EULA in this case.

mahmoudmakhamra 09-04-2019 07:26

Quote:

Originally Posted by Cesar82 (Post 480530)
Make sure there are no values in the key Left= and key Top=, in the section [SmallBrowseButton].
If so, put // at the beginning of the line to disable.

If not, you can send me a PM and send me your "Setup" folder with the image files as well as the "Setup.ini", "Setup.ico" files. Also tell me which version of the CIU source code you are using.

thank you its work

mahmoudmakhamra 09-04-2019 09:06

Can I disable the information page?

http://www.up-00.net/uploads/155482592465481.jpg

Cesar82 09-04-2019 09:26

[QUOTE=mahmoudmakhamra;480543]Can I disable the information page?

It's not possible.
I do not recommend removing the information from all those who worked hard on the development of CIU and all collaborators and also creators of the other items that compose the CIU.

Simorq 09-04-2019 11:15

Hi Cesar82
Is it possible to add "UnInstallFolder"?

Cesar82 09-04-2019 13:18

Quote:

Originally Posted by Simorq (Post 480545)
Hi Cesar82
Is it possible to add "UnInstallFolder"?

ok... I will add in version 3.0.0.1, but it will still be delayed, soon I will add some beta of v3.0.0.1 in the group CIU Dev

mausschieber 13-04-2019 14:34

Hi Cesar82
Is it possible to add info before Page?

Cesar82 13-04-2019 15:19

Quote:

Originally Posted by mausschieber (Post 480593)
Hi Cesar82
Is it possible to add info before Page?

I do not think it would be so complicated.
The problem is the translations of the labels.
But I think only Title Label and Memo are needed, so maybe it's possible to use the native label title of inno setup.
Wait a bit, maybe in the beta I already include this page.
I think InfoBeforePage should be added after WelcomePage and before the License page. Is this right?

pakrat2k2 13-04-2019 18:28

Quote:

Originally Posted by Cesar82 (Post 480594)
I think InfoBeforePage should be added after WelcomePage and before the License page. Is this right?

yes, thats sounds right..

Cesar82 15-04-2019 10:54

Hello guys...
New pages will be included in the next versions of CIU.
I need to collaborate with some translations for new labels of CIU's new pages.

The language PTBR, ENUS, DE already has the messages
Languages PTPT/ENUK will be used the same ones of PTBR/ENUS.
If you have any differences in these languages please inform.

Languages that have no collaborator will use a translation from Google Transalator until someone translates.

Code:

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.

InfoPageTitle=Information

Some more translations will be requested shortly

Cesar82 15-04-2019 11:08

Maintenance Page Preview:
 
https://i.imgur.com/y12665c.jpg

MAINTENANCE PAGE INFORMATION:
This page will only be displayed if you use the task fairly.
If the conversion is from a collection, you can install components that have not previously been installed.
After clicking the Uninstalall button on the autorun page, this page will be displayed.

RADIO BUTTONS:
* Remove >> If you checked this option, when you click Next, the next page will be the uninstall page. (You can come back)
* Modify >> In this option, clicking the next page will display the installer pages, but apneas the component and / or tasks pages. Components and tasks that are already installed will be checked and disabled. The other options will be available to change.
* Reinstall >> The same installer pages of the previous option will be displayed, except that all options will be released. It will also display the wpSelectDir page to change the new installation location. Before displaying the SmallInstaller (wpInstallingPage) the Uninstalling page will be displayed and the entire previous installation will be removed.

The SystemPage, LicensePage pages will not be displayed after the Maintenance page
Show wpSelectDir page only if I choose the reinstall option. In the Modify option I disabled the display of the wpSelectDir page

Cesar82 15-04-2019 12:08

InfoBefore Page Preview:
 
https://i.imgur.com/L50Xpvy.png

Cesar82 15-04-2019 13:51

Quote:

Originally Posted by Simorq (Post 480545)
Hi Cesar82
Is it possible to add "UnInstallFolder"?

As you suggest the uninstallation folder.

I added it as a subfolder inside the {app}
I added a new key in the [InstallOptions] section called UninstallFolder=
The Uninstall folder will be created inside the installation folder with the uninstall files.
Can be used this way: UninstallFolder=Uninstall

Is it okay or did you need to redirect the uninstall folder to a directory other than {app}?

omdj 15-04-2019 14:53

New labels of CIU's new pages Spanish translation

Quote:

; *** "Mantenimiento" página del asistente
MaintenancePageTitle=Mantenimiento
RemoveRadio=Remover
ModifyRadio=Modificar
ReinstallRadio=Reinstalar
RemoveDesc=Remover todos los componentes de la instalación.
ModifyDesc=Agregar nuevos componentes a la instalación.
ReinstallDesc=Rehacer toda la instalación.

; *** "Información" página del asistente
InfoBeforePageTitle=Información
Quote:

Merging=Fusionando archivos %1 (%3%) to %2 (%4%)...
ChangeDiskLabel=Por favor inserte el disco %1 con %2 el archivo.%nżBuscar el archivo requerido?

UnregisterUWPGame=Cancelar el registro UWP del juego en tu sistema...
RegisterUWPGame=Registro UWP del juego en tu sistema...
ShortcutUWPGame=Creando acceso directo para UWP del juego...

LanguagePageTitle=Selector de Lenguaje

zirkhaki 17-04-2019 02:46

New labels of CIU's new pages Farsi translation


Code:

; *** "اصلاحات" wizard page
MaintenancePageTitle=اصلاحات
RemoveRadio=حذف
ModifyRadio=اصلاح
ReinstallRadio=نصب مجدد
RemoveDesc=.حذف تمام مولفه ها
ModifyDesc=.انتخاب مولفه های جدید برای نصب
ReinstallDesc=.نصب مجدد بازی بطور کامل

; *** "اطلاعات" wizard page
InfoBeforePageTitle=اطلاعات


sajmon83 20-04-2019 02:49

New labels of CIU's new pages Polish translation

Code:

MaintenancePageTitle=Konserwacja
RemoveRadio=Usunąć
ModifyRadio=Zmodyfikować
ReinstallRadio=Przeinstalować
RemoveDesc=Usuń instalację wraz z wszystkimi komponentami.
ModifyDesc=Dodaj nowe komponenty do instalacji.
ReinstallDesc=Powtórz całą instalację.

InfoBeforePageTitle=Informacja

Code:

Merging=Łączenie pliku %1 (%3%) do %2 (%4%)...
ChangeDiskLabel=Proszę o włożenie dysku %1 z plikiem %2.%nWyszukaj wymagany plik?
UnregisterUWPGame=Wyrejestrowuje grę UWP z twojego systemu ...
RegisterUWPGame=Rejestruję grę UWP w twoim systemie ...
ShortcutUWPGame=Tworzenie skrótów do gry UWP ...

LanguagePageTitle=Wybór Języka

Cesar82 I have a small question. Is there a silent installation option in CIU's? This means that the installation does not add any information to the system

Cesar82 20-04-2019 15:36

Quote:

Originally Posted by sajmon83 (Post 480693)
New labels of CIU's new pages Polish translation
Cesar82 I have a small question. Is there a silent installation option in CIU's? This means that the installation does not add any information to the system

No. By the structure of CIU I think it is not possible.
The silent install pattern of inno setup parametter is /SILENT and /VERYSILENT, if you want to test.
But if you decide to test it is at your own risk (It may happen to install in a wrong folder and when canceling will delete other files).

Cesar82 20-04-2019 22:45

The UltraArc messages will be removed to create the same messaging pattern for DiskSpan and UltraArc.

I need some more translations
Code:

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

LanguagePageTitle=Language Selector

Examples:
Merging (CurrentFilename Label):
Merging file Data1b.bin (62%) to Data1.bin (27%)...

ChangeDiskLabel (Message Box Text):
Please insert disk 2 with Data.bin.002 File.
Browse for required file?


PS: The messages regarding UWP games, only the languages Portuguese (Brasilian), Farsi and German have a translation.
For the other languages, if anyone can collaborate, thank you.

altef_4 20-04-2019 23:32

Ukrainian
Code:

MaintenancePageTitle=Обслуговування
RemoveRadio=Видалити
ModifyRadio=Змінити
ReinstallRadio=Перевстановити
RemoveDesc=Видалити всі компоненти з інсталяції.
ModifyDesc=Додати нові компоненти до інсталяції.
ReinstallDesc=Повторити всю інсталяцію.

InfoBeforePageTitle=Інформація

Code:

Merging=Об'єднання файлу %1 (%3%) до %2 (%4%)...
ChangeDiskLabel=Будь ласка, вставте диск %1 з файлом %2.%nЗнайти потрібний файл?

UnregisterUWPGame=Скасувати реєстрацію UWP-гри у вашій системі...
RegisterUWPGame=Реєстрація UWP-гри у вашій системі...
ShortcutUWPGame=Створення ярликів для UWP-гри...

LanguagePageTitle=Вибір мови

Russian
Code:

MaintenancePageTitle=Обслуживание
RemoveRadio=Удалить
ModifyRadio=Изменить
ReinstallRadio=Переустановить
RemoveDesc=Удалить все компоненты из установки.
ModifyDesc=Добавить новые компоненты до установки.
ReinstallDesc=Повторить всю установку.
InfoBeforePageTitle=Информация


Code:

Merging=Слияние файла %1 (%3%) к %2 (%4%)...
ChangeDiskLabel=Пожалуйста, вставьте диск %1 с файлом %2 File.%nНайти нужный файл?

UnregisterUWPGame=Отменить регистрацию UWP-игры в вашей системе...
RegisterUWPGame=Регистрация UWP-игры в вашей системе...
ShortcutUWPGame=Создание ярлыков для UWP-игры...

LanguagePageTitle=Выбор языка


Cesar82 20-04-2019 23:42

@altef_4 Added in previous post new messages missing translation.

@sajmon83 and @omdj If you can translate the labels referring to UWP game from the previous post, thank you already.

Thanks!

omdj 21-04-2019 09:07

Quote:

Originally Posted by Cesar82 (Post 480709)
@altef_4 Added in previous post new messages missing translation.

@sajmon83 and @omdj If you can translate the labels referring to UWP game from the previous post, thank you already.

Thanks!

Done

KaktoR 24-04-2019 08:22

German

Code:

Merging=Füge Detei %1 (%3%) zu %2 (%4%) zusammen...
ChangeDiskLabel=Bitte legen Sie den Datenträger %1 mit Datei %2 ein.%nNach benötigter Datei suchen?

UnregisterUWPGame=Registrierung des UWP-Spiels wird entfernt...
RegisterUWPGame=Registriere das UWP-Spiel auf dem System...
ShortcutUWPGame=Erstelle Verknüpfungen für das UWP-Spiel...

LanguagePageTitle=Sprache wählen


Cesar82 24-04-2019 08:36

Quote:

Originally Posted by KaktoR (Post 480769)
German

Code:

Merging=Füge Detei %1 (%3%) zu %2 (%4%) zusammen...
ChangeDiskLabel=Bitte legen Sie den Datenträger %1 mit Datei %2 ein.%nNach benötigter Datei suchen?

UnregisterUWPGame=Registrierung des UWP-Spiels wird entfernt...
RegisterUWPGame=Registriere das UWP-Spiel auf dem System...
ShortcutUWPGame=Erstelle Verknüpfungen für das UWP-Spiel...

LanguagePageTitle=Sprache wählen


Only the Merging and ChangeDiskLabel translations were missing for the German language.
You have previously translated the messages below...
Replace the old translation you translated now?
Old German translation:
Code:

LanguagePageTitle=Sprachauswahl

UnregisterUWPGame=Entferne Registrierung des UWP-Spiels...
RegisterUWPGame=Registriere das UWP-Spiel...
ShortcutUWPGame=Erstelle Verknüpfungen...

PS: The old translation of LanguagePageTitle seems more correct because the selection refers to the language you want to install, not your language ... Translations of current UWP messages are better than the old translations!

KaktoR 24-04-2019 08:59

Ok use new translation ;)

sajmon83 25-04-2019 16:34

Quote:

Originally Posted by Cesar82 (Post 480709)
@altef_4 Added in previous post new messages missing translation.

@sajmon83 and @omdj If you can translate the labels referring to UWP game from the previous post, thank you already.

Thanks!

Translated and added to the previous post

Simorq 25-04-2019 18:14

Hello cesar 82
It is possible to add "Optimal installation but slower" to older systems.
Thank you

http://s8.picofile.com/file/8358583384/1.jpg
http://s8.picofile.com/file/8358583392/2.jpg


All times are GMT -7. The time now is 05:03.

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