[wpkg-users] wpkg-users Digest, Vol 68, Issue 7

Antony Awaida antony at bizappcenter.com
Wed Jun 12 18:04:24 CEST 2013


Hi again:

Ronny: Your script will trigger a reboot as mentioned above.

Matj: Your script works fine when it runs as current user but when it
runs as local system (using WPKG) it does not seem to work....

Any ideas?

Thanks,
Antony



On Wed, Jun 12, 2013 at 3:00 AM,  <wpkg-users-request at lists.wpkg.org> wrote:
> Send wpkg-users mailing list submissions to
>         wpkg-users at lists.wpkg.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.wpkg.org/mailman/listinfo/wpkg-users
> or, via email, send a message with subject or body 'help' to
>         wpkg-users-request at lists.wpkg.org
>
> You can reach the person managing the list at
>         wpkg-users-owner at lists.wpkg.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wpkg-users digest..."
>
>
> Today's Topics:
>
>    1. Using WPKG to deploy fonts (Antony Awaida)
>    2. Re: Using WPKG to deploy fonts (Ronny)
>    3. Re: Using WPKG to deploy fonts (Marco Gaiarin)
>    4. Re: Using WPKG to deploy fonts (Semi?n Mat?j)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 11 Jun 2013 17:42:29 -0700
> From: Antony Awaida <antony at bizappcenter.com>
> To: "wpkg-users at lists.wpkg.org" <wpkg-users at lists.wpkg.org>
> Subject: [wpkg-users] Using WPKG to deploy fonts
> Message-ID:
>         <CAObMZ4z6mLN_XYuHCBsaUop-PD8fes7=kiVK-gDQnpFKdxP0jg at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi everyone:
>
> We are trying to use the VBS script method from this page:
>
> http://wpkg.org/Fonts  to install fonts on a Windows 7 64 bit machine.
> The fonts are correctly copied into windows/fonts but they do not show
> up in the control panel->appearance->fonts nor do they show up in the
> registry....
>
> WPKG is running as a service if that makes a difference.
>
> Any ideas as to what is going on?
>
> Thanks,
> Antony
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 12 Jun 2013 03:28:36 +0200
> From: Ronny <ladiko at web.de>
> To: Antony Awaida <antony at bizappcenter.com>
> Cc: "wpkg-users at lists.wpkg.org" <wpkg-users at lists.wpkg.org>
> Subject: Re: [wpkg-users] Using WPKG to deploy fonts
> Message-ID: <51B7CEC4.5040205 at web.de>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> Am 12.06.2013 02:42, schrieb Antony Awaida:
>> Hi everyone:
>>
>> We are trying to use the VBS script method from this page:
>>
>> http://wpkg.org/Fonts  to install fonts on a Windows 7 64 bit machine.
>> The fonts are correctly copied into windows/fonts but they do not show
>> up in the control panel->appearance->fonts nor do they show up in the
>> registry....
>>
>> WPKG is running as a service if that makes a difference.
>>
>> Any ideas as to what is going on?
>>
>> Thanks,
>> Antony
>> -------------------------------------------------------------------------
>
> I couldnt find any other proper way to register the fonts. the funny
> thing is: If you copy the fonts by hand, you have the explorer window
> open being in %WINDIR%\Fonts, so the Explorer will register your fonts.
>
> So all you have to do in your script is:
>
> * copy the fonts
> * execute "start %windir%\explorer.exe %WINDIR%\Fonts" to register the fonts
> * sleep/wait 5 seconds with "|ping -n 5 127.0.0.1 >nul"| (not necessary
> if you run wpkg at shutdown and there are other installations following
> so explorer.exe has some time to register the fonts anyway)
> * "taskkill /im explorer.exe" (not necessary if you run wpkg at shutdown)
>
> Regards Ronny
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20130612/c90132c1/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 12 Jun 2013 09:18:32 +0200
> From: Marco Gaiarin <gaio at sv.lnf.it>
> To: wpkg-users at lists.wpkg.org
> Subject: Re: [wpkg-users] Using WPKG to deploy fonts
> Message-ID: <20130612071832.GB3442 at sv.lnf.it>
> Content-Type: text/plain; charset=iso-8859-1
>
> Mandi! Ronny
>   In chel di` si favelave...
>
>> So all you have to do in your script is:
>
> Or, AFAIK, trigger a reboot. ;-)
>
> --
> dott. Marco Gaiarin                                     GNUPG Key ID: 240A3D66
>   Associazione ``La Nostra Famiglia''                    http://www.sv.lnf.it/
>   Polo FVG   -   Via della Bont?, 7 - 33078   -   San Vito al Tagliamento (PN)
>   marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797
>
>                 Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
>            http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
>         (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 12 Jun 2013 10:44:03 +0200
> From: Semi?n Mat?j <semianm at pokrok.cz>
> To: wpkg-users at lists.wpkg.org
> Subject: Re: [wpkg-users] Using WPKG to deploy fonts
> Message-ID: <51B834D3.9060201 at pokrok.cz>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Dne 12.6.2013 2:42, Antony Awaida napsal(a):
>> http://wpkg.org/Fonts   to install fonts on a Windows 7 64 bit machine.
>> The fonts are correctly copied into windows/fonts but they do not show
>> up in the control panel->appearance->fonts nor do they show up in the
>> registry....
>
> Simple copy is not enough.
>
> AFAIK there are two ways with vbs, triggering "Install Font" context
> menu handler on font file or adding font names to registry.
>
> First method:
>
> Have a look at this script, it's working with method InvokeVerb to run
> Install Font, it should work as long as you have Windows in English.
>
> http://blog.jasondahmen.com/2011/11/24/the-true-ultimate-font-install-for-windows-7-and-xp-vbs/
>
> http://msdn.microsoft.com/en-us/library/windows/desktop/bb787816%28v=vs.85%29.aspx
>
> Second one:
>
> We're using second one, with "reg" to import font names along with fonts
> file names to registry key "HKLM\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\Fonts\".
> (Eg. "OCR-B 10 Pitch BT (TrueType)"="OCRB10N.TTF")
>
>
> Regards,
> Mat?j Semi?n
>
>
>
> ------------------------------
>
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
>
>
> End of wpkg-users Digest, Vol 68, Issue 7
> *****************************************



More information about the wpkg-users mailing list