diff --git a/code/client/munkilib/installer.py b/code/client/munkilib/installer.py old mode 100644 new mode 100755 index 4c756235..1ea0301b --- a/code/client/munkilib/installer.py +++ b/code/client/munkilib/installer.py @@ -764,8 +764,8 @@ def installWithInfo( elif (munkicommon.hasValidPackageExt(itempath) or itempath.endswith(".dist")): (retcode, needtorestart) = install( - itempath, choicesXMLfile, suppressBundleRelocation, - installer_environment) + itempath, display_name, choicesXMLfile, + suppressBundleRelocation, installer_environment) if (needtorestart or item.get("RestartAction") == "RequireRestart" or item.get("RestartAction") == "RecommendRestart"):