forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
evernote.sls
28 lines (28 loc) · 982 Bytes
/
evernote.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
evernote:
'6.9.7.6770':
full_name: 'Evernote v. 6.9.7'
installer: 'https://cdn1.evernote.com/win6/public/Evernote_6.9.7.6770.exe'
install_flags: '/quiet'
uninstaller: 'msiexec.exe'
uninstall_flags: '/x {D47E7D82-0D98-11E7-A6D6-005056951CAD} /qn /norestart'
msiexec: False
locale: en_US
reboot: False
'6.9.6.6729':
full_name: 'Evernote v. 6.9.6'
installer: 'https://cdn1.evernote.com/win6/public/Evernote_6.9.6.6729.exe'
install_flags: '/quiet'
uninstaller: 'msiexec.exe'
uninstall_flags: '/x {D47E7D82-0D98-11E7-A6D6-005056951CAD} /qn /norestart'
msiexec: False
locale: en_US
reboot: False
'6.5.4.4720':
full_name: 'Evernote v. 6.5.4'
installer: 'https://cdn1.evernote.com/win6/public/Evernote_6.5.4.4720.exe'
install_flags: '/quiet'
uninstaller: 'msiexec.exe'
uninstall_flags: '/x {D47E7D82-0D98-11E7-A6D6-005056951CAD} /qn /norestart'
msiexec: False
locale: en_US
reboot: False