This driver package associates the libtransistor USB device, and its interfaces, with libusbK for use with Twili.
Before the driver package can be installed, you must download libusbk, create a catalog of its files, and digitally sign the catalog.
You have two options here:
- Use the provided self-signed driver package.
- Catalog and sign the driver package yourself.
Pick only one of these options. Temporary internet access is required during bootstrap.
- Right-click
Bootstrap.ps1
and click Run with PowerShell. - Double-click
twili.cer
and click the Install Certificate button. - Follow the Certificate Import Wizard steps to install the certificate into the Local Machine
Trusted Root Certification Authorities
store. - Open Device Manager and double-click any of the
TransistorUSB
devices listed under theOther devices
heading. - Click the Update Driver button and browse to the folder containing the provided driver package.
- Follow on-screen instructions to complete the install.
- Repeat steps 3-5 for any remaining
TransistorUSB
devices.
- Right-click
Bootstrap.ps1
and click Run with PowerShell. - Download the Enterprise Windows Driver Kit (EWDK) (13GB)
- Mount the Enterprise WDK image and start a new elevated build environment (
LaunchBuildEnv.cmd
). - In that environment, navigate to the driver package location in the source tree and execute the signing script (
SignDrivers.cmd
). - Follow self-signed driver package installation steps 4-6.