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:
Greg Neagle
2012-02-09 08:28:21 -08:00
parent 02a8b0cfc6
commit 05e6aa57e9

View File

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