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