forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpu-z.sls
20 lines (20 loc) · 783 Bytes
/
cpu-z.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Source: http://www.cpuid.com/softwares/cpu-z.html
cpu-z:
'1.74.0':
full_name: 'CPUID CPU-Z 1.74'
installer: 'http://download.cpuid.com/cpu-z/cpu-z_1.74-en.exe'
install_flags: '/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
uninstaller: '%ProgramFiles(x86)%\CPU-Z\unins000.exe'
uninstall_flags: '/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
msiexec: False
locale: en_US
reboot: False
'1.73.0':
full_name: 'CPUID CPU-Z 1.73'
installer: 'http://download.cpuid.com/cpu-z/cpu-z_1.73-en.exe'
install_flags: '/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
uninstaller: '%ProgramFiles(x86)%\CPU-Z\unins000.exe'
uninstall_flags: '/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
msiexec: False
locale: en_US
reboot: False