mirror of
https://github.com/munki/munki.git
synced 2026-01-26 17:09:30 -06:00
Adobe CS4 installs now attempt to kill stalled Adobe AIR processes, just like CS5 installs. This allows installs at the loginwindow to succeed.
This commit is contained in:
@@ -773,7 +773,8 @@ def runAdobeUberTool(dmgpath, pkgname='', uninstalling=False):
|
||||
# so we can give a rough progress indicator
|
||||
number_of_payloads = countPayloads(installroot)
|
||||
|
||||
retcode = runAdobeInstallTool([ubertool], number_of_payloads)
|
||||
retcode = runAdobeInstallTool(
|
||||
[ubertool], number_of_payloads, killAdobeAIR=True)
|
||||
|
||||
else:
|
||||
munkicommon.display_error("No %s found" % ubertool)
|
||||
|
||||
Reference in New Issue
Block a user