munki / munki-pkg

Repo for the munkipkg tool and example projects
Other
343 stars 75 forks source link

Add Licensing to package #51

Closed dikshas11 closed 3 years ago

dikshas11 commented 3 years ago

Is there a way to add licensing agreement and then asking user to install or uninstall the app. I started working on building packages today. If the package includes a license agreement file, Installer displays it in the License page. The user must accept the license in order to continue the installation process.

gregneagle commented 3 years ago

It’s not a lame question but probably beyond what you might expect the developer of this tool to explain/document. This tool is a hammer. You might be able to build a house with it but house-building instructions don’t come with every hammer.

I’d recommend you seek out articles, books, and documentation on Apple packages. One such is this book: https://scriptingosx.com/packaging-for-apple-administrators/

dikshas11 commented 3 years ago

Thank you for the quick response :)