RE: Install font from ClickOnce application
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Thu, 09 Nov 2006 07:10:47 GMT
Hi Thomas,
Thanks very much for your feedback.
Since the test result on my side reveals that it still can be used in the
current winform application without restarting, I assume you mean that you
can use the font in *other* applications after its installation with code,
yes?
Yes, I see your concern, installing a new font may be a common requirement
in ClickOnce application, so including such a feature should be useful.
The reason the ClickOnce did not include this feature is that the ClickOnce
deloyment normally does not touch the system directories. This is an
important difference with MSI deployment technology. In the table of "Key
Differences" section of the article below, you will see that, the ClickOnce
deployment does not conver:
"Install to GAC"(GAC is another system directory)
"Write to Registry"
"Install for All Users"
etc... While these can all be done with MSI:
"Choosing Between ClickOnce and Windows Installer"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/clickoncevsinstaller.asp
So we have to code ourselves for the font installation.
Hope this makes sense to you. Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: Install font from ClickOnce application
- From: Thomas Taylor
- RE: Install font from ClickOnce application
- Prev by Date: Re: Circular object reference...
- Next by Date: Re: Satellite/Resource DLL not recognized (Basic 2005)
- Previous by thread: Add contents to <DbProviderFactories> section of <system.data> to Machine.config
- Next by thread: RE: Install font from ClickOnce application
- Index(es):
Relevant Pages
|