Skip to content

Commit

Permalink
Add Windows 10 files to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed Aug 21, 2017
1 parent dc98b4b commit 45b7c9c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions nsis/USBPcap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ Section "USBPcap Driver" SEC_USBPCAPDRIVER
"NoRepair" 1

${If} ${RunningX64}
${If} ${AtLeastWin8}
${If} ${AtLeastWin10}
File "..\Release\Windows10\x64\USBPcap.inf"
File "..\Release\Windows10\x64\USBPcap.sys"
File "..\Release\Windows10\x64\USBPcapamd64.cat"
${ElseIf} ${AtLeastWin8}
File "..\Release\Windows8\x64\USBPcap.inf"
File "..\Release\Windows8\x64\USBPcap.sys"
File "..\Release\Windows8\x64\USBPcapamd64.cat"
Expand All @@ -191,7 +195,11 @@ Section "USBPcap Driver" SEC_USBPCAPDRIVER
File "..\Release\XP\x64\USBPcapamd64.cat"
${EndIf}
${Else}
${If} ${AtLeastWin8}
${If} ${AtLeastWin10}
File "..\Release\Windows10\x86\USBPcap.inf"
File "..\Release\Windows10\x86\USBPcap.sys"
File "..\Release\Windows10\x86\USBPcapx86.cat"
${ElseIf} ${AtLeastWin8}
File "..\Release\Windows8\x86\USBPcap.inf"
File "..\Release\Windows8\x86\USBPcap.sys"
File "..\Release\Windows8\x86\USBPcapx86.cat"
Expand Down

0 comments on commit 45b7c9c

Please sign in to comment.