#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 03: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 13: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 18:54. |
The Following 4 Users Say Thank You to Cesar82 For This Useful Post: | ||
#845
|
||||
|
||||
![]()
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 (10-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) |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
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 |