iWorks '09 Registration

rshehan
New Contributor

Hello all. This may be quite simple, but is there a way to have the iWorks '09 Product Registration bypassed after packaging and deploying the iWorks '09 package? For my adult users, this wouldn't bother me so much, but I work in a school district, and I'd like for our young ones to not have to worry about the registration windows.

Thank you in advance!!

2 REPLIES 2

ericfischer
New Contributor

Here's the command line to get rid of the registration:

defaults write /Library/Preferences/com.apple.iWork09 ShouldNotSendRegistration -bool yes

This edits the file:

/Library/Preferences/com.apple.iWork09.plist

which can be added to the install package or pushed out afterwards.

pgulden
New Contributor

I had better luck with this:

sudo defaults write /Library/Preferences/com.apple.iWork09 RegistrationHasBeenSent true

Applied to all users.