PDA

View Full Version : Froza Installer (ISFMXFW)


Jiva newstone
06-04-2020, 12:44
Another example for ISFMXFW(renamed FMXHandler dll)

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

ffmla
01-12-2020, 05:29
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
procedure InitializeWizard;
begin
....
WizardForm.ClientWidth:=952;
WizardForm.ClientHeight:=527;


Change to:

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