Removed faulty silent install
[pithos-ms-client] / trunk / NetSparkle / NetSparkleDownloadProgress.cs
index 324f533..f74387f 100644 (file)
@@ -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);