Skip to content

Commit

Permalink
Vista doesn't like the DefaultInstall.NT section in the .inf, added a…
Browse files Browse the repository at this point in the history
… DefaultInstall
  • Loading branch information
yyounan committed Apr 25, 2016
1 parent f6cd08b commit 7bc86c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MBRFilter/MBRFilter.inf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ CatalogFile=MBRFilter.cat
; General installation section
;

[DefaultInstall]
CopyFiles = @MBRFilter.sys
Addreg = MBRFilter.AddReg

[DefaultInstall.NT]
CopyFiles = @MBRFilter.sys
Addreg = MBRFilter.AddReg
Expand All @@ -28,6 +32,9 @@ HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be103
; Service installation section
;

[DefaultInstall.Services]
AddService = MBRFilter, , MBRFilter.Service.Install

[DefaultInstall.NT.Services]
AddService = MBRFilter, , MBRFilter.Service.Install

Expand Down

0 comments on commit 7bc86c7

Please sign in to comment.