Hi Everyone,

Could you please advise how I can install fonts via a script? I have a
folder full of fonts that I want to install on each computer via AD.

Any assistance is greatly appreciated.

Thank you in advance,
D

Re: Install Fonts by Owen

Owen
Wed Oct 17 16:34:01 PDT 2007

On Oct 17, 12:15 pm, Derek Da Silva
<DerekDaSi...@discussions.microsoft.com> wrote:
> Hi Everyone,
>
> Could you please advise how I can install fonts via a script? I have a
> folder full of fonts that I want to install on each computer via AD.
>
> Any assistance is greatly appreciated.
>
> Thank you in advance,
> D

Don't use a script, use an msi file.


Re: Install Fonts by DerekDaSilva

DerekDaSilva
Wed Oct 17 17:30:01 PDT 2007

How do I create a MSI file with fonts?

I appreciate any links or advise you can provide me.

Thanks,
D

"Owen Gilmore" wrote:

> On Oct 17, 12:15 pm, Derek Da Silva
> <DerekDaSi...@discussions.microsoft.com> wrote:
> > Hi Everyone,
> >
> > Could you please advise how I can install fonts via a script? I have a
> > folder full of fonts that I want to install on each computer via AD.
> >
> > Any assistance is greatly appreciated.
> >
> > Thank you in advance,
> > D
>
> Don't use a script, use an msi file.
>
>

Re: Install Fonts by Nathan

Nathan
Wed Oct 17 23:37:25 PDT 2007

On Oct 17, 12:15 pm, Derek Da Silva
<DerekDaSi...@discussions.microsoft.com> wrote:
> Hi Everyone,
>
> Could you please advise how I can install fonts via a script? I have a
> folder full of fonts that I want to install on each computer via AD.
>
> Any assistance is greatly appreciated.
>
> Thank you in advance,
> D

If I am not mistaken you simply copy them to the fonts folder in the
Windows directory:

FSO.CopyFile("\\yourserver\share\font.ttf", "%windir%\fonts\font.ttf")

-Nate
http://www.naterice.com


Re: Install Fonts by DerekDaSilva

DerekDaSilva
Thu Oct 18 03:29:03 PDT 2007

Do I need to register the font?

"Nathan" wrote:

> On Oct 17, 12:15 pm, Derek Da Silva
> <DerekDaSi...@discussions.microsoft.com> wrote:
> > Hi Everyone,
> >
> > Could you please advise how I can install fonts via a script? I have a
> > folder full of fonts that I want to install on each computer via AD.
> >
> > Any assistance is greatly appreciated.
> >
> > Thank you in advance,
> > D
>
> If I am not mistaken you simply copy them to the fonts folder in the
> Windows directory:
>
> FSO.CopyFile("\\yourserver\share\font.ttf", "%windir%\fonts\font.ttf")
>
> -Nate
> http://www.naterice.com
>
>

Re: Install Fonts by Nathan

Nathan
Thu Oct 18 10:06:06 PDT 2007

On Oct 18, 3:29 am, Derek Da Silva
<DerekDaSi...@discussions.microsoft.com> wrote:
> Do I need to register the font?
>
> "Nathan" wrote:
> > On Oct 17, 12:15 pm, Derek Da Silva
> > <DerekDaSi...@discussions.microsoft.com> wrote:
> > > Hi Everyone,
>
> > > Could you please advise how I can install fonts via a script? I have a
> > > folder full of fonts that I want to install on each computer via AD.
>
> > > Any assistance is greatly appreciated.
>
> > > Thank you in advance,
> > > D
>
> > If I am not mistaken you simply copy them to the fonts folder in the
> > Windows directory:
>
> > FSO.CopyFile("\\yourserver\share\font.ttf", "%windir%\fonts\font.ttf")
>
> > -Nate
> >http://www.naterice.com

I do not believe so. Try it and find out.


Re: Install Fonts by Owen

Owen
Wed Oct 24 12:36:49 PDT 2007

On Oct 17, 5:30 pm, Derek Da Silva
<DerekDaSi...@discussions.microsoft.com> wrote:
> How do I create a MSI file with fonts?
>
> I appreciate any links or advise you can provide me.
>
> Thanks,
> D

go on microsoft and google windows installer sdk and you'll find
plenty of tools.