summaryrefslogtreecommitdiff
path: root/driver.nsh
AgeCommit message (Collapse)AuthorFilesLines
2015-04-28packaging: Fix issue with Vista, 2K8 and some other OSesLev Veyde1-17/+4
Change-Id: Ibb6e39ca40397d19dcfc81e23edb3e2a907fa7d9 Signed-off-by: Lev Veyde <lveyde@redhat.com>
2014-10-15Add support for Win8/Win8.1 driver installationChristophe Fergeau1-1/+6
2012-03-14Display nicer message when installing driversChristophe Fergeau1-7/+9
2012-03-14Fix pnputil.exe use on win7 and newerChristophe Fergeau1-3/+16
The pnputil to use is in different paths depending on if it's a 32 bit or 64 bit install. Based on a patch from Grant Williamson.
2012-03-13Remove debug log from driver.nshChristophe Fergeau1-1/+0
2012-03-13Use WinVer.nsh shipped with NSISChristophe Fergeau1-15/+13
2012-03-07Handle "driver is already installed" pnputil errorGrant Williamson1-0/+4
2012-02-28Add pnputil support to driver.nshChristophe Fergeau1-0/+22
The method used by driver.nsh only supports winxp/win2k. pnputil is what should be used for newer windows (Vista/7)
2012-02-28Import driver.nshChristophe Fergeau1-0/+105