+ Post New Thread
Results 1 to 4 of 4
How do you do....it? Thread, Need to deploy a font in Technical; need to deploy a font school wide. What would be the best way of doing this i have read to ...
  1. #1

    Join Date
    Jul 2010
    Posts
    241
    Thank Post
    29
    Thanked 2 Times in 2 Posts
    Rep Power
    6

    Need to deploy a font

    need to deploy a font school wide.

    What would be the best way of doing this i have read to download windowsinstall LE and create a package... have also read that a startup script could work to??

    i have found a script
    Code:
    copy \\airlift-fs1\public\IT\font\FREE3OF9.TTF c:\windows\fonts
    copy \\airlift-fs1\public\IT\font\FRE3OF9X.TTF c:\windows\fonts
    Would i be able to copy and past that into notepad and save as a .bat or would it have to be a .vbs?

    Or how would you do it?

    TIA

  2. IDG Tech News
  3. #2

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,243
    Thank Post
    263
    Thanked 1,035 Times in 935 Posts
    Rep Power
    300
    You should be able to deploy using Group Policy preferences or yes the above might work or try Xcopy with a few switches as a startup script.

  4. #3


    Join Date
    Jul 2007
    Location
    Rural heck
    Posts
    2,663
    Thank Post
    120
    Thanked 434 Times in 353 Posts
    Rep Power
    123
    You also need to do a little bit of registry work as well.

    These are the two lines I used to deploy Maiandra GD

    Code:
    copy "\\server\share\directory\MAIAN.TTF" "c:\windows\fonts\MAIAN.TTF"
    
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Maiandra GD (TrueType)" /t REG_SZ /d "MAIAN.TTF"
    I used WPKG, but a batch file should be fine.

  5. #4


    Join Date
    Feb 2007
    Location
    51.405546, -0.510212
    Posts
    5,952
    Thank Post
    180
    Thanked 1,795 Times in 1,338 Posts
    Rep Power
    467
    MSI attached if you need it. Just place the two barcode fonts in the same folder as the MSI and then install as normal.
    Attached Files Attached Files

SHARE:
+ Post New Thread

Similar Threads

  1. Need to Deploy Flash 10 Plugin
    By Grommit in forum Windows
    Replies: 5
    Last Post: 27th January 2010, 11:39 AM
  2. Replies: 1
    Last Post: 15th September 2007, 09:56 AM
  3. Replies: 9
    Last Post: 8th November 2005, 09:45 AM
  4. Replies: 22
    Last Post: 6th November 2005, 04:03 PM
  5. Replies: 12
    Last Post: 12th September 2005, 10:47 AM

Thread Information

Users Browsing this Thread

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

Posting Permissions

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