make-profile-pkg icon indicating copy to clipboard operation
make-profile-pkg copied to clipboard

Automate building and integrating OS X installer packages to install Configuration Profiles.

Results 5 make-profile-pkg issues
Sort by recently updated
recently updated
newest added

10.11 added the option to install a profile to a specific user by adding the -U option. `sudo profiles -I -F studentdock.mobileconfig -U student` installs the profile to just the...

I'm trying to build a package to do the following, all in one shot, I don't know if this tool can do it however. Everything else I've tried has been...

It might be useful to add an option for the postinstall script to touch /var/db/ConfigurationProfiles/Setup/.profileSetupRetryFailedProfiles System Image Utility does this when you add a configuration profile: ``` targetVol="${1}" profilesDir="${targetVol}/var/db/ConfigurationProfiles" ......

Hi Tim, With the removal of the "profiles -I" option, does this method still work? I'm trying to steamline deploying Non-DEP/ASM iMac labs and was toying with using this first...