FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   FMXInno - Windows Fluent Design Installer UI for Inno (https://fileforums.com/showthread.php?t=104852)

Behnam2018 15-12-2022 22:27

1 Attachment(s)
thank you audiofeel

BLACKFIRE69 16-12-2022 04:58

Quote:

Originally Posted by Behnam2018 (Post 499436)
thank you audiofeel

this might work.

in the latest release (22-Dec-15), i removed resources for Windows 7 and Windows 8. :D

Quote:

Originally Posted by BLACKFIRE69 (Post 499416)
FMXInno (Alpha) - Updates

Code:

* Stripped unused resources. ( 2.53 MB  -->  2.21 MB )

,

BLACKFIRE69 16-12-2022 09:11

FMXInno - Updates
 
FMXInno - Updates

Code:

* FMXInno is now fully compatible with Windows 10 (except transparency).
* DrawFrame is available for every form.

 (Tested on Windows 10 22H2 x64)

,

Masquerade 17-12-2022 14:34

@BLACKFIRE69

There's a slight issue with the function VerifyHashesFromFile.

In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum.

However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect.

Example:

https://i.ibb.co/gMXjhWV/Screenshot-1.png

Please may you fix this?

Thanks,
Masquerade

BLACKFIRE69 17-12-2022 21:45

Quote:

Originally Posted by Masquerade (Post 499447)
@BLACKFIRE69

There's a slight issue with the function VerifyHashesFromFile.

In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum.

However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect.

Example:

https://i.ibb.co/gMXjhWV/Screenshot-1.png

Please may you fix this?

Thanks,
Masquerade



try this out.

Code:

Improvement

BasePath: 
  C:\Testing1\Testing2\_Verify    =    ( {app}\_Verify )

HashFile.md5:
  ...
  07c7314cfefa2fc0292a4780da6c6ede *..\chunk.pb0

  OR

  07c7314cfefa2fc0292a4780da6c6ede ..\chunk.pb0
  ...

XHash (Internal) Reading:
  >>  C:\Testing1\Testing2\chunk.pb0    =    ( {app}\chunk.pb0 )


Masquerade 18-12-2022 01:35

^^
This is correct, however the hashes are always returning bad. I think FMXInno is thinking the hashes are MD5 whereas they are blake3.

Is Blake3 implemented?

Thanks,
Masquerade

BLACKFIRE69 18-12-2022 02:26

Quote:

Originally Posted by Masquerade (Post 499450)
^^
This is correct, however the hashes are always returning bad. I think FMXInno is thinking the hashes are MD5 whereas they are blake3.

Is Blake3 implemented?

it's there.

Quote:

function VerifyHashesFromFile(ChecksumFile, BasePath: WideString; HashAlgo: Integer; LogFile: Boolean; Callback: TMultiHashCallback): Integer;

Blake3_256 ==>
HashAlgo := 11 OR
HashAlgo := H_BLAKE3_256

BLACKFIRE69 20-12-2022 11:05

Quote:

Originally Posted by audiofeel (Post 499466)
Hi everybody. Happy New Year to everyone! and Merry Christmas... the creator of this topic, the creators of this forum and just users. A small pre-holiday script.
https://i.ibb.co/QCJRT9t/1.gif
https://i.ibb.co/Zf7c4Jy/2.gif




Windows 10 users won't be happy if you don't include the following alternatives. :p


Quote:

// For Windows 10 (if not IsOSMatched(B_WIN11_21H2) then // OS < Windows 11)



1. MsgForm.FCreateBlankForm(FMXForm.HandleHWND, VCLColorToFMXColor($002900), '');

2. DirBrowseDlg.FCreateBlankForm(VCLColorToFMXColor($002900), 'Select Install Directory', WizardForm.DirEdit.Text, '');

3. StartBrowseDlg.FCreateBlankForm(VCLColorToFMXColor($002900), 'Browse for Folders', WizardForm.GroupEdit.Text, '');

4. ExitForm.FCreateBlankForm(FMXForm.HandleHWND, VCLColorToFMXColor($002900), '');


Code:

FMXInno Lib:

- Fixed Custom form HandleHWND.  (for lockscreen:  AutoActivate)


BLACKFIRE69 21-12-2022 09:01

Quote:

Originally Posted by audiofeel (Post 499496)
If third-party fonts are used in the installer, then after exiting they remain in the "Temp" folder. Manually deleting them is difficult since they are open in "System". All this happens in Windows 10. There may be something wrong with my system... check who has the desire and opportunity


Make sure the FMXInnoShutDown is executed after the RemoveFontResource2. must work.

,

BLACKFIRE69 22-12-2022 09:01

FMXInno + FMXInnoSk - Updates
 
Code:

What's New:

 - Applied the changes made so far.
 - Updated examples for both Windows 10 and Windows 11.
 - Updated CmdOut (internal). (Thanks Ele)


Latest version added to first post.

BLACKFIRE69 23-12-2022 09:26

FMXInno - Updates
 
FMXInno - Alpha

Code:

* Added Video Player.
  -- Video format: [.avi, .wmv]


Behnam2018 24-12-2022 19:14

Help
 
5 Attachment(s)
APEX Installer

Can it be made by script FMXInno?

BLACKFIRE69 24-12-2022 23:22

Quote:

Originally Posted by Behnam2018 (Post 499542)
APEX Installer

Can it be made by script FMXInno?

yes, it can be done with FMXInno.

BLACKFIRE69 26-12-2022 08:44

2 Attachment(s)
Quote:

Originally Posted by audiofeel (Post 499555)
No pain No gain :o

ok ladies, let me touch on some key points for Apex Installer.

(i'm little bit busy so i don't have enough time to make a complete script.)


.

hitman797 30-12-2022 11:01

2 Attachment(s)
Quote:

Originally Posted by audiofeel (Post 499609)
under OLD Installer

FLAT by Razor12911
CPI by Razor12911


All times are GMT -7. The time now is 14:45.

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