Mac – Intune/SCCM – Sign PKG, Wrap PKG for Deployment

Create a Signed Package {{{ Required for Intune  }}} [devuser@mac-lab1 Downloads % sudo productsign –sign “Developer ID Installer: Eddie Jackson (YourAppleID-DDD3V2X8N)” Skype-8.83-unsigned.pkg Skype-8.83-signed.pkg Password: {enter password} productsign: using timestamp authority for signature productsign: signing product with identity “Developer ID Installer: Eddie Jackson (YourAppleID-DDD3V2X8N)” from keychain /Users/devuser/Library/Keychains/login.keychain-db productsign: adding certificate “Developer ID Certification Authority” productsign: adding Read More …

Mac – CMAppUtil – failed with 80004005

Command sudo ./CMAppUtil -c “VLC-3.0.11.1.dmg” -o ./ Error VLC.app/Contents/Info.plist file failed with error The file ‚ÄúInfo.plist‚Äù couldn‚Äôt be opened using text encoding Unicode (UTF-8). ParseDirectory failed with 80004005.   Solution Add ‘-s’ to skip parse detection Command sudo ./CMAppUtil -s -c “VLC-3.0.11.1.dmg” -o ./     Notes Another method of getting around the error: Create Read More …