Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from saltstack/master
Browse files Browse the repository at this point in the history
merge saltstack master into TheBigBear master
  • Loading branch information
TheBigBear committed Sep 24, 2015
2 parents 632a0c8 + e3f04cf commit 9e40d54
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 1 deletion.
19 changes: 19 additions & 0 deletions eea.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
eea:
6.2.2021.0:
full_name: 'ESET Endpoint Antivirus'
installer: 'salt://win/repo/eea/v6/eea_nt64_enu.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'salt://win/repo/eea/v6/eea_nt64_enu.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
5.0.2254.0:
full_name: 'ESET Endpoint Antivirus'
installer: 'salt://win/repo/eea/v5/eea_nt64_enu.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'salt://win/repo/eea/v5/eea_nt64_enu.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
19 changes: 19 additions & 0 deletions eea_x86.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
eea_x86:
6.2.2021.0:
full_name: 'ESET Endpoint Antivirus'
installer: 'salt://win/repo/eea/v6/eea_nt32_enu.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'salt://win/repo/eea/v6/eea_nt32_enu.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
5.0.2254.0:
full_name: 'ESET Endpoint Antivirus'
installer: 'salt://win/repo/eea/v5/eea_nt32_enu.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'salt://win/repo/eea/v5/eea_nt32_enu.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
11 changes: 10 additions & 1 deletion git.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
git:
git:
2.5.3:
full_name: 'Git version 2.5.3'
installer: 'https://github.com/git-for-windows/git/releases/download/v2.5.3.windows.1/Git-2.5.3-64-bit.exe'
install_flags: '/VERYSILENT /NORESTART /SP- /NOCANCEL'
uninstaller: '%ProgramFiles(x86)%\Git\unins000.exe'
uninstall_flags: '/VERYSILENT /NORESTART & %ProgramFiles(x86)%\Git\unins001.exe /VERYSILENT /NORESTART & exit 0'
msiexec: False
locale: en_US
reboot: False
2.5.2.2:
full_name: 'Git version 2.5.2.2'
installer: 'https://github.com/git-for-windows/git/releases/download/v2.5.2.windows.2/Git-2.5.2.2-64-bit.exe'
Expand Down
9 changes: 9 additions & 0 deletions git_x86.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
git_x86:
2.5.3:
full_name: 'Git version 2.5.3'
installer: 'https://github.com/git-for-windows/git/releases/download/v2.5.3.windows.1/Git-2.5.3-32-bit.exe'
install_flags: '/VERYSILENT /NORESTART /SP- /NOCANCEL'
uninstaller: '%ProgramFiles%\Git\unins000.exe'
uninstall_flags: '/VERYSILENT /NORESTART & %ProgramFiles%\Git\unins001.exe /VERYSILENT /NORESTART & exit 0'
msiexec: False
locale: en_US
reboot: False
2.5.2.2:
full_name: 'Git version 2.5.2.2'
installer: 'https://github.com/git-for-windows/git/releases/download/v2.5.2.windows.2/Git-2.5.2.2-32-bit.exe'
Expand Down
10 changes: 10 additions & 0 deletions grepwin.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
grepwin:
1.6.646:
full_name: 'grepWin x64'
installer: 'http://netassist.dl.sourceforge.net/project/grepwin/1.6.12/grepWin-1.6.12-x64.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://netassist.dl.sourceforge.net/project/grepwin/1.6.12/grepWin-1.6.12-x64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
10 changes: 10 additions & 0 deletions grepwin_x86.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
grepwin_x86:
1.6.646:
full_name: 'grepWin'
installer: 'http://netassist.dl.sourceforge.net/project/grepwin/1.6.12/grepWin-1.6.12.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://netassist.dl.sourceforge.net/project/grepwin/1.6.12/grepWin-1.6.12.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
10 changes: 10 additions & 0 deletions mikogo.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mikogo:
5.3.0:
full_name: 'Mikogo'
installer: 'http://download.mikogo4.com/mikogo-starter.exe'
install_flags: '/S & taskkill /F /T /IM Mikogo-Screen-Service.exe & exit 0'
uninstaller: '%AppData%\Mikogo\remover.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
10 changes: 10 additions & 0 deletions skitch.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
skitch:
2.3.2.176:
full_name: 'Skitch'
installer: 'https://evernote.s3.amazonaws.com/Skitch/win32/skitchsetup_2.3.2.176.exe'
install_flags: '--mode unattended'
uninstaller: '%PROGRAMFILES(x86)%\Evernote\Skitch\uninstall.exe'
uninstall_flags: '--mode unattended'
msiexec: False
locale: en_US
reboot: False
10 changes: 10 additions & 0 deletions skitch_x86.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
skitch_x86:
2.3.2.176:
full_name: 'Skitch'
installer: 'https://evernote.s3.amazonaws.com/Skitch/win32/skitchsetup_2.3.2.176.exe'
install_flags: '--mode unattended'
uninstaller: '%PROGRAMFILES%\Evernote\Skitch\uninstall.exe'
uninstall_flags: '--mode unattended'
msiexec: False
locale: en_US
reboot: False

0 comments on commit 9e40d54

Please sign in to comment.