|
#481
|
||||
|
||||
|
CIU 3.0.0.1 (Beta 6) bug found
After testing the conversion of @Prettyboy099 I found a bug when switching to the installer finish page.
Displays an error when not add the Close button in the installer and going to the finish page. To fix this, do the following... Open the CIU 3.0.0.1.b6 script and search for: Code:
CstmBtn[BtnI(CloseBtn)].ClickAction := @NextBtnClick; Code:
CstmBtn[BtnI(NextBtn)].ClickAction := @NextBtnClick; if BtnI(CloseBtn) >= 0 then CstmBtn[BtnI(CloseBtn)].ClickAction := @NextBtnClick; Thanks @Prettyboy099 for using CIU 3.0.0.1.b6, thanks to him this bug will no longer be present in next version. Last edited by Cesar82; 09-08-2020 at 06:37. |
| The Following 5 Users Say Thank You to Cesar82 For This Useful Post: | ||
Grumpy (08-08-2020), houcine80 (09-08-2020), mausschieber (08-08-2020), omdj (09-08-2020), Prettyboy099 (08-08-2020) | ||
| Sponsored Links |
|
#482
|
||||
|
||||
|
Thanks, I tested and the problem is fixed...
Quote:
![]()
__________________
Um... My busy life.... |
| The Following User Says Thank You to Prettyboy099 For This Useful Post: | ||
Cesar82 (09-08-2020) | ||
|
#483
|
||||
|
||||
|
@Prettyboy099, sorry, I didn't even notice.
To CIU translators: The next versions of CIU will have 4 more label (caption) in the miniature buttons in case you want to use as normal buttons. These labels below are like the name for buttons Minimize, Maximize, Restore, Close in Windows windows. So ask users who have collaborated with translations before, to translate these labels into the same languages as before. I will send the request by PM to the users who translated the previous labels in the last few months. If possible send me the translation by PM so that I don't get so many posts here. Code:
ButtonMinimize=Minimize ButtonMaximize=Maximize ButtonRestore=Restore ButtonClose=Close Minimize and Close are the buttons present (or not) on the Autorun, Installer or SmallInstaller pages. The label will be included in buttons of this type:
Last edited by Cesar82; 09-08-2020 at 10:02. |
|
#484
|
||||
|
||||
|
UltraARC 2900 R8 (DiskSpan BAT) - Update
Updated some files in the "UltraARC 2900 R8" folder (DiskSpan Files).
This version has "CLS-DiskSpan.dll R2" compatible with CIU 3.0.0.0.u9. To use this updated files with CIU 3.0.0.1.b6 simply download the attached file 2 (CLS-DiskSpan.dll R3) and replace it in the "UltraARC 2900 R8" folder. Code:
Changes: - Fixed errors in some compression methods. - Added BD100 size option to media selection. - Added a new ".bat" file to create the ".7z" file divided into parts by the maximum attachment size supported on the forum. |
| The Following 5 Users Say Thank You to Cesar82 For This Useful Post: | ||
houcine80 (09-08-2020), mausschieber (09-08-2020), omdj (09-08-2020), pincoball (11-08-2020), Prettyboy099 (09-08-2020) | ||
|
#485
|
||||
|
||||
|
how do i set Steam and GOG for both games in 3.0.0.1
in 3.0.0.0.u9 it was set in rekords.ini
__________________
It would be nice if you appreciate my work with the thanks Button |
|
#486
|
||||
|
||||
|
hey cesar i am having an issue with CIU 3.0.0.1.b6. even when i delete the videos and wallpapers and add my own then recompile it nothing in the install screen changes. it still shows a gray screen then plays the 'world war z' video trailer even when i dont have any videos in the background folder. how do i re-enable the still image slide show again and disable the video? please help, its really frustrating me..
-Kitsune |
|
#487
|
||||
|
||||
|
Quote:
Now the key used to determine the type of installation to be performed on (If the installer is a double) is determined by the key: Code:
[InstallerSettings] InstallerType= NORMAL, STEAM, GOG, UWP Only one value can be entered. STEAM and NORMAL are the same functionality. If the value is empty it is considered as STAM/NORMAL The key can be inserted in Records.ini, or in external Setup.ini, or internal Setup.ini and will be verified in that order. If there is no key in Records.ini it will be checked in external Setup.ini and if it does not exist, it will be checked in the internal Setup.ini file. Example to config internal "Setup.ini" file: To attach the Exe from the executable section to an installation type in the [Executable#] section use the same keywords as above na key Type=. Also add the key Type= in the [Play#Button] sections; To attach a play button to the executable use the ExecutableID= key, like This: Code:
[Executable1] Type=GOG Exe=game.exe ExePath= [Executable2] Type=STEAM Exe=game.exe ExePath=bin64 [Executable3] Type=STEAM Exe64=game.exe ExePath64=bin32 ;; play atached to gog executable 32 bits [Play1Button] Type=GOG ExecutableID=1 ;; play atached to steam executable 32 bits [Play2Button] Type=STEAM ExecutableID=3 For more details see the file "_Setup.ini" in the Help folder. Last edited by Cesar82; 09-08-2020 at 15:13. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
houcine80 (10-08-2020), mausschieber (09-08-2020) | ||
|
#488
|
||||
|
||||
|
Quote:
If you want, send me by PM the source as you are compiling (With your changes). |
|
#489
|
||||
|
||||
|
another question what is //AddDXFilter=0
must i be enable or leave it blank
__________________
It would be nice if you appreciate my work with the thanks Button |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
houcine80 (10-08-2020) | ||
|
#490
|
||||
|
||||
|
Quote:
Adding these filters in Setup.exe allows IsMediaLib.dll to play audio or video even without having the K-Lite Codec Pack installed on the system. When using only .mp3 files if there are no codecs on the system and it fails to play, then it will be played by BASS.dll, but bass.dll does not support playing audio online. These filters are 22 MB which after compressing are approximately 8 MB (Setup.exe is 8 MB larger with the filters). The different .mp3 play feature for smallinstaller still doesn't work with BASS.dll so it will only play if you have codecs installed, or if you activate the key. If you use video or audio online (Youtube for example) in your installer it is recommended to use a value of "1" in the AddDXFilter key. Otherwise you can use a value of "0" or delete key to reduce the size of Setup.exe in 8 MB. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
houcine80 (10-08-2020), mausschieber (10-08-2020) | ||
|
#491
|
||||
|
||||
|
@mausschieber
The AllowYouTube= key has the ability to include or not include the library that allows you to obtain the direct link to the audio or video from youtube. If your conversion is not going to play video or audio from youtube you can use value 0 or delete this key. To play videos from direct links (such as STEAM videos link) it is not necessary to activate the key AllowYouTube=1, just include the filters if you want the reproduction to not fail due to lack of codecs in the user's system. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
houcine80 (10-08-2020), mausschieber (10-08-2020) | ||
|
#492
|
||||
|
||||
|
next Question about RedistSettings in beta 6
what are these settings [Launch1] ;Exclusive=0 ;Level=0 ;Group=0
__________________
It would be nice if you appreciate my work with the thanks Button |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
houcine80 (10-08-2020) | ||
|
#493
|
||||
|
||||
|
Quote:
Level = Shift of items to the right. Group = They are created automatically at each Level =, only in some cases you will need to use this key (When you have other larger Levels within the group). P.S. Groups are incremented by changing to a higher or lower Level = by grouping the RadioButtons so that when selecting one deselect the others in the same group. View the Tasks page of the CIU theme installer to better understand. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#494
|
|||
|
|||
|
I post it here since I wasn't able to send it via DM
Code:
ButtonMinimize=Minimizza ButtonMaximize=Massimizza ButtonRestore=Ripristina ButtonClose=Chiudi Last edited by pincoball; 11-08-2020 at 03:51. |
|
#495
|
|||
|
|||
|
Hello What i had to do for an dialog of install directory
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |