// follows current design since Back button is disabled
MessageBox.Show("Please, wait until process end","Clean Flash Installer",MessageBoxButtons.OK,MessageBoxIcon.Warning);
e.Cancel=true;
}
else
// soft alternative, expert mode, todo: better warning of consequences
if(MessageBox.Show("Are you sure you want to interrupt the process ?","Clean Flash Installer",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.No)