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)

KaktoR 14-02-2022 08:55

Quote:

Originally Posted by andreiutzu21 (Post 495828)
please @KaktoR can you update first post ? it include VRAM MEMORY not showing correctly and when you have COMPONENTS that DOT after 0 is gone. again thank you @Cesar82 for this fix

I would rather wait for Cesar's when he makes it official, either here or in PM ;)

Quote:

Originally Posted by amin fear (Post 495829)
@Cesar82

Is there any 32-Bit compatible version of recent "CIUv3" script ?

@Razor12911 constantly updates 32-bit version of XTOOL 2020, but why there is no 32-Bit compatible version of "DiskSpan GUI" with latest binaries ?

If its possible how can i modify "DiskSpan GUI" to support both 32-bit & 64-bit ?

Even @KaktoR ASIS script is 64-bit Only !!!

any help would be appreciated.

No, but seriously, who use x86 os these days?

Cesar82 17-02-2022 08:05

CIU 3.0.0.1.b9.u1 (HF3)
 
1 Attachment(s)
CIU 3.0.0.1.b9.u1 hotfix 3
- Fixed detection of video memory (VRam) above 4GB.
- Fixed dot after values in display of required disk space sizes.

@KaktoR, if it works you can replace the HF3 in post 1.

KaktoR 17-02-2022 08:37

I will wait a few days, and if no one reports bugs I will add it to post 1 :)

KaktoR 26-02-2022 08:45

Hotfix 3 added to first post.

Gehrman 03-03-2022 05:27

The;
Code:

#define InternalDLL
function does not work.

Cesar82 22-03-2022 14:55

1 Attachment(s)
@Gehrman, I will fix this in the next CIU update.
But you can fix it in your script by inserting the lines highlighted in red.
Code:

#if !defined(CREATOR)
Source: "Resources\Includes\UnArc.dll"; DestDir: "COMPRESSORS"; Flags: dontcopy
Source: "Resources\Includes\ISDone.dll"; DestDir: "COMPRESSORS"; Flags: dontcopy
Source: "Resources\Includes\English.ini"; DestDir: "COMPRESSORS"; Flags: dontcopy
#if defined(InternalDLL) && FileExists(AddBackslash(SourcePath) + ExtractFileName(SetupSetting("OutputBaseFilename")) + ".dll")
Source: "{#AddBackslash(SourcePath) + ExtractFileName(SetupSetting("OutputBaseFilename")) + ".dll"}"; DestDir: "COMPRESSORS"; Flags: dontcopy
#endif

#endif

For some time, nothing new has been included in the CIU (It's not good to mess around when it's working well).
However, a TrackBar will be included to control the music/video volume (See the example in the attached file).

As for the bug that cuts the labels in the texts of the buttons informed by Prettyboy099, I still haven't found a solution.
Obtaining text width measurements from the windows API function GetTextExtentPoint32 returns a value well below the correct value (in Cyrillic characters) using some different fonts.

Cesar82 07-05-2022 09:59

CIU 3.0.0.1.b9.u1 (HF4)
 
1 Attachment(s)
CIU 3.0.0.1.b9.u1 hotfix 4
- Fixed cropping of labels on buttons in languages with cyliric characters (like Russian and Ukraine) when using some different fonts.

P.S: It's been over 3 weeks Prettyboy099 has tested this hotfix and I forgot to share it with the rest of you.
@KaktoR, if it works in some days you can replace the HF4 in post 1.

mausschieber 10-05-2022 17:02

Quote:

Originally Posted by Carldric Clement (Post 481045)
Part 1 Complete based on Autorun Setup.
Going on Part 2: Installer Setup - Tomorrow

Please Test my program if it works. :D

Edit: Added Standard AR Button where was missed on components

stopped after two years is the Project dead?
that would be a pity then the Project where be Usefull for designers
but apparently I'm the only one there will be use the Project

thanks for your work

lolaya 22-05-2022 12:07

Quote:

Originally Posted by Carldric Clement (Post 481045)
Part 1 Complete based on Autorun Setup.
Going on Part 2: Installer Setup - Tomorrow

Please Test my program if it works. :D

Edit: Added Standard AR Button where was missed on components



problem scale on 4k resolution :(

andreiutzu21 05-06-2022 01:37

@Cesar82 it give these errors when installing this UWP game. i have noticed if i install game before creating iso it will install without errors but if i install after creating iso installer gives me these errors. thanks for your hard work. if you need more info just let me know

https://imgur.com/5i5MCcA
https://imgur.com/0IgbKQY
https://imgur.com/cDHS02m

andreiutzu21 05-06-2022 01:39

[IMG]https://i.ibb.co/T1S5mVk/1.png[/IMG]

[IMG]https://i.ibb.co/423kKys/2.png[/IMG]

[IMG]https://i.ibb.co/fHYHLR3/3.png[/IMG]

Cesar82 05-06-2022 01:47

Quote:

Originally Posted by andreiutzu21 (Post 497113)
@Cesar82 it give these errors when installing this UWP game. i have noticed if i install game before creating iso it will install without errors but if i install after creating iso installer gives me these errors. thanks for your hard work. if you need more info just let me know

https://imgur.com/5i5MCcA
https://imgur.com/0IgbKQY
https://imgur.com/cDHS02m

I will check soon.

EDIT:
@andreiutzu21, I did some tests here and registered the game without any errors using 4 ISO images.
You could create the whole project including the iso (Remove the larger sized files from the game folder and use the DSG custom tab to create smaller discs) and send it to me.
Send me the project where errors occur.

mausschieber 05-06-2022 17:03

Quote:

Originally Posted by andreiutzu21 (Post 497113)
@Cesar82 it give these errors when installing this UWP game. i have noticed if i install game before creating iso it will install without errors but if i install after creating iso installer gives me these errors. thanks for your hard work. if you need more info just let me know

https://imgur.com/5i5MCcA
https://imgur.com/0IgbKQY
https://imgur.com/cDHS02m

How did you compress the Conversion? Wich version of DSG?

andreiutzu21 05-06-2022 20:40

Quote:

Originally Posted by mausschieber (Post 497128)
How did you compress the Conversion? Wich version of DSG?


i used the last one.

andreiutzu21 05-06-2022 20:55

Quote:

Originally Posted by Cesar82 (Post 497116)
I will check soon.

EDIT:
@andreiutzu21, I did some tests here and registered the game without any errors using 4 ISO images.
You could create the whole project including the iso (Remove the larger sized files from the game folder and use the DSG custom tab to create smaller discs) and send it to me.
Send me the project where errors occur.

ok . i will send you a PM today.


All times are GMT -7. The time now is 02:43.

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