forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autopsy.sls
37 lines (37 loc) · 1.47 KB
/
autopsy.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
29
30
31
32
33
34
35
36
37
autopsy:
'4.0.0':
full_name: 'Autopsy'
installer: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/4.0.0/autopsy-4.0.0-64bit.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/4.0.0/autopsy-4.0.0-64bit.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'3.1.3':
full_name: 'Autopsy'
installer: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/3.1.3/autopsy-3.1.3-64bit.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/3.1.3/autopsy-3.1.3-64bit.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'3.1.2':
full_name: 'Autopsy'
installer: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/3.1.2/autopsy-3.1.2-64bit.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/3.1.2/autopsy-3.1.2-64bit.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'3.1.1':
full_name: 'Autopsy'
installer: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/3.1.1/autopsy-3.1.1-64bit.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://heanet.dl.sourceforge.net/project/autopsy/autopsy/3.1.1/autopsy-3.1.1-64bit.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False