From 6da52907b9d337d8803614213764af42f66fe0e2 Mon Sep 17 00:00:00 2001 From: pkanavos Date: Mon, 2 Apr 2012 23:22:20 +0300 Subject: [PATCH] Removed faulty silent install --- trunk/NetSparkle/NetSparkleDownloadProgress.cs | 2 +- trunk/Pithos.Installer/versioninfo.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); diff --git a/trunk/Pithos.Installer/versioninfo.xml b/trunk/Pithos.Installer/versioninfo.xml index ca4524c..779f951 100644 --- a/trunk/Pithos.Installer/versioninfo.xml +++ b/trunk/Pithos.Installer/versioninfo.xml @@ -11,8 +11,8 @@ https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/trunk/Pithos.Installer/rnotes.0.7.20401.html Fri, 02 Apr 2012 23:00:00 +0200 -- 1.7.10.4