[Casper] Office 2008 file format script

Daniel Farnworth daniel.farnworth at thecreativepartnership.co.uk
Wed Apr 30 01:47:23 PDT 2008


Thanks Miles, we currently push out the Word format setting using  
MCX, but we were having trouble tracking down the correct key for Excel.

I can post our custom plist/preference manifest if anyone is interested.

Dan

On 29 Apr 2008, at 16:28, Leacy, Miles wrote:

> Hello all,
>
> I just thought I’d share a script I put together to set Office 2008  
> apps to save their files in .doc, .xls and .ppt file formats.  In  
> our organization, the Windows environment is not yet using Office  
> 2007, and we don’t know what our external partners, vendors, etc.  
> are using, so its safer to avoid docx, etc.
>
> Here’s the script.
>
> ##########
>
> #!/bin/bash
>
> # Set Office 2008 apps to save in .doc, .xls. .ppt rather than  
> docx, etc.
>
> # Word
> defaults write com.microsoft.Word 2008\\Default\ Save\\Default\  
> Format -string Doc97
>
> # Excel
> defaults write com.microsoft.Excel 2008\\Default\ Save\\Default\  
> Format -int 57
>
> # Powerpoint
> defaults write com.microsoft.Powerpoint 2008\\Default\ Save\\Default 
> \ Save\\Default\ Format -string Microsoft\ PowerPoint\ 98\  
> Presentation
>
> ##########
>
> I hope someone finds it useful.
>
> -- 
> Miles Leacy
> Senior Macintosh Technician
> Polo Ralph Lauren
> 212-318-7603
> miles.leacy at poloralphlauren.com
> <image.png>
>
> This message and any attached documents contain information which  
> may be confidential, subject to privilege or exempt from disclosure  
> under applicable law. These materials are intended only for the use  
> of the intended recipient. If you are not the intended recipient of  
> this transmission you are hereby notified that any distribution,  
> disclosure, printing, copying, storage, modification or the taking  
> of any action in reliance upon this transmission is strictly  
> prohibited. Delivery of this message to any person other than the  
> intended recipient shall not compromise or waive such  
> confidentiality, privilege or exemption from disclosure as to this  
> communication. If you have received this communication in error,  
> please immediately notify the sender and delete the message from  
> your system. <image.png>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper

-- 
Daniel Farnworth
IT Manager
The Creative Partnership
daniel.farnworth at thecreativepartnership.co.uk

http://www.thecreativepartnership.co.uk
Tel: +44 (0)20 7439 7762
Fax: +44 (0)20 7437 1467

PGP Public Key available






The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify postmaster at thecreativepartnership.co.uk immediately and then delete this email from your system. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of The Creative Partnership. The Creative Partnership has taken every reasonable precaution to ensure that any attachment to this e-mail has been swept for viruses. However, The Creative Partnership cannot accept liability for any damage sustained as a result of software viruses and would advise that you carry out your own virus checks before opening any attachment.



More information about the Casper mailing list