forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bulk_extractor.sls
28 lines (28 loc) · 1.04 KB
/
bulk_extractor.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
bulk_extractor:
'1.5.5':
full_name: 'Bulk Extractor 1.5.5'
installer: 'http://digitalcorpora.org/downloads/bulk_extractor/bulk_extractor-1.5.5-windowsinstaller.exe'
install_flags: ' /S /norestart'
uninstaller: '%PROGRAMFILES(x86)%\Bulk Extractor 1.5.5\uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'1.5.1':
full_name: 'Bulk Extractor 1.5.1'
installer: 'http://digitalcorpora.org/downloads/bulk_extractor/bulk_extractor-1.5.1-windowsinstaller.exe'
install_flags: ' /S /norestart'
uninstaller: '%PROGRAMFILES(x86)%\Bulk Extractor 1.5.1\uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'1.5.0':
full_name: 'Bulk Extractor 1.5.0'
installer: 'http://digitalcorpora.org/downloads/bulk_extractor/bulk_extractor-1.5.0-windowsinstaller.exe'
install_flags: ' /S /norestart'
uninstaller: '%PROGRAMFILES(x86)%\Bulk Extractor 1.5.0\uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False