Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial installation support #150

Open
iradization opened this issue Jan 29, 2024 · 3 comments
Open

Partial installation support #150

iradization opened this issue Jan 29, 2024 · 3 comments

Comments

@iradization
Copy link

Hi, I'd like to support a package file that installs multiple applications - in the preinstall, the script will read a configuration file that contain a mask that represent which app/apps to install.

Is there an option to support it in Packages ?

@packagesdev
Copy link
Owner

There's nothing to reliably supports that kind of thing.

Can't you just let the users select which application(s) they want to install through the Custom install mode?

@iradization
Copy link
Author

iradization commented Jan 31, 2024

Hi and thanks for you reply.

Custom install mode is great, but what happen if I run the installer from terminal (using /usr/sbin/installer) which is rather common when pushing applications from MDM.

Is there a way to control what will be installed in this case ?

@packagesdev
Copy link
Owner

Check the -showChoicesXML, -showChoiceChangesXML, -applyChoiceChangesXML options of installer(8).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants