#121
|
|||
|
|||
Quote:
C:\Users\MojoW\Desktop\FMXInno D:\RepackTools\FMXInno Edit: So when i comment out the ExtraDiskSpaceRequired i can get all the examples to run except script1. Script1 then errors out on this line Code:
DoTmpExtract([{#DoFilesListingEx('.\..\..\Files', '*.png|*.jpg|*.cur|*.txt|*.mp3', StringChange(ExcludeFileList, ",", "|"))}]); Last edited by MojoW; 04-12-2022 at 13:32. |
Sponsored Links |
#122
|
||||
|
||||
FMXInno + FMXInnoSk - Updates
What's new:
Code:
* Updated MFT.exe and Added some features. (Thanks Cesar82 for the ideas, suggestions and test runs) * Integrated BlendOnMoving function into library. * Updated XHashNext. (internal) * Added DirectX version. - function GetDirectXVersion(const SupportedByOS: Boolean): WideString; * Added delayload flag. * Bug fixing and Improvements. checkout the first post. |
#123
|
||||
|
||||
FMXInno + FMXInnoSk - Examples
Code:
[*] Lizzard Installer - Another example from FMXInno. Last edited by BLACKFIRE69; 22-12-2022 at 10:35. |
The Following 13 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#124
|
||||
|
||||
FMXInno - Updates
FMXInno (Alpha) - Updates
Code:
* A style file was injected into the DLL. - Now it'll be the default skin for FMXInno until you load another style file. * Stripped unused resources. ( 2.53 MB --> 2.21 MB ) * Added Trackbar. (Regular and Botva-like) __________________________________________________ ___________ Quote:
Last edited by BLACKFIRE69; 14-07-2024 at 01:43. |
#125
|
|||
|
|||
Quote:
In the example script ie. Example_DefaultSkin.iss, while compiling(Inno EE 5.5.1) it throws the following exception msg. Code:
[22:29:28.728] InitializeWizard raised an exception (fatal). [22:29:28.730] Exception message: [22:29:28.732] Message box (OK): Runtime Error (at 301:2942): Exception "EFOpenError" at address 00497587. |
#126
|
||||
|
||||
Quote:
Code:
Error: Memo1.LoadFromfile('C:\Program Files (x86)\Inno Setup 5\license.txt'); Code:
Fix: [Files] ... Source: ".\license.txt"; DestDir: "{tmp}"; Flags: dontcopy; {Code] ... Memo1.LoadFromfile(ExtractAndLoad('license.txt')); Code:
Hint: * Use BlankForm instead of FluentForm for Windows 10. Example: #define Windows10 .... #ifdef Windows10 FMXForm.FCreateBlankForm(WizardForm.Handle, ALCoral, ''); #else FMXForm.FCreateFluent(WizardForm.Handle, True, False, 0.56, 0); #endif ... , Last edited by BLACKFIRE69; 14-07-2024 at 01:43. |
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#127
|
||||
|
||||
Hello everyone Here is another example of what can be done with "FMXININO". Under the style https://krinkels.org/threads/open-se...trekerov.3921/ P.S I deleted "Photoshop". It is no longer needed when there is "Blackfire69" and "FMXININO".
Last edited by audiofeel; 27-12-2023 at 10:08. |
The Following 6 Users Say Thank You to audiofeel For This Useful Post: | ||
ADMIRAL (16-12-2022), BLACKFIRE69 (14-12-2022), Gehrman (15-12-2022), hitman797 (16-12-2022), Razor12911 (17-12-2022), Wanterlude (15-12-2022) |
#128
|
||||
|
||||
FMXInno + FMXInnoSk - Updates
FMXInno + FMXInnoSkia - Updates
The FMXInno v1.0.0.2 (SRC Version: 14.0 - 14.9) is almost done. Quote:
Before moving to the next version, if you need to add anything or any modification in the current version leave it below. The next version (v1.0.0.3) will be released once it's done, but i can tell it won't be anytime soon. Latest version added to first post. |
#129
|
||||
|
||||
What color do you want to change in the png?
blue or black. |
#130
|
||||
|
||||
both colors should be changed. the main color to change is blue (cyan). but two sets are needed. dark style with black and white for light style.
|
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
hitman797 (15-12-2022) |
#131
|
||||
|
||||
Test this if it works.
|
The Following User Says Thank You to hitman797 For This Useful Post: | ||
BLACKFIRE69 (15-12-2022) |
#133
|
|||
|
|||
nothing happens when I run this script
Hi audiofeel , nothing happens when I run this script
My operating system is Windows 7 64-bit Last edited by Behnam2018; 15-12-2022 at 21:33. |
The Following User Says Thank You to Behnam2018 For This Useful Post: | ||
audiofeel (15-12-2022) |
#134
|
||||
|
||||
#Behnam2018
Sorry, but this was all done for Win10-11. I keep forgetting about Win7. It's just that when you are surrounded by something that you are used to, you think that everyone has it like this Last edited by audiofeel; 06-03-2023 at 07:27. Reason: добавил файл |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |