forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdex.sls
28 lines (28 loc) · 991 Bytes
/
cdex.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
cdex:
'1.79':
full_name: 'CDex - Open Source Digital Audio CD Extractor'
installer: 'http://mirror.cdex.mu/CDex-1.79-win32.exe'
install_flags: '/S'
uninstaller: '%PROGRAMFILES(x86)%\CDex\uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'1.75':
full_name: 'CDex - Open Source Digital Audio CD Extractor'
installer: 'http://softlayer-ams.dl.sourceforge.net/project/cdexos/cdexos/CDex 1.75/CDex-1.75-win32.exe'
install_flags: '/S'
uninstaller: '%PROGRAMFILES(x86)%\CDex\uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'1.72':
full_name: 'CDex - Open Source Digital Audio CD Extractor'
installer: 'http://softlayer-ams.dl.sourceforge.net/project/cdexos/cdexos/CDex 1.72/CDex-1.72-win32.exe'
install_flags: '/S'
uninstaller: '%PROGRAMFILES(x86)%\CDex\uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False