Re: Using my own font in my distributable VB app
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 13 Sep 2005 19:24:15 -0500
"Xam" <sec@xxxxxxx> wrote in message
news:uc1QmyJuFHA.3400@xxxxxxxxxxxxxxxxxxxxxxx
> Hi
>
> As I'd like to use a particular font in my VB app, is it possible for me
to
> distribute this with my app and auto-install it using say InnoSetup?
>
> Is there any security issues in doing this?
>
> Would a user's say XP machine stop this font installation and use from
> taking place?
>
> I know what I'm asking is not strictly a VB query, but I'm sure it must
have
> cropped up with other VB devs when they didn't want use the standard ones.
>
> Please note that I can re-dis the font without problems.
>
> Thanks XAM
>
You should be able to distribute a new font with your application. Assuming
a new name, and you aren't trying to replace an existing font. You can, but
someone is bound to get a little upset. <g>
As for permissions - Windows Platforms and administrators are getting
tighter on security, so anytime you deal with a 'system' area it could be an
adventure. Try it and see what problems you run into, and deal with those
specific issues.
If you are loading your own fonts separately from the other fonts it doesn't
matter then place them in the program directory or 'Application Data'.
hth
-ralph
.
- Prev by Date: Re: Strange problem when using a class module in VBScript
- Next by Date: Re: Source of EXE Size OT
- Previous by thread: Strange problem when using a class module in VBScript
- Next by thread: allow only one instance exe to run?
- Index(es):
Relevant Pages
|
|