mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933947 - Check for sandboxbroker.dll in use from the installer and uninstaller. r=rstrong
This commit is contained in:
parent
bb05fba625
commit
80def649fb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user