зеркало из https://github.com/mozilla/gecko-dev.git
Bug 933947 - Check for sandboxbroker.dll in use from the installer and uninstaller. r=rstrong
This commit is contained in:
Родитель
8cc9cbadae
Коммит
b685a6162b
|
@ -71,6 +71,10 @@
|
|||
!define MOZ_METRO
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_CONTENT_SANDBOX
|
||||
!define MOZ_CONTENT_SANDBOX
|
||||
#endif
|
||||
|
||||
# File details shared by both the installer and uninstaller
|
||||
VIProductVersion "1.0.0.0"
|
||||
VIAddVersionKey "ProductName" "${BrandShortName}"
|
||||
|
|
|
@ -1268,6 +1268,9 @@ FunctionEnd
|
|||
Push "nspr4.dll"
|
||||
Push "nssdbm3.dll"
|
||||
Push "mozsqlite3.dll"
|
||||
!ifdef MOZ_CONTENT_SANDBOX
|
||||
Push "sandboxbroker.dll"
|
||||
!endif
|
||||
Push "xpcom.dll"
|
||||
Push "crashreporter.exe"
|
||||
Push "updater.exe"
|
||||
|
|
Загрузка…
Ссылка в новой задаче