DwinsHs_Auto_Continue macro

In the pre-defined downloading wizard page, the Setup wizard will move to next wizard page automatically when download completed if the DwinsHs_Auto_Continue macro is defined. But if othwise, the "Next" button will be enabled, you can click on it to move to next wizard page (the "Next" button will be disabled during 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_Auto_Continue
#include "dwinshs.iss"