Changes between Version 17 and Version 18 of libwdi/reuse


Ignore:
Timestamp:
01/24/11 16:46:13 (2 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/reuse

    v17 v18  
    9393   Additionally, the script also updates the USB VID -> Vendor ID string source (see below). 
    9494 
    95   ||=File(s): =||[http://git.libusb.org/?p=libwdi.git;a=blob;f=bump.sh /bump.sh] || 
     95  ||=File(s): =||[http://git.libusb.org/?p=libwdi.git;a=blob;f=_bump.sh /_bump.sh] || 
    9696== Windows GUI !MouseOver/Hover Tooltip == 
    9797   A simple call that creates and displays a tooltip when hovering over a dialog item (eg. text field) 
     
    124124 
    125125  ||=File(s): =||[http://git.libusb.org/?p=libwdi.git;a=blob;f=libwdi/msapi_utf8.h /libwdi/msapi_utf8.h] || 
     126== Installing a certificate into the Trusted Publisher repository == 
     127   If you want your signed drivers to be installed without security prompts, but can't go through WHQL, you will need to install your signed driver certificate in the Trusted Publisher repository. The following code does just that, through the use of the Crypt32.dll, which is available on Windows 2000 and later.[[BR]] 
     128   The code will also detect whether the certificate is about to be effectively written to the store, so as to let end-users with the possibility to refuse the certificate installation if they so choose.[[BR]] 
     129   The code must be executed from a process running in elevated mode. 
     130 
     131  ||=File(s): =||[http://git.libusb.org/?p=libwdi.git;a=blob;f=libwdi/libwdi.c /libwdi/libwdi.c] -> wdi_install_trusted_certificate() ||