First commit, only with CLI tools

This commit is contained in:
2019-03-13 11:06:13 +01:00
commit e88675331c
22 changed files with 1690 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
name: Install exe file, example with WinSCP
revision: 1
steps:
- REPOTOLOCAL|WinSCP-5.13.4-Setup.exe
- CMD|WinSCP-5.13.4-Setup.exe /VERYSILENT /NORESTART

View File

@@ -0,0 +1,6 @@
name: Install MSI with options (Do not put standard silent options!)
revision: 2
steps:
- REPOTOLOCAL|msiwithoptions.msi
- INSTALLMSI|msiwithoptions.msi ADDLOCAL=Server SERVER_REGISTER_AS_SERVICE=1 SERVER_ADD_FIREWALL_EXCEPTION=1 SERVER_ALLOW_SAS=1
- REMOVE|C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ProgramThatIDoNotWantUserToSee|Delete start menu folder

View File

@@ -0,0 +1,5 @@
name: Install MSI File. By default, it is silent
revision: 1
steps:
- REPOTOLOCAL|simplemsi.msi
- INSTALLMSI|simplemsi.msi

View File

@@ -0,0 +1,7 @@
name: Remove WinRar as Example
revision: 4
steps:
- UNINSTALL|WinRAR|This uninstalls WinRAR from Control Panel directly (Powershell powered uninstall)
- NOERROR|Do not fail if this fails
- CMD|"C:\Program Files\WinRAR\Uninstall.exe" /S
- ENDNOERROR|End of never exit if fail