forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
audacity.sls
28 lines (28 loc) · 1.03 KB
/
audacity.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
audacity:
# '2.1.1':
# full_name: Audacity 2.1.1
# installer: 'http://heanet.dl.sourceforge.net/project/audacity/audacity/2.1.1/audacity-win-2.1.1.exe'
# install_flags: '/sp- /verysilent /norestart'
# uninstaller: '%PROGRAMFILES(x86)%\Audacity\unins000.exe'
# uninstall_flags: '/verysilent'
# msiexec: False
# locale: en_US
# reboot: False
'2.1.0':
full_name: Audacity 2.1.0
installer: 'http://heanet.dl.sourceforge.net/project/audacity/audacity/2.1.0/audacity-win-2.1.0.exe'
install_flags: '/sp- /verysilent /norestart'
uninstaller: '%PROGRAMFILES(x86)%\Audacity\unins000.exe'
uninstall_flags: '/verysilent'
msiexec: False
locale: en_US
reboot: False
'2.0.6':
full_name: Audacity 2.0.6
installer: 'http://heanet.dl.sourceforge.net/project/audacity/audacity/2.0.6/audacity-win-2.0.6.exe'
install_flags: '/sp- /verysilent /norestart'
uninstaller: '%PROGRAMFILES(x86)%\Audacity\unins000.exe'
uninstall_flags: '/verysilent'
msiexec: False
locale: en_US
reboot: False