Skip to content

InstallApplications 2.0.2

Compare
Choose a tag to compare
@erikng erikng released this 08 Dec 22:07
a783791

This release is identical to RC2.

New features:

  • Introduces --follow-redirects argument option. If this flag is passed, InstallApplications will follow redirects from the web server to the remote URL.
  • stdout and stderr now properly log to disk to help an administrator debug user and root scripts.

Changes:

  • Update to Python 3.8.3 and PyObjC 6.2.2 for Big Sur compatibility
  • Update preinstall and postinstall to handle potential path changes in Big Sur Beta 3
    • 05f7dda
    • 1f6f395
    • Note that this was likely a bug Apple fixed in Big Sur Beta 4 and higher, but this makes the installation less likely to fail in future versions of macOS.
  • Remove a user script if it fails to allow InstallApplications to move on
  • Removes DEPNotify built in support due to Big Sur issues
  • Now version 2.0.2

Fixes:

  • Fix bad path in generatejson.py
  • Fix issue when certain strings are rejected by NSLog; opt to print the text
  • Fix logic when an administrator attempts to use a userscript within the setupassistant stage