From 4754b193c3c3a26562bb7fd4269156b1ec04cc7a Mon Sep 17 00:00:00 2001 From: Matt Howell Date: Thu, 23 Feb 2017 10:05:36 -0800 Subject: [PATCH] Bug 1339504 - Use silent file copies in the Maintenance Service installer. r=agashlin MozReview-Commit-ID: AUse9SjJaIA --HG-- extra : rebase_source : 9c3ad05c966c95a7c3eb20e33ffe93f0dba2946f --- .../installer/windows/nsis/maintenanceservice_installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/installer/windows/nsis/maintenanceservice_installer.nsi b/browser/installer/windows/nsis/maintenanceservice_installer.nsi index 4d987fd30adb..9535a00c70a8 100644 --- a/browser/installer/windows/nsis/maintenanceservice_installer.nsi +++ b/browser/installer/windows/nsis/maintenanceservice_installer.nsi @@ -149,14 +149,14 @@ Section "MaintenanceService" ; We always write out a copy and then decide whether to install it or ; not via calling its 'install' cmdline which works by version comparison. - CopyFiles "$EXEDIR\maintenanceservice.exe" "$INSTDIR\$TempMaintServiceName" + CopyFiles /SILENT "$EXEDIR\maintenanceservice.exe" "$INSTDIR\$TempMaintServiceName" ; The updater.ini file is only used when performing an install or upgrade, ; and only if that install or upgrade is successful. If an old updater.ini ; happened to be copied into the maintenance service installation directory ; but the service was not newer, the updater.ini file would be unused. ; It is used to fill the description of the service on success. - CopyFiles "$EXEDIR\updater.ini" "$INSTDIR\updater.ini" + CopyFiles /SILENT "$EXEDIR\updater.ini" "$INSTDIR\updater.ini" ; Install the application maintenance service. ; If a service already exists, the command line parameter will stop the