A
anne
Trying to deploy custom templates in Office 2007 Pro Plus, according to
instructions on
http://technet2.microsoft.com/Office....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="urn:schemas-microsoft-comfficeffice"
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_te mplate_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.do tx" >
</o:featuredtemplate>
<!-- TEMPLATE 3 -->
<o:featuredtemplate title="Letterhead TD Push"
source="\\dc02\all\templates\letterhead_td_push.do tx" >
</o:featuredtemplate>
<!-- TEMPLATE 4 -->
<o:featuredtemplate title="Letterhead TD Reach"
source="\\dc02\all\templates\letterhead_td_reach.d otx" >
</o:featuredtemplate>
<!-- TEMPLATE 5 -->
<o:featuredtemplate title="Letterhead TD Talk"
source="\\dc02\all\templates\letterhead_td_talk.do tx" >
</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_tradedoubl er.dotx" >
</o:featuredtemplate>
<!-- TEMPLATE 8 -->
<o:featuredtemplate title="TD Word Template 2007"
source="\\dc02\all\templates\tradedoubler_word_tem plate_2007.dotx" >
</o:featuredtemplate>
<!-- TEMPLATE 9 -->
<o:featuredtemplate title="TD Word Template HQ 2007"
source="\\dc02\all\templates\tradedoubler_word_tem plate_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_Presentati on_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>
instructions on
http://technet2.microsoft.com/Office....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="urn:schemas-microsoft-comfficeffice"
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_te mplate_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.do tx" >
</o:featuredtemplate>
<!-- TEMPLATE 3 -->
<o:featuredtemplate title="Letterhead TD Push"
source="\\dc02\all\templates\letterhead_td_push.do tx" >
</o:featuredtemplate>
<!-- TEMPLATE 4 -->
<o:featuredtemplate title="Letterhead TD Reach"
source="\\dc02\all\templates\letterhead_td_reach.d otx" >
</o:featuredtemplate>
<!-- TEMPLATE 5 -->
<o:featuredtemplate title="Letterhead TD Talk"
source="\\dc02\all\templates\letterhead_td_talk.do tx" >
</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_tradedoubl er.dotx" >
</o:featuredtemplate>
<!-- TEMPLATE 8 -->
<o:featuredtemplate title="TD Word Template 2007"
source="\\dc02\all\templates\tradedoubler_word_tem plate_2007.dotx" >
</o:featuredtemplate>
<!-- TEMPLATE 9 -->
<o:featuredtemplate title="TD Word Template HQ 2007"
source="\\dc02\all\templates\tradedoubler_word_tem plate_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_Presentati on_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>