|
#11
|
||||
|
||||
|
@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
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. Last edited by Cesar82; 22-03-2022 at 15:11. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
Gehrman (22-03-2022), mausschieber (23-03-2022) | ||
|
|
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 |