
Sudo rm -rf ~/Documents/Microsoft User Data Sudo rm -rf /private/var/db/receipts/com.microsoft.* Sudo rm -rf /Library/Receipts/Office2008_en* Sudo rm -rf ~/Library/Application Support/Microsoft Sudo rm -rf /Library/Application Support/Microsoft Sudo rm -rf /Library/PrivilegedHelperTools/com.microsoft.* Sudo rm -rf /Library/LaunchDaemons/com.microsoft.* Sudo rm -rf ~/Library/Microsoft/Office 2008 Sudo rm -rf /Library/Microsoft/Office 2008 Sudo rm -rf /Applications/Microsoft Office 2008

usr/sbin/installer -pkg /private/tmp/Office2016Install/Microsoft_Office_2016_1500_Volume_Installer.pkg -appl圜hoiceChangesXML /private/tmp/Office2016Install/choices.xml -target / #Create the choices file and apply to the installerĬat > /private/tmp/Office2016Install/choices.xml

Would some scripting gurus kindly offer some advice? #!/bin/sh The piece of preferences deployment that is working is the disabling of first run, no other preferences are being set properly. I want to set the username, disable cloud signin, disable first run and enable Auto Updates with Download and install. I've been building our Office 2016 deployment, using all info scraped from JamfNation and it's working really well for deploying the 2016 install, removing 2008, setting the dock, but I'm having problems in the script with deploying preferences.
