X-Git-Url: https://code.grnet.gr/git/pithos-ms-client/blobdiff_plain/c9318cc75519c9942355ae10a77b2b38e237bf55..6da52907b9d337d8803614213764af42f66fe0e2:/trunk/NetSparkle/NetSparkleDownloadProgress.cs diff --git a/trunk/NetSparkle/NetSparkleDownloadProgress.cs b/trunk/NetSparkle/NetSparkleDownloadProgress.cs index 324f533..f74387f 100644 --- a/trunk/NetSparkle/NetSparkleDownloadProgress.cs +++ b/trunk/NetSparkle/NetSparkleDownloadProgress.cs @@ -164,7 +164,7 @@ namespace AppLimit.NetSparkle switch (extension) { case ".exe": - installerCMD = String.Format("\"{0}\" /silent /norestart", _tempName); + installerCMD = _tempName; break; case ".msi": installerCMD = String.Format("msiexec /i \"{0}\"", _tempName);