#391
|
|||
|
|||
I know . But to learn, I started working on an upgrade. I've an idea. Soon with your help, we'll be implementing it
|
Sponsored Links |
#392
|
||||
|
||||
Is it possible for you to make a diskspan plugin for your custom scripts
|
#393
|
||||
|
||||
Quote:
https://www.fileforums.com/showpost....&postcount=348 Last edited by audiofeel; 23-07-2023 at 08:33. |
#394
|
|||
|
|||
What compression are you trying to extract using DiskSpan GUI that you want to extract from installer?
|
#395
|
||||
|
||||
FMXInno + ISDone
A simple one-page bilingual installer on FMXInno.dll. Let's just call it FMXTEAM-INSTALL. Suitable for quick release of new products. Attention, the ISDone.dll module is connected (for those who are used to working with it).
UP! Without installing additional fonts. Which, as it turned out, again does not work correctly on some systems (Even after updating and editing the author's .dll). Without installation and further selection of the .style file. The most compatible script to work with many OS versions. Last edited by audiofeel; 27-12-2023 at 10:07. |
The Following 9 Users Say Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (25-07-2023), BLACKFIRE69 (27-07-2023), crachlow (28-07-2023), ffmla (26-07-2023), Gehrman (25-07-2023), hitman797 (25-07-2023), Razor12911 (26-07-2023), ScOOt3r (25-07-2023), Tihiy_Don (30-07-2023) |
#396
|
||||
|
||||
I want to make backup of my games and store it each game series having a different type of installer
|
The Following User Says Thank You to ravikant For This Useful Post: | ||
Behnam2018 (26-07-2023) |
#397
|
|||
|
|||
I run the script, it doesn't give any action
Hello, I run the script, it doesn't give any action, the setup doesn't run, it's Windows 7
|
#398
|
||||
|
||||
I updated the post and attachment.
|
#399
|
||||
|
||||
FMXInno - Updates
FMXInno v1.0.0.2 - Cumulative Updates [2023-July-27]
Code:
(*) The FMXInno_Fluent_API has been upgraded from v1.0 to v2.0. - The following systems are now supported. 1. Windows 7 2. Windows 8 / 8.1 3. Windows 10 4. Windows 11 5. Windows 12 (Upcoming) - Note: Ensure your scripts are up-to-date since the "EnableFluent" function within "FluentApi.dll" has been modified. (*) Integrated Blend2d - 2D Vector Graphic Engine, to advanced users. (*) Updated ChatGPT. - Support extended to the following models. 1. gpt-3.5-turbo 2. gpt-3.5-turbo-0613 3. gpt-3.5-turbo-16k 4. gpt-4 5. gpt-4-0613 6. gpt-4-32k (*) Added the capability to create Gradient Forms. - Customizable. Code:
(*) New properties have been introduced into the Form class. - procedure ChangeFluentTheme(const FDark: Boolean); - procedure ChangeFluentColor(const VCLColor: TColor); - procedure PauseFormUpdateOnMove(FValue: Boolean); - procedure PauseFluentEffectsOnDeacive(FValue: Boolean); - procedure Invalidate; (*) Added Global Animator for FMXForm. - Ex: FMXForm.AnimateFloatWait(ARect.Handle, 'Position.X', NSX(400), 1.2, atInOut, itBack); (*) Added DiskList blueprint. - Customizable. (*) Added percentage indicator for ThinProgressBar class. - Customizable. (*) Added StopWatch class. (*) Added Math class. Code:
(*) New properties have been introduced into the following classes. 1. WinMacTitleBar class. 2. DynamicTiles class. 3. SideMenuItem class. 4. Fluent Dir/Start Browse class. (*) Added a pair of new functions. 1. function wIsDriveRemovable(const DriveLetter: WideString): Boolean; 2. function wGetDriveMediaType(const DriveLetter: WideString): Integer; - Return Type: 1. UNKNOWN 2. HDD 3. SSD 4. SCM (*) Updated BlendOnMove. (*) Updated CmdOut. (*) Updated XHashEx. (*) Several additional improvements and bug fixes. The first post has been updated. . Last edited by BLACKFIRE69; 14-07-2024 at 02:00. |
#400
|
||||
|
||||
Thanks for the update. There would be more examples from the author, to support and consolidate knowledge.
Last edited by audiofeel; 27-07-2023 at 18:58. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (13-08-2023) |
#401
|
||||
|
||||
@BlackFire69. Here we are faced with such a problem. When packing using the 4x4 method, IsArcEx , when unpacking archives is canceled, it closes abruptly without showing the completion page. And with many other cls, the same thing happens. Could you see how to solve this problem
|
#402
|
||||
|
||||
Link to example https://youtu.be/f1n4cadWCvc
|
#403
|
||||
|
||||
Quote:
Quote:
could you test this? . Last edited by BLACKFIRE69; 02-09-2023 at 09:14. |
#404
|
||||
|
||||
Thanks to @BlackFire69 for the prompt response. So far everything seems to be working as it should. I still have a couple of questions, but for later.
https://youtu.be/eMo9Mo53UH0 |
#405
|
||||
|
||||
@BlackFire69. In continuation of the same topic question. In the task manager, after unpacking is canceled or its emergency termination, incomplete processes from cls remain that continue their work, while consuming memory quite well. Maybe it is possible to solve this issue somehow?
https://youtu.be/IvkcMEwYrbA |
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 |