Office 2007 adm Templates

A

Andy Roche

Hi
I've downloaded and installed the admintemplates for Office 2007. After
creating a GP with the save formats for excel, word set, when previewing the
settings in the GP Management Console I get the following error
The .adm file "Path-to-File"\cpao12.adm is not in a valid format and must be
replaced. Details: A String is expected at line 56.
I have created the GP on both a Winows XP Machine with SP2 and also a
Windows Vista Machine. Both GP's give the same error message. Has anyone a
solution for this?
 
F

felix

Here is a WORKARROUND, I'm still testing it.

*******************************************************************
Edit cpao12.adm using Notepad and change the following

VALUEON !!L_true
VALUEOFF !!L_false

TO

VALUEON NUMERIC 1
VALUEOFF NUMERIC 0


*******************************************************************
Edit outlk12.adm using Notepad and change the following


KEYNAME Software\Policies\Microsoft\Office\12.0\Outlook\Security
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
VALUENAME PromoteErrorsAsWarnings
EXPLAIN !!L_PromotingerrorsaswarningsExplain
END POLICY

TO

KEYNAME Software\Policies\Microsoft\Office\12.0\Outlook\Security
VALUENAME PromoteErrorsAsWarnings
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
EXPLAIN !!L_PromotingerrorsaswarningsExplain
END POLICY
 
R

rhfreeman

Nice - that did it! Interesting changes, it seems as if there are some
issues with the parsing of the .adm file.

Thanks,

Rich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top