#841
|
||||
|
||||
Code:
Setup.bat Code:
Reg.exe add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%~dp0Setup.exe" /t REG_SZ /d "~ DPIUNAWARE" /f | START Setup.exe Reg Delete "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%~dp0Setup.exe" /f Exit Last edited by Gehrman; 11-06-2022 at 04:53. |
Sponsored Links |
#842
|
||||
|
||||
By default CIU has an encoding to enter the value "~DPIUNAWARE" in the registry and relaunch Setup.exe.
I don't have a 4K monitor, but creating a custom resolution here is working. See in the attached video the size of the design before and after committing the line that inserts the value in the register. The same values reported above by Gehrman are entered by CIU automatically when resolutions above 1920x1080. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Gehrman (13-06-2022) |
#843
|
||||
|
||||
Thanks to Cesar 82
I found a small bug In the first test, "Test 1 Test 1 Test 1" is incomplete Using GROUP with Radio causes this bug Last edited by Gehrman; 13-06-2022 at 14:27. |
#844
|
||||
|
||||
CIU 3.0.0.1.b9.u1 (HF5/HF6)
CIU 3.0.0.1.b9.u1 hotfix 5 e 6.
Quote:
Try with the HF6 attached. Code:
Hotfix 5: - Fixed to enable play buttons after installed UWP games. - Fixed error that occurred when creating UWP game shortcuts when converting png image to icon (Thanks andreiutzu21 for bug information and tests). - Fixed CheckInfo function when using negation character "!" before the parameter like: Check: CheckInfo('!lang:!en,de'); - Added support for negation character "!" in the CheckInfo function now also in the compared type like as in the example: >> Check: CheckInfo('comp:!1,2,3'); >> Only returns true if you have not checked component 1 and have checked components 2 or 3. Hotfix 6: - Fixed checklist items position when there are no checkboxes (Thanks Gehrman for report bug). Last edited by Cesar82; 10-07-2022 at 19:54. |
The Following 4 Users Say Thank You to Cesar82 For This Useful Post: | ||
#845
|
||||
|
||||
CIU 3.0.0.1.b9.u2
CIU 3.0.0.1 update 2 available.
Now the external mode is functional allowing conversion developers to protect almost all design files. To use external mode you must compile Setup.exe using the CIU_Tools tool. The Setup.bin file must be compressed or only after compiling Setup.exe. Code:
- Fixed bug of items being disabled when clicking "check all" checkbox in all CheckListBox. - Fixed so that sections of Setup.ini commented out with [ ;SectionName] or [//SectionName] or [_SectionName] or [SectionName_] are ignored in script preprocessing when compiling. - Fixed bug on the "License" page that when pressing the spacebar on the keyboard, even when the checkbox was unchecked, the installation advanced the page. - Fixed bug in the "Components" page that when pressing the spacebar on the keyboard, even when all components were unchecked, the installation advanced the page. - Fixed focused buttons on each page of the CIU installer. >> The "CancelButton" is focused on the wpInstalling page (installation progress) and on the UninstProgressPage (uninstallation progress). >> The "BackButton" is focused on the UninstQuestionPage (To avoid accidentally uninstalling by pressing the spacebar on the keyboard). >> For all other pages the "NextButton" is the page's focused button. - Fixed so that both ".png" and ".gif" splash images can be used allowing to merge formats. >> The ".wav" sound file to splash can be used as long as it has the splash image of the same name, being it ".png" or ".gif". - Added WorkDir parametter for Play buttons of the CIU. - Added new key FlagBorderColor= ($RGB) to [LangBox], [AboutSettings] and [AboutSettingsAR] sections. - Added new HideOnLauncher= (0/1) key in all button sections belonging to autorun page. >> This key makes it possible to hide unwanted buttons when using ShowGameLauncher=1 in the [InstallOptions] section. - Added support new slider volume control (trackbar). >> Look the sections [VolumeTrackBar], [VolumeTrackBarAR] and [VolumeTrackBarSI] in CIU help files to understand the new keys and supported images. - Removed Center= key from [LangBox] section. >> This key is no longer needed because using "center" value in key Align= has the same effect. - Removed CreatePage= key from [AutorunSettings] section. >> This key is unnecessary as it has the same effect as removing or renaming the "Setup\Autorun" folder or "Autorun.png" file to another name. - Added support for the new "OTHER" installer type using with DiskSpan GUI 2.0.1.1+. >> It can be used in the InstallerType= key of the [InstallerSettings] section and the Type= key of the [Executable#] and [Play#Button] sections and also as a type in the CheckInfo function. - Added new function IsOtherGame to use with registry entries in Check parametter; - Added support to IsOTHER flag in [CustomShortcuts] and [CustomIniFile] sections. - Added new keys SiteOTHER= and SiteOTHER<LNG>= in [Website#Button] sections. - Updated to logarithm volume on all music player (previously it was linear volume). - Updated BASS.dll from v2.4.16.1 to v2.4.16.7 |
The Following 9 Users Say Thank You to Cesar82 For This Useful Post: | ||
Carldric Clement (11-07-2022), Gehrman (11-07-2022), Grumpy (10-07-2022), GTX590 (29-07-2022), houcine80 (13-07-2022), mausschieber (11-07-2022), Prettyboy099 (10-07-2022), samadrahman74 (14-08-2022), Titeuf (10-07-2022) |
#846
|
||||
|
||||
CIU 3.0.0.1.b9.u3
CIU 3.0.0.1 update 3 available (I didn't have time to test).
If you find bugs let me know and I'll fix them and re-upload them. Some messages regarding the hash page need translation, so if you've collaborated with translations for CIU before and want to collaborate again, then check the link file for untranslated texts and PM me the translations, thanks. Code:
- Fixed flags type in about pages. - Fixed to remove all duplicate keys when preprocessing the Setup.ini file. - Fixed wrong size of SeletFolderForm window when using some ".cjstyles" skin files. - Fixed several bugs regarding the position of the trackbar images when changing the volume. - Fixed correct position of volume trackbar when switching between SmallInstaller to Installer and vice versa. - Fixed starting position of volume trackbar when switching from autorun to installer. - Fixed trackbar to allow using only one of the image as TrackBarBtn.png or TrackBarImg.png. >> Now if using only TrakBarImg by clicking and holding the mouse button it is possible to move the volume trackbar position. - Added new key CheckBox= in [VolumeTrackBar], [VolumeTrackBarAR], and [VolumeTrackBarSI] (double click on slider to change music state). >> If you use value 1, you must use the image for the slider using an image formed by 8 parts of equal sizes arranged vertically (like checkboxes and music icons buttons). >> If you use value 0, you must use the image for the slider using an image formed by 4 parts of equal sizes arranged vertically (like the up and down buttons on scroolbars). - Changed keys names from SliderLeft=/SliderRight= to SpaceBefore=/SpaceAfter= in [VolumeTrackBar], [VolumeTrackBarAR], and [VolumeTrackBarSI] sections. - Changed keys names from SpaceLeft=/SpaceRight= to SpaceBefore=/SpaceAfter= consecutively in [ProgressBar] and [ProgressBarSI] sections. - Changed images file names from ProgressBackground2.png/ProgressBackgroundSI2.png to ProgressForeground.png/ProgressForegroundSI.png consecutively. - Changed checksum library ISHash.dll (by peterf1999) to XHashEx.dll (by BLACKFIRE69). - Added new key Position= in the [ProgressBar] and [ProgressBarSI] section to change percentage label orientation to vertical. - Added new key Position= in [ProgressBar] and [ProgressBarSI] sections to change progressbar orientation to vertical. - Added new key HashFontSize= in the [ProgressBar] section to set the font of the Hash page percentage label. - Added new key EnableHash= (0/1) in [HashSettings] section. - Added support to uninstal from file list (UninstallList.ini). >> Only deleted files will be deleted on uninstall. - Added support to DiskSpan GUI 2.0.1.3+ Last edited by Cesar82; 25-09-2022 at 20:40. |
The Following 9 Users Say Thank You to Cesar82 For This Useful Post: | ||
andreiutzu21 (06-10-2022), frangoru (25-10-2022), Gehrman (25-09-2022), GTX590 (28-11-2022), houcine80 (26-09-2022), jacknilmo (26-09-2022), mausschieber (26-09-2022), Prettyboy099 (25-09-2022), samadrahman74 (20-10-2022) |
#847
|
||||
|
||||
Report a bug
@Cesar82
If we cancel the installation process, it will go to the successful installation page! Bug2: installer asks if to quit, you select "No" the installer quits (this) Last edited by Gehrman; 12-12-2022 at 04:45. |
The Following User Says Thank You to Gehrman For This Useful Post: | ||
Cesar82 (12-12-2022) |
#848
|
||||
|
||||
Quote:
The same happens when an installation error occurs (IsDone Error). What do you suggest? Should I close the installer by skipping the Finish page? BUG 2: Since IsDone cannot resume the installation after canceling, it displays the cancel installation message, but since the return was already IsDoneError = TRUE, even clicking on cancel will exit the installation. Maybe some change is needed to not display that last message. If you have any suggestions for improvement, please comment. It is just not possible to resume the installation after clicking Cancel". |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Gehrman (12-12-2022) |
#849
|
||||
|
||||
Thank you Cesar82
The first bug is missing in "CIUv3 3.0.0.1.b9.u1 (2021.09.11)". The second bug It seems to be fixed with these changes. Without using Diskspan, of course Code:
function BrowseArcFile(const ArcFile, Disk: String; var SrcDir: String): String; ........................... IDCANCEL : begin Waiting := False; ISDoneCancel := 1; ISDoneError := True; ResumeProc; WizardForm.CancelButton.OnClick(nil); end; Code:
IDCANCEL : begin Waiting := False; ISDoneCancel := 1; ISDoneError := False; ResumeProc; ClickButton(@CancelBtnClick, nil); end; Last edited by Gehrman; 12-12-2022 at 14:50. |
#850
|
||||
|
||||
Quote:
You didn't necessarily need to have informed what changes need to be made. But anyway, thank you very much! I will review in a few days. I'm out of time at the moment. Thanks for reporting so bugs. |
#851
|
|||
|
|||
hello Caesar you would not have the same for the installer by harzard?
|
#852
|
||||
|
||||
CIU 3.0.0.1.b9.u4
CIU 3.0.0.1.b9 update 4 available.
I wish everyone a great end of the year! Code:
- Updated CIU Help file (Recreated). - Updated CIU_Tools (Fixed several bugs). - Updated CIULib.dll library to v1.0.0.1 build 221204. - Updated XHashEx.dll library to v1.0.0.0 build 221120 (Thanks to BLACKFIRE69). >> Improved matching when using masks in internal CalculateHashesForDirEx function. - Fixed the display of non-unicode characters used in Setup.ini when using external mode. - Fixed some bugs when using windows with native Windows borders. - Fixed some bugs that occurred when canceling the installation. - Fixed to display the "Accel" char (ShowAccelChar property) only on button labels. - Added function to set installer priority to HIGH PRIORITY when start the installer. - Added new key Font= to [PageBigTitle] section. - Added support to DiskSpan GUI 2.0.1.4+ - Removed localized Source#<LNG>= keys in [MusicPlayer], [MusicPlayerSI], [VideoPlayer], [VideoPlayerAR] sections. >> The Source#<LNG>= key is only present and functional in the [VideoPlayerBG] section. |
The Following 8 Users Say Thank You to Cesar82 For This Useful Post: | ||
Carldric Clement (03-01-2023), Gehrman (31-12-2022), GTX590 (05-01-2023), houcine80 (30-12-2022), mausschieber (30-12-2022), Prettyboy099 (29-12-2022), RTX4090 (10-03-2023), ScOOt3r (30-12-2022) |
#853
|
|||
|
|||
hello, i can't get this function to work? nothing happens when the installation is finished it offers me to click on finished. I don't have the checksum test
[HashSettings] // auto detect checksum: crc32, md5 sha1, sha256, sha512 ------------------------------------------------------------------------------------------------------------------------------------------------------ EnableHash=1 StartCheck=1 I have activated the calculation in DiskSpan Gui |
#854
|
||||
|
||||
Quote:
Just edit line 178 of the script replacing "!=" with "==" (see in green color). Code:
#if defined(CREATOR) || (Trim(ReadIni(IniFile, "HashSettings", "EnableHash", "1")) == "1") |
The Following 4 Users Say Thank You to Cesar82 For This Useful Post: | ||
#855
|
||||
|
||||
@César
Code:
[ProgressBarSI] //Width=0 // integer (Default = SmallInstaller >> Width - 30)
__________________
Haters gonna hate
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 03:05 |
[GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 14:12 |
Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 08:19 |