File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
builds/install/arch-specific/win32 Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -891,18 +891,8 @@ end;
891
891
892
892
893
893
function IsServerInstall : Boolean;
894
- var
895
- SetupType: String;
896
894
begin
897
-
898
- // DOC NOTE - WizardSetupType is not well documented. If parameter is set to
899
- // True the Description of the setup type is returned. (This is useless for us
900
- // as our descriptions are I18n'ised. ) If set False the string declared in
901
- // the TYPES section is returned. BUT LOWERCASED! Aargh!!
902
- // To protect against future changes each side is the comparison is lowercased.
903
-
904
- SetupType := WizardSetupType ( false );
905
- if LowerCase( SetupType ) = LowerCase( ' ServerInstall' ) then
895
+ if WizardIsComponentSelected(' ServerComponent' ) then
906
896
Result := true
907
897
else
908
898
Result := False;
You can’t perform that action at this time.
0 commit comments