FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Froza Installer (ISFMXFW) (https://fileforums.com/showthread.php?t=103418)

Jiva newstone 06-04-2020 12:44

Froza Installer (ISFMXFW)
 
7 Attachment(s)
Another example for ISFMXFW(renamed FMXHandler dll)

Used Updated dll
will soon update the main dll thread also.

ffmla 01-12-2020 05:29

have some doubts?
 
Guys have some doubts?.
Is this installer working on windows 7,8 & 8.1.?
if not what error msg shows?.

someone conform?.;)

Gehrman 19-09-2022 05:27

Fix High DPI
 
Code:

procedure InitializeWizard;
begin
....
  WizardForm.ClientWidth:=952;
  WizardForm.ClientHeight:=527;

Change to:

Code:

procedure InitializeWizard;
begin
....
  WizardForm.ClientWidth:=ScaleX(952);
  WizardForm.ClientHeight:=ScaleX(527);



All times are GMT -7. The time now is 13:32.

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