+ Post New Thread
Results 1 to 6 of 6
How do you do....it? Thread, Font deployment script in Technical; Hi All, does anyone know of a way to deploy fonts via the network/script or something? Would make a job ...
  1. #1

    Join Date
    Jul 2010
    Location
    North West
    Posts
    177
    Thank Post
    93
    Thanked 13 Times in 5 Posts
    Rep Power
    17

    Question Font deployment script

    Hi All, does anyone know of a way to deploy fonts via the network/script or something?

    Would make a job a lot easier for me if there is a way to do this.

    Any ideas would be great!

  2. IDG Tech News

  3. #2

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    The Office
    Posts
    5,427
    Thank Post
    236
    Thanked 691 Times in 624 Posts
    Rep Power
    225
    Just create an MSI - I tend to use Win Installer LE which works fine with the Fonts

    Toby

  4. #3

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,533
    Blog Entries
    22
    Thank Post
    447
    Thanked 605 Times in 449 Posts
    Rep Power
    178
    Yep MSIs work fine or a batch file to copy the font from a network share.

  5. #4

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,560
    Thank Post
    306
    Thanked 883 Times in 793 Posts
    Rep Power
    211
    Script to copy from one location to the windows font directory?

    Ben

  6. #5
    jsnetman's Avatar
    Join Date
    Oct 2007
    Posts
    884
    Thank Post
    21
    Thanked 133 Times in 125 Posts
    Rep Power
    34
    As well as the MSI method you can script it using a startup batch file:


    Batch file

    xcopy \\server\public\dll\lexia___.TTF \%SystemRoot%\fonts\ /y
    Regedit.exe /s FontInstall.reg

    Reg File

    REGEDIT4

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
    "Autograph (TrueType)"="Autograph.ttf"
    "AutographS (TrueType)"="AutographS.ttf"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
    "lexia___ (TrueType)"="lexia___.TTF"

    Depending what font you want installed that is.

  7. Thanks to jsnetman from:

    CapEnd (4th November 2010)

  8. #6

    Join Date
    Jul 2010
    Location
    North West
    Posts
    177
    Thank Post
    93
    Thanked 13 Times in 5 Posts
    Rep Power
    17
    Thanks Guys!

SHARE:
+ Post New Thread

Similar Threads

  1. Silverlight Deployment Script & Switches / Parameters
    By stu1892 in forum Windows Server 2000/2003
    Replies: 6
    Last Post: 11th February 2010, 01:43 PM
  2. Changing Font size in java script
    By glennda in forum How do you do....it?
    Replies: 0
    Last Post: 10th January 2010, 02:20 PM
  3. Desktop shortcut deployment script
    By contink in forum Scripts
    Replies: 1
    Last Post: 29th May 2009, 07:12 PM
  4. looking for a font
    By RabbieBurns in forum How do you do....it?
    Replies: 3
    Last Post: 5th December 2008, 09:38 AM
  5. Word "normal.dot" deployment script
    By contink in forum Scripts
    Replies: 0
    Last Post: 17th October 2006, 08:33 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •