DwinsHs_Separate_Retry_Button macro

In the pre-defined downloading wizard page, by default, the "Next" button will be displayed as a "Retry" button if downloading fails, in order to retry to download. And it will restore to "Next" button when the download successes.

By define the marco, a separate "Retry" button will be displayed in the lower left corner of the Setup wizard. You can use it to retry the failed downloading.

Note, please define the macro before including the dwinshs.iss file. And the macro will be ignored if the macro DwinsHs_Use_Predefined_Downloading_WizardPage isn't defined (don't use the pre-defined downloading wizard page).

Example:

#define DwinsHs_Use_Predefined_Downloading_WizardPage
#define DwinsHs_Separate_Retry_Button
#include "dwinshs.iss"