Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.45 KB

File metadata and controls

48 lines (37 loc) · 1.45 KB

DsHidMini setup

This project generates an MSI package containing x64 and ARM64 driver editions using WixSharp.

Create a production release

Commands/scripts are to be run from solution root directory.

  • Tag a release and let it build on CI
  • Use
    nuke download-appveyor-artifacts -token $appVeyorToken -buildversion "3.3.1251.0"
    to download the tagged release
  • Submit the *.cab files to MS Partner Portal for signing
  • Place the signed files in .\artifacts\drivers directory
  • Run
    nuke sign-production-binaries
    to add EV signatures to binaries
  • Run
    nuke build-setup -setupversion "3.6.0"
    to build and sign an MSI with the given version
  • Make public GitHub release
    • Create tag for setup setup-v3.6.0
  • ???
  • Profit!

Components

nefarius_DsHidMini_Updater.exe

Software auto-updater. Custom build of vicius.

nefcon\...

Driver installation helper utility.

3rd party credits