private void InitDownloadAndInstallProcess(NetSparkleAppCastItem item) { if (EnableServiceMode) { DownloadAndInstallSync(item); } else { NetSparkleDownloadProgress dlProgress = new NetSparkleDownloadProgress(this, item, _AppReferenceAssembly, ApplicationIcon, ApplicationWindowIcon, EnableSilentMode); dlProgress.ShowDialog(); } }