Creates and initializes the pre-defined downloading wizard page.
Please call the procedure in the InitializeWizard event function if you want to use the pre-defined downloading wizard page. If the event function isn't defined, please create it.
procedure DwinsHs_InitializeWizard(AfterID: Integer);
Specifies a wizard page ID, the pre-defined downloading wizard page will be placed after it.
If the DwinsHs_check function is used in the "[Files]" section, the AfterID parameter must be set to wpPreparing.
procedure InitializeWizard();
begin
...
DwinsHs_InitializeWizard(wpPreparing);
...
end;
The procedure is avaliable only when the DwinsHs_Use_Predefined_Downloading_WizardPage marco is defined.
Copyright © 2001-2022, Han-soft Corporation. All rights reserved.