Package not applying plist

Got a problem with Viscosity or need help? Ask here!

Mattw

Posts: 1
Joined: Sat Jan 30, 2021 8:21 am

Post by Mattw » Sat Jan 30, 2021 10:12 am
Followed the bundling instructions for Munki. Created a plist with license info, start on login, automatic update checks no welcome screen, and menubar icon preference. Copied it to the preconfigure folder in the Managed Install template and bundled it using Packages. Tried with plist in both XML and binary formats, neither worked - none of the preferences were enabled, the license was not installed, and the plist on the target machine had no changes from a clean install. OS is Big Sur.

This is the plist
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>FirstRun</key>
	<false/>
	<key>MenuBarIcons</key>
	<string>Solid Colored</string>
	<key>StartAtLogin</key>
	<true/>
	<key>OfferedToImportApps</key>
	<true/>
	<key>SUEnableAutomaticChecks</key>
	<true/>
</dict>
</plist>

James

User avatar
Posts: 2313
Joined: Thu Sep 04, 2008 9:27 pm

Post by James » Sat Jan 30, 2021 11:05 am
Hi Mattw,

I recommend emailing us a copy of your bundle template (minus any sensitive files such as connection private keys) and we'll take a look for you.
https://www.sparklabs.com/support/#contact

I've also edited your above post to remove the license data from your plist example, as you won't want that publicly available :)

Cheers,
James
Web: https://www.sparklabs.com
Support: https://www.sparklabs.com/support
Twitter: https://twitter.com/sparklabs
2 posts Page 1 of 1