DwinsHs_ResetAllRemoteFiles function

Resets download flag for all of remote files in the DwinsHs_DwonloadsList download queue. The existent local files which have been downloaded will be deleted, then they will be re-downloaded when the DwinsHs_CurPageChanged procedure is executed (the Setup wizard moves to the pre-defined downloading wizard page).

You should use the procedure in the BeforeDownload callback function specified by the BeforeDownload parameter of the DwinsHs_CurPageChanged procedure.

Declaration:

procedure DwinsHs_ResetAllRemoteFiles();

Note:

The function is avaliable only when both DwinsHs_Use_Predefined_Downloading_WizardPage and DwinsHs_Use_ResetAllRemoteFiles marcos are defined.