Bug 1339504 - Use silent file copies in the Maintenance Service installer. r=agashlin

MozReview-Commit-ID: AUse9SjJaIA

--HG--
extra : rebase_source : 9c3ad05c966c95a7c3eb20e33ffe93f0dba2946f
This commit is contained in:
Matt Howell 2017-02-23 10:05:36 -08:00
Родитель 650a105b84
Коммит 4754b193c3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -149,14 +149,14 @@ Section "MaintenanceService"
; We always write out a copy and then decide whether to install it or ; 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. ; 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, ; 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 ; and only if that install or upgrade is successful. If an old updater.ini
; happened to be copied into the maintenance service installation directory ; happened to be copied into the maintenance service installation directory
; but the service was not newer, the updater.ini file would be unused. ; 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. ; 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. ; Install the application maintenance service.
; If a service already exists, the command line parameter will stop the ; If a service already exists, the command line parameter will stop the