Bug 933947 - Check for sandboxbroker.dll in use from the installer and uninstaller. r=rstrong

This commit is contained in:
Brian R. Bondy 2013-11-17 10:39:15 -05:00
Родитель 8cc9cbadae
Коммит b685a6162b
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -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"