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"?>
I'm have tested with the same XML code, and get the same result as you. Moreover, I make some changes on the code - put two templates in the first
application, but the result is the same - only the first template is shown. I need time to do more research and test to confirm the code. Your time and patience
are highly appreciated.
Have a nice weekend!
Sincerely,
Robert Zhao
Microsoft Online Support
Microsoft Global Technical Support Center
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Deploy custom templates in Office 2007
>thread-index: Achpl3c0HImYCebxQ+WS4+wBU15D9A==
>X-WBNR-Posting-Host: 207.46.19.168
>From: =?Utf-8?B?YW5uZQ==?= <anne@noemail.noemail>
>Subject: Deploy custom templates in Office 2007
>Date: Thu, 7 Feb 2008 06:41:04 -0800
>Lines: 99
>Message-ID: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
>Newsgroups: microsoft.public.office.misc
>Path: TK2MSFTNGHUB02.phx.gbl
>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:37978
>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
>X-Tomcat-NG: microsoft.public.office.misc
>
>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:
Thank you so very much! I have also tried and tried for weeks now, with
different code, all with the same result. I tried suing the start date tags
around each template, nothing happened. Furthermore, interesting is that the
first templates, in XL shows, the first in WD, but not the first in PP, but
the code is the same. Very strange! Bug?!
I will patiently await your help, hope you'll find a solution.
Nice weekend to you too!
BR, Anne
"Robert Zhao [MSFT]" wrote:
> Hello Anne,
>
> I'm have tested with the same XML code, and get the same result as you. Moreover, I make some changes on the code - put two templates in the first
> application, but the result is the same - only the first template is shown. I need time to do more research and test to confirm the code. Your time and patience
> are highly appreciated.
>
> Have a nice weekend!
>
> Sincerely,
> Robert Zhao
> Microsoft Online Support
> Microsoft Global Technical Support Center
>
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --------------------
> >Thread-Topic: Deploy custom templates in Office 2007
> >thread-index: Achpl3c0HImYCebxQ+WS4+wBU15D9A==
> >X-WBNR-Posting-Host: 207.46.19.168
> >From: =?Utf-8?B?YW5uZQ==?= <anne@noemail.noemail>
> >Subject: Deploy custom templates in Office 2007
> >Date: Thu, 7 Feb 2008 06:41:04 -0800
> >Lines: 99
> >Message-ID: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
> >Newsgroups: microsoft.public.office.misc
> >Path: TK2MSFTNGHUB02.phx.gbl
> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:37978
> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
> >X-Tomcat-NG: microsoft.public.office.misc
> >
> >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_t e 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.d o tx" >
> ></o:featuredtemplate>
> >
> ><!-- TEMPLATE 3 -->
> ><o:featuredtemplate title="Letterhead TD Push"
> >source="\\dc02\all\templates\letterhead_td_push.d o 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.d o tx" >
> ></o:featuredtemplate>
> >
> ><!-- TEMPLATE 6 -->
> ><o:featuredtemplate title="Letterhead TD Toolbox"
> >source="\\dc02\all\templates\letterhead_td_toolbo x .dotx" >
> ></o:featuredtemplate>
> >
> ><!-- TEMPLATE 7 -->
> ><o:featuredtemplate title="Letterhead TradeDoubler"
> >source="\\dc02\all\templates\letterhead_tradedoub l er.dotx" >
> ></o:featuredtemplate>
> >
> ><!-- TEMPLATE 8 -->
> ><o:featuredtemplate title="TD Word Template 2007"
> >source="\\dc02\all\templates\tradedoubler_word_te m plate_2007.dotx" >
> ></o:featuredtemplate>
> >
> ><!-- TEMPLATE 9 -->
> ><o:featuredtemplate title="TD Word Template HQ 2007"
> >source="\\dc02\all\templates\tradedoubler_word_te m 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_Presentat i 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>
> >
> >
> >
> >
>
>
>
If you use the Office Customization Tool and add templates through, for example,
Features=>Modify User Settings=>Microsoft Office Word 2007=>New Document Links
to templates you've placed on your server, do the templates appear?
=============
<<"anne" <anne@noemail.noemail> wrote in message news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
Thank you so very much! I have also tried and tried for weeks now, with
different code, all with the same result. I tried suing the start date tags
around each template, nothing happened. Furthermore, interesting is that the
first templates, in XL shows, the first in WD, but not the first in PP, but
the code is the same. Very strange! Bug?!
I will patiently await your help, hope you'll find a solution.
Nice weekend to you too!
BR, Anne >>
--
Bob Buckland ?:-)
MS Office System Products MVP
*Courtesy is not expensive and can pay big dividends*
I have contacted with product team, and they have been investigating this
issue. I will update you soon.
Thanks for Bob's suggestion. I have tried it, but I regret to say there is
no difference.
Sincerely,
Robert Zhao
Microsoft Online Support
Microsoft Global Technical Support Center
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Bob Buckland ?:-\)" <75214.226(At Beautiful
Downtown)compuserve.com>
>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
<NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
<56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
>Subject: Re: Deploy custom templates in Office 2007
>Date: Fri, 8 Feb 2008 06:34:31 -0800
>Lines: 28
>Organization: MS Office System Products MVP / Home Depot-Decor
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1914
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914
>Message-ID: <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
>Newsgroups: microsoft.public.office.misc
>NNTP-Posting-Host: cpe-75-82-17-134.socal.res.rr.com 75.82.17.134
>Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38042
>X-Tomcat-NG: microsoft.public.office.misc
>
>Hi Anne,
>
>If you use the Office Customization Tool and add templates through, for
example,
>
> Features=>Modify User Settings=>Microsoft Office Word 2007=>New Document
Links
>
>to templates you've placed on your server, do the templates appear?
>
>=============
> <<"anne" <anne@noemail.noemail> wrote in message
news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
>Thank you so very much! I have also tried and tried for weeks now, with
>different code, all with the same result. I tried suing the start date tags
>around each template, nothing happened. Furthermore, interesting is that
the
>first templates, in XL shows, the first in WD, but not the first in PP, but
>the code is the same. Very strange! Bug?!
>I will patiently await your help, hope you'll find a solution.
>
>Nice weekend to you too!
>
>BR, Anne >>
>--
>
>Bob Buckland ?:-)
>MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>
>
OK, will they contact me directly or do I need to go in here every day to
check? Is this prioritzed with the product team or should I open a case for
it, assuming I will not have to pay the incident price?
BR, Anne
"Robert Zhao [MSFT]" wrote:
> Hi Anne,
>
> I have contacted with product team, and they have been investigating this
> issue. I will update you soon.
>
> Thanks for Bob's suggestion. I have tried it, but I regret to say there is
> no difference.
>
> Sincerely,
> Robert Zhao
> Microsoft Online Support
> Microsoft Global Technical Support Center
>
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --------------------
> >From: "Bob Buckland ?:-\)" <75214.226(At Beautiful
> Downtown)compuserve.com>
> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
> >Subject: Re: Deploy custom templates in Office 2007
> >Date: Fri, 8 Feb 2008 06:34:31 -0800
> >Lines: 28
> >Organization: MS Office System Products MVP / Home Depot-Decor
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1914
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914
> >Message-ID: <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
> >Newsgroups: microsoft.public.office.misc
> >NNTP-Posting-Host: cpe-75-82-17-134.socal.res.rr.com 75.82.17.134
> >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38042
> >X-Tomcat-NG: microsoft.public.office.misc
> >
> >Hi Anne,
> >
> >If you use the Office Customization Tool and add templates through, for
> example,
> >
> > Features=>Modify User Settings=>Microsoft Office Word 2007=>New Document
> Links
> >
> >to templates you've placed on your server, do the templates appear?
> >
> >=============
> > <<"anne" <anne@noemail.noemail> wrote in message
> news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
> >Thank you so very much! I have also tried and tried for weeks now, with
> >different code, all with the same result. I tried suing the start date tags
> >around each template, nothing happened. Furthermore, interesting is that
> the
> >first templates, in XL shows, the first in WD, but not the first in PP, but
> >the code is the same. Very strange! Bug?!
> >I will patiently await your help, hope you'll find a solution.
> >
> >Nice weekend to you too!
> >
> >BR, Anne >>
> >--
> >
> >Bob Buckland ?:-)
> >MS Office System Products MVP
> >
> > *Courtesy is not expensive and can pay big dividends*
> >
> >
> >
>
>
I'm now collaborating with corresponding team investigating this issue and
I will update our progress in the newsgroup. Thanks for your patience and
attention.
Have a nice day!
Sincerely,
Robert Zhao
Microsoft Online Support
Microsoft Global Technical Support Center
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Deploy custom templates in Office 2007
>thread-index: Achu5DYl9lz+zLKAQmGxff0oE9H***==
>X-WBNR-Posting-Host: 207.46.192.207
>From: =?Utf-8?B?YW5uZQ==?= <anne@discussions.microsoft.com>
>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
<NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
<56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
<OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
<my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Deploy custom templates in Office 2007
>Date: Thu, 14 Feb 2008 00:33:02 -0800
>Lines: 84
>Message-ID: <405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
>Newsgroups: microsoft.public.office.misc
>Path: TK2MSFTNGHUB02.phx.gbl
>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38402
>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
>X-Tomcat-NG: microsoft.public.office.misc
>
>OK, will they contact me directly or do I need to go in here every day to
>check? Is this prioritzed with the product team or should I open a case
for
>it, assuming I will not have to pay the incident price?
>
>BR, Anne
>
>"Robert Zhao [MSFT]" wrote:
>
>> Hi Anne,
>>
>> I have contacted with product team, and they have been investigating
this
>> issue. I will update you soon.
>>
>> Thanks for Bob's suggestion. I have tried it, but I regret to say there
is
>> no difference.
>>
>> Sincerely,
>> Robert Zhao
>> Microsoft Online Support
>> Microsoft Global Technical Support Center
>>
>> Get Secure! - www.microsoft.com/security
>> ================================================== ===
>> When responding to posts, please "Reply to Group" via your newsreader so
>> that others may learn and benefit from your issue.
>> ================================================== ===
>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>> --------------------
>> >From: "Bob Buckland ?:-\)" <75214.226(At Beautiful
>> Downtown)compuserve.com>
>> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
>> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
>> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
>> >Subject: Re: Deploy custom templates in Office 2007
>> >Date: Fri, 8 Feb 2008 06:34:31 -0800
>> >Lines: 28
>> >Organization: MS Office System Products MVP / Home Depot-Decor
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1914
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914
>> >Message-ID: <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
>> >Newsgroups: microsoft.public.office.misc
>> >NNTP-Posting-Host: cpe-75-82-17-134.socal.res.rr.com 75.82.17.134
>> >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
>> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38042
>> >X-Tomcat-NG: microsoft.public.office.misc
>> >
>> >Hi Anne,
>> >
>> >If you use the Office Customization Tool and add templates through, for
>> example,
>> >
>> > Features=>Modify User Settings=>Microsoft Office Word 2007=>New
Document
>> Links
>> >
>> >to templates you've placed on your server, do the templates appear?
>> >
>> >=============
>> > <<"anne" <anne@noemail.noemail> wrote in message
>> news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
>> >Thank you so very much! I have also tried and tried for weeks now, with
>> >different code, all with the same result. I tried suing the start date
tags
>> >around each template, nothing happened. Furthermore, interesting is
that
>> the
>> >first templates, in XL shows, the first in WD, but not the first in PP,
but
>> >the code is the same. Very strange! Bug?!
>> >I will patiently await your help, hope you'll find a solution.
>> >
>> >Nice weekend to you too!
>> >
>> >BR, Anne >>
>> >--
>> >
>> >Bob Buckland ?:-)
>> >MS Office System Products MVP
>> >
>> > *Courtesy is not expensive and can pay big dividends*
>> >
>> >
>> >
>>
>>
>
We are still testing in this issue. Thanks for your patience.
Have a nice day!
Sincerely,
Robert Zhao
Microsoft Online Support
Microsoft Global Technical Support Center
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>X-Tomcat-ID: 93116891
>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
<NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
<56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
<OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
<my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
<405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain
>Content-Transfer-Encoding: 7bit
>From: v-rozhao@online.microsoft.com (Robert Zhao [MSFT])
>Organization: Microsoft
>Date: Fri, 15 Feb 2008 11:33:11 GMT
>Subject: Re: Deploy custom templates in Office 2007
>X-Tomcat-NG: microsoft.public.office.misc
>Message-ID: <aB8gMa8bIHA.5204@TK2MSFTNGHUB02.phx.gbl>
>Newsgroups: microsoft.public.office.misc
>Lines: 125
>Path: TK2MSFTNGHUB02.phx.gbl
>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38449
>NNTP-Posting-Host: tk5tomimport1.phx.gbl 10.201.218.19
>
>Hi Anne,
>
>I'm now collaborating with corresponding team investigating this issue and
>I will update our progress in the newsgroup. Thanks for your patience and
>attention.
>
>Have a nice day!
>
>Sincerely,
>Robert Zhao
>Microsoft Online Support
>Microsoft Global Technical Support Center
>
>Get Secure! - www.microsoft.com/security
>================================================= ====
>When responding to posts, please "Reply to Group" via your newsreader so
>that others may learn and benefit from your issue.
>================================================= ====
>This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>--------------------
>>Thread-Topic: Deploy custom templates in Office 2007
>>thread-index: Achu5DYl9lz+zLKAQmGxff0oE9H***==
>>X-WBNR-Posting-Host: 207.46.192.207
>>From: =?Utf-8?B?YW5uZQ==?= <anne@discussions.microsoft.com>
>>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
><NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
><56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
><OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
><my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
>>Subject: Re: Deploy custom templates in Office 2007
>>Date: Thu, 14 Feb 2008 00:33:02 -0800
>>Lines: 84
>>Message-ID: <405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
>>MIME-Version: 1.0
>>Content-Type: text/plain;
>> charset="Utf-8"
>>Content-Transfer-Encoding: 7bit
>>X-Newsreader: Microsoft CDO for Windows 2000
>>Content-Class: urn:content-classes:message
>>Importance: normal
>>Priority: normal
>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
>>Newsgroups: microsoft.public.office.misc
>>Path: TK2MSFTNGHUB02.phx.gbl
>>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38402
>>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
>>X-Tomcat-NG: microsoft.public.office.misc
>>
>>OK, will they contact me directly or do I need to go in here every day to
>>check? Is this prioritzed with the product team or should I open a case
>for
>>it, assuming I will not have to pay the incident price?
>>
>>BR, Anne
>>
>>"Robert Zhao [MSFT]" wrote:
>>
>>> Hi Anne,
>>>
>>> I have contacted with product team, and they have been investigating
>this
>>> issue. I will update you soon.
>>>
>>> Thanks for Bob's suggestion. I have tried it, but I regret to say there
>is
>>> no difference.
>>>
>>> Sincerely,
>>> Robert Zhao
>>> Microsoft Online Support
>>> Microsoft Global Technical Support Center
>>>
>>> Get Secure! - www.microsoft.com/security
>>> ================================================== ===
>>> When responding to posts, please "Reply to Group" via your newsreader
so
>>> that others may learn and benefit from your issue.
>>> ================================================== ===
>>> This posting is provided "AS IS" with no warranties, and confers no
>rights.
>>>
>>> --------------------
>>> >From: "Bob Buckland ?:-\)" <75214.226(At Beautiful
>>> Downtown)compuserve.com>
>>> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
>>> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
>>> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
>>> >Subject: Re: Deploy custom templates in Office 2007
>>> >Date: Fri, 8 Feb 2008 06:34:31 -0800
>>> >Lines: 28
>>> >Organization: MS Office System Products MVP / Home Depot-Decor
>>> >X-Priority: 3
>>> >X-MSMail-Priority: Normal
>>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1914
>>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914
>>> >Message-ID: <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
>>> >Newsgroups: microsoft.public.office.misc
>>> >NNTP-Posting-Host: cpe-75-82-17-134.socal.res.rr.com 75.82.17.134
>>> >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
>>> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38042
>>> >X-Tomcat-NG: microsoft.public.office.misc
>>> >
>>> >Hi Anne,
>>> >
>>> >If you use the Office Customization Tool and add templates through,
for
>>> example,
>>> >
>>> > Features=>Modify User Settings=>Microsoft Office Word 2007=>New
>Document
>>> Links
>>> >
>>> >to templates you've placed on your server, do the templates appear?
>>> >
>>> >=============
>>> > <<"anne" <anne@noemail.noemail> wrote in message
>>> news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
>>> >Thank you so very much! I have also tried and tried for weeks now, with
>>> >different code, all with the same result. I tried suing the start date
>tags
>>> >around each template, nothing happened. Furthermore, interesting is
>that
>>> the
>>> >first templates, in XL shows, the first in WD, but not the first in
PP,
>but
>>> >the code is the same. Very strange! Bug?!
>>> >I will patiently await your help, hope you'll find a solution.
>>> >
>>> >Nice weekend to you too!
>>> >
>>> >BR, Anne >>
>>> >--
>>> >
>>> >Bob Buckland ?:-)
>>> >MS Office System Products MVP
>>> >
>>> > *Courtesy is not expensive and can pay big dividends*
>>> >
>>> >
>>> >
>>>
>>>
>>
>
>
> Hi Anne,
>
> We are still testing in this issue. Thanks for your patience.
>
> Have a nice day!
>
> Sincerely,
> Robert Zhao
> Microsoft Online Support
> Microsoft Global Technical Support Center
>
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --------------------
> >X-Tomcat-ID: 93116891
> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
> <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
> <my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
> <405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain
> >Content-Transfer-Encoding: 7bit
> >From: v-rozhao@online.microsoft.com (Robert Zhao [MSFT])
> >Organization: Microsoft
> >Date: Fri, 15 Feb 2008 11:33:11 GMT
> >Subject: Re: Deploy custom templates in Office 2007
> >X-Tomcat-NG: microsoft.public.office.misc
> >Message-ID: <aB8gMa8bIHA.5204@TK2MSFTNGHUB02.phx.gbl>
> >Newsgroups: microsoft.public.office.misc
> >Lines: 125
> >Path: TK2MSFTNGHUB02.phx.gbl
> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38449
> >NNTP-Posting-Host: tk5tomimport1.phx.gbl 10.201.218.19
> >
> >Hi Anne,
> >
> >I'm now collaborating with corresponding team investigating this issue and
> >I will update our progress in the newsgroup. Thanks for your patience and
> >attention.
> >
> >Have a nice day!
> >
> >Sincerely,
> >Robert Zhao
> >Microsoft Online Support
> >Microsoft Global Technical Support Center
> >
> >Get Secure! - www.microsoft.com/security
> >================================================= ====
> >When responding to posts, please "Reply to Group" via your newsreader so
> >that others may learn and benefit from your issue.
> >================================================= ====
> >This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >
> >--------------------
> >>Thread-Topic: Deploy custom templates in Office 2007
> >>thread-index: Achu5DYl9lz+zLKAQmGxff0oE9H***==
> >>X-WBNR-Posting-Host: 207.46.192.207
> >>From: =?Utf-8?B?YW5uZQ==?= <anne@discussions.microsoft.com>
> >>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
> ><NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
> ><56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
> ><OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
> ><my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
> >>Subject: Re: Deploy custom templates in Office 2007
> >>Date: Thu, 14 Feb 2008 00:33:02 -0800
> >>Lines: 84
> >>Message-ID: <405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
> >>MIME-Version: 1.0
> >>Content-Type: text/plain;
> >> charset="Utf-8"
> >>Content-Transfer-Encoding: 7bit
> >>X-Newsreader: Microsoft CDO for Windows 2000
> >>Content-Class: urn:content-classes:message
> >>Importance: normal
> >>Priority: normal
> >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
> >>Newsgroups: microsoft.public.office.misc
> >>Path: TK2MSFTNGHUB02.phx.gbl
> >>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38402
> >>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
> >>X-Tomcat-NG: microsoft.public.office.misc
> >>
> >>OK, will they contact me directly or do I need to go in here every day to
> >>check? Is this prioritzed with the product team or should I open a case
> >for
> >>it, assuming I will not have to pay the incident price?
> >>
> >>BR, Anne
> >>
> >>"Robert Zhao [MSFT]" wrote:
> >>
> >>> Hi Anne,
> >>>
> >>> I have contacted with product team, and they have been investigating
> >this
> >>> issue. I will update you soon.
> >>>
> >>> Thanks for Bob's suggestion. I have tried it, but I regret to say there
> >is
> >>> no difference.
> >>>
> >>> Sincerely,
> >>> Robert Zhao
> >>> Microsoft Online Support
> >>> Microsoft Global Technical Support Center
> >>>
> >>> Get Secure! - www.microsoft.com/security
> >>> ================================================== ===
> >>> When responding to posts, please "Reply to Group" via your newsreader
> so
> >>> that others may learn and benefit from your issue.
> >>> ================================================== ===
> >>> This posting is provided "AS IS" with no warranties, and confers no
> >rights.
> >>>
> >>> --------------------
> >>> >From: "Bob Buckland ?:-\)" <75214.226(At Beautiful
> >>> Downtown)compuserve.com>
> >>> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
> >>> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
> >>> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
> >>> >Subject: Re: Deploy custom templates in Office 2007
> >>> >Date: Fri, 8 Feb 2008 06:34:31 -0800
> >>> >Lines: 28
> >>> >Organization: MS Office System Products MVP / Home Depot-Decor
> >>> >X-Priority: 3
> >>> >X-MSMail-Priority: Normal
> >>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1914
> >>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914
> >>> >Message-ID: <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
> >>> >Newsgroups: microsoft.public.office.misc
> >>> >NNTP-Posting-Host: cpe-75-82-17-134.socal.res.rr.com 75.82.17.134
> >>> >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
> >>> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38042
> >>> >X-Tomcat-NG: microsoft.public.office.misc
> >>> >
> >>> >Hi Anne,
> >>> >
> >>> >If you use the Office Customization Tool and add templates through,
> for
> >>> example,
> >>> >
> >>> > Features=>Modify User Settings=>Microsoft Office Word 2007=>New
> >Document
> >>> Links
> >>> >
> >>> >to templates you've placed on your server, do the templates appear?
> >>> >
> >>> >=============
> >>> > <<"anne" <anne@noemail.noemail> wrote in message
> >>> news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
> >>> >Thank you so very much! I have also tried and tried for weeks now, with
> >>> >different code, all with the same result. I tried suing the start date
> >tags
> >>> >around each template, nothing happened. Furthermore, interesting is
> >that
> >>> the
> >>> >first templates, in XL shows, the first in WD, but not the first in
> PP,
> >but
> >>> >the code is the same. Very strange! Bug?!
> >>> >I will patiently await your help, hope you'll find a solution.
> >>> >
> >>> >Nice weekend to you too!
> >>> >
> >>> >BR, Anne >>
> >>> >--
> >>> >
> >>> >Bob Buckland ?:-)
> >>> >MS Office System Products MVP
> >>> >
> >>> > *Courtesy is not expensive and can pay big dividends*
> >>> >
> >>> >
> >>> >
> >>>
> >>>
> >>
> >
> >
>
>
Thanks for your understanding! I'll post any progress I have in the
newsgroup.
Have a nice weekend!
Sincerely,
Robert Zhao
Microsoft Online Support
Microsoft Global Technical Support Center
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Deploy custom templates in Office 2007
>thread-index: AchzwZ8CRHQCmQsYRWu1q4z3Opzvag==
>X-WBNR-Posting-Host: 207.46.192.207
>From: =?Utf-8?B?YW5uZQ==?= <anne@noemail.noemail>
>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
<NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
<56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
<OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
<my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
<405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
<aB8gMa8bIHA.5204@TK2MSFTNGHUB02.phx.gbl>
<mLA6gFvcIHA.2164@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Deploy custom templates in Office 2007
>Date: Wed, 20 Feb 2008 05:08:01 -0800
>Lines: 195
>Message-ID: <48EAD046-3352-4F88-A7DE-66E46B66668E@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
>Newsgroups: microsoft.public.office.misc
>Path: TK2MSFTNGHUB02.phx.gbl
>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38697
>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
>X-Tomcat-NG: microsoft.public.office.misc
>
>OK thanks for the update. I am waiting patiently.
>
>"Robert Zhao [MSFT]" wrote:
>
>> Hi Anne,
>>
>> We are still testing in this issue. Thanks for your patience.
>>
>> Have a nice day!
>>
>> Sincerely,
>> Robert Zhao
>> Microsoft Online Support
>> Microsoft Global Technical Support Center
>>
>> Get Secure! - www.microsoft.com/security
>> ================================================== ===
>> When responding to posts, please "Reply to Group" via your newsreader so
>> that others may learn and benefit from your issue.
>> ================================================== ===
>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>> --------------------
>> >X-Tomcat-ID: 93116891
>> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
>> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
>> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
>> <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
>> <my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
>> <405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
>> >MIME-Version: 1.0
>> >Content-Type: text/plain
>> >Content-Transfer-Encoding: 7bit
>> >From: v-rozhao@online.microsoft.com (Robert Zhao [MSFT])
>> >Organization: Microsoft
>> >Date: Fri, 15 Feb 2008 11:33:11 GMT
>> >Subject: Re: Deploy custom templates in Office 2007
>> >X-Tomcat-NG: microsoft.public.office.misc
>> >Message-ID: <aB8gMa8bIHA.5204@TK2MSFTNGHUB02.phx.gbl>
>> >Newsgroups: microsoft.public.office.misc
>> >Lines: 125
>> >Path: TK2MSFTNGHUB02.phx.gbl
>> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38449
>> >NNTP-Posting-Host: tk5tomimport1.phx.gbl 10.201.218.19
>> >
>> >Hi Anne,
>> >
>> >I'm now collaborating with corresponding team investigating this issue
and
>> >I will update our progress in the newsgroup. Thanks for your patience
and
>> >attention.
>> >
>> >Have a nice day!
>> >
>> >Sincerely,
>> >Robert Zhao
>> >Microsoft Online Support
>> >Microsoft Global Technical Support Center
>> >
>> >Get Secure! - www.microsoft.com/security
>> >================================================= ====
>> >When responding to posts, please "Reply to Group" via your newsreader
so
>> >that others may learn and benefit from your issue.
>> >================================================= ====
>> >This posting is provided "AS IS" with no warranties, and confers no
rights.
>> >
>> >
>> >--------------------
>> >>Thread-Topic: Deploy custom templates in Office 2007
>> >>thread-index: Achu5DYl9lz+zLKAQmGxff0oE9H***==
>> >>X-WBNR-Posting-Host: 207.46.192.207
>> >>From: =?Utf-8?B?YW5uZQ==?= <anne@discussions.microsoft.com>
>> >>References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
>> ><NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
>> ><56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
>> ><OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
>> ><my6h0lWbIHA.6372@TK2MSFTNGHUB02.phx.gbl>
>> >>Subject: Re: Deploy custom templates in Office 2007
>> >>Date: Thu, 14 Feb 2008 00:33:02 -0800
>> >>Lines: 84
>> >>Message-ID: <405999AF-631E-417D-AC40-2292788D8C6C@microsoft.com>
>> >>MIME-Version: 1.0
>> >>Content-Type: text/plain;
>> >> charset="Utf-8"
>> >>Content-Transfer-Encoding: 7bit
>> >>X-Newsreader: Microsoft CDO for Windows 2000
>> >>Content-Class: urn:content-classes:message
>> >>Importance: normal
>> >>Priority: normal
>> >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
>> >>Newsgroups: microsoft.public.office.misc
>> >>Path: TK2MSFTNGHUB02.phx.gbl
>> >>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38402
>> >>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
>> >>X-Tomcat-NG: microsoft.public.office.misc
>> >>
>> >>OK, will they contact me directly or do I need to go in here every day
to
>> >>check? Is this prioritzed with the product team or should I open a
case
>> >for
>> >>it, assuming I will not have to pay the incident price?
>> >>
>> >>BR, Anne
>> >>
>> >>"Robert Zhao [MSFT]" wrote:
>> >>
>> >>> Hi Anne,
>> >>>
>> >>> I have contacted with product team, and they have been investigating
>> >this
>> >>> issue. I will update you soon.
>> >>>
>> >>> Thanks for Bob's suggestion. I have tried it, but I regret to say
there
>> >is
>> >>> no difference.
>> >>>
>> >>> Sincerely,
>> >>> Robert Zhao
>> >>> Microsoft Online Support
>> >>> Microsoft Global Technical Support Center
>> >>>
>> >>> Get Secure! - www.microsoft.com/security
>> >>> ================================================== ===
>> >>> When responding to posts, please "Reply to Group" via your
newsreader
>> so
>> >>> that others may learn and benefit from your issue.
>> >>> ================================================== ===
>> >>> This posting is provided "AS IS" with no warranties, and confers no
>> >rights.
>> >>>
>> >>> --------------------
>> >>> >From: "Bob Buckland ?:-\)" <75214.226(At Beautiful
>> >>> Downtown)compuserve.com>
>> >>> >References: <92452F0B-8949-4426-B229-915805216205@microsoft.com>
>> >>> <NFbCHglaIHA.4200@TK2MSFTNGHUB02.phx.gbl>
>> >>> <56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com>
>> >>> >Subject: Re: Deploy custom templates in Office 2007
>> >>> >Date: Fri, 8 Feb 2008 06:34:31 -0800
>> >>> >Lines: 28
>> >>> >Organization: MS Office System Products MVP / Home Depot-Decor
>> >>> >X-Priority: 3
>> >>> >X-MSMail-Priority: Normal
>> >>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1914
>> >>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914
>> >>> >Message-ID: <OigMS9laIHA.1208@TK2MSFTNGP03.phx.gbl>
>> >>> >Newsgroups: microsoft.public.office.misc
>> >>> >NNTP-Posting-Host: cpe-75-82-17-134.socal.res.rr.com 75.82.17.134
>> >>> >Path:
TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
>> >>> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.misc:38042
>> >>> >X-Tomcat-NG: microsoft.public.office.misc
>> >>> >
>> >>> >Hi Anne,
>> >>> >
>> >>> >If you use the Office Customization Tool and add templates through,
>> for
>> >>> example,
>> >>> >
>> >>> > Features=>Modify User Settings=>Microsoft Office Word 2007=>New
>> >Document
>> >>> Links
>> >>> >
>> >>> >to templates you've placed on your server, do the templates appear?
>> >>> >
>> >>> >=============
>> >>> > <<"anne" <anne@noemail.noemail> wrote in message
>> >>> news:56A841AA-FCDD-4DEE-B5B1-FC06E75ADA2E@microsoft.com...
>> >>> >Thank you so very much! I have also tried and tried for weeks now,
with
>> >>> >different code, all with the same result. I tried suing the start
date
>> >tags
>> >>> >around each template, nothing happened. Furthermore, interesting is
>> >that
>> >>> the
>> >>> >first templates, in XL shows, the first in WD, but not the first in
>> PP,
>> >but
>> >>> >the code is the same. Very strange! Bug?!
>> >>> >I will patiently await your help, hope you'll find a solution.
>> >>> >
>> >>> >Nice weekend to you too!
>> >>> >
>> >>> >BR, Anne >>
>> >>> >--
>> >>> >
>> >>> >Bob Buckland ?:-)
>> >>> >MS Office System Products MVP
>> >>> >
>> >>> > *Courtesy is not expensive and can pay big dividends*
>> >>> >
>> >>> >
>> >>> >
>> >>>
>> >>>
>> >>
>> >
>> >
>>
>>
>