oy Custom Templates Office 2007

J

Jean-Marie

Trying to deploy custom templates in Office 2007 Pro Plus, according to
instructions on
http://technet2.microsoft.com/Offic...8537-4434-8789-ad54dca7652b1033.mspx?mfr=true

I have created my Office package with OCT, I have the reg file pointing to a
server and that reg key included in the .msp. I have my XML and XSD, copied
from the technet instruction and modified accordingly.

When I deploy it only the first template listed in the XML displays. I have
different sections for wd, xl and pp as described in the instructions.

Need help! Been trying to fix this for weeks now. XML code below
-------------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>

<o:featuredcontent lcid="1033"
xmlns:eek:="urn:schemas-microsoft-com:eek:ffice:eek:ffice"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation = "\\dc02\all\templates\Validate_xml.xsd">


<o:application id="XL">
<o:featuredtemplates startdate="2007-01-01" enddate="2015-03-02">


<!-- TEMPLATE 1 -->
<o:featuredtemplate title="Excel Template"
source="\\dc02\all\templates\tradedoubler_excel_template_2007.xltx" >
</o:featuredtemplate>

</o:featuredtemplates>
</o:application>


<o:application id="WD">
<o:featuredtemplates startdate="2007-01-01" enddate="2015-03-02">

<!-- TEMPLATE 2 -->
<o:featuredtemplate title="Letterhead TD Pull"
source="\\dc02\all\templates\letterhead_td_pull.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 3 -->
<o:featuredtemplate title="Letterhead TD Push"
source="\\dc02\all\templates\letterhead_td_push.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 4 -->
<o:featuredtemplate title="Letterhead TD Reach"
source="\\dc02\all\templates\letterhead_td_reach.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 5 -->
<o:featuredtemplate title="Letterhead TD Talk"
source="\\dc02\all\templates\letterhead_td_talk.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 6 -->
<o:featuredtemplate title="Letterhead TD Toolbox"
source="\\dc02\all\templates\letterhead_td_toolbox.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 7 -->
<o:featuredtemplate title="Letterhead TradeDoubler"
source="\\dc02\all\templates\letterhead_tradedoubler.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 8 -->
<o:featuredtemplate title="TD Word Template 2007"
source="\\dc02\all\templates\tradedoubler_word_template_2007.dotx" >
</o:featuredtemplate>

<!-- TEMPLATE 9 -->
<o:featuredtemplate title="TD Word Template HQ 2007"
source="\\dc02\all\templates\tradedoubler_word_template_2007_hq.dotx" >
</o:featuredtemplate>

</o:featuredtemplates>
</o:application>

<o:application id="PP">
<o:featuredtemplates startdate="2007-01-01" enddate="2015-03-02">

<!-- TEMPLATE 10 -->
<o:featuredtemplate title="Sales Presentation 2007"
source="\\dc02\all\templates\2007_Sales_Presentation_FINAL.potx" >
</o:featuredtemplate>

<!-- TEMPLATE 11 -->
<o:featuredtemplate title="TD WPresentation 2007"
source="\\dc02\all\templates\Presentation1.potx" >
</o:featuredtemplate>

</o:featuredtemplates>
</o:application>
</o:featuredcontent>
 

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