Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Added paths for Office 2016 - missed PUB
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-traeger committed Nov 3, 2016
1 parent 1dccd05 commit f99c195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/windows/modules/packages/pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PUB(Package):
("ProgramFiles", "Microsoft Office", "Office12", "MSPUB.EXE"),
("ProgramFiles", "Microsoft Office", "Office14", "MSPUB.EXE"),
("ProgramFiles", "Microsoft Office", "Office15", "MSPUB.EXE"),
("ProgramFiles", "Microsoft Office", "Office16", "MSPUB.EXE"),
("ProgramFiles", "Microsoft Office 15", "root", "office15", "MSPUB.EXE"),
("ProgramFiles", "Microsoft Office", "root", "Office16", "MSPUB.EXE"),
]
Expand Down

0 comments on commit f99c195

Please sign in to comment.