Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -47595,14 +47595,14 @@ execution:
|
||||
(Test-Path "C:\Program Files (x86)\TightVNC\tvnviewer.exe")) {exit 0} else
|
||||
{exit 1}
|
||||
get_prereq_command: |-
|
||||
Invoke-WebRequest 'https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi' -OutFile "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi"
|
||||
Invoke-WebRequest 'https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi' -OutFile "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi"
|
||||
start-sleep -s 10
|
||||
msiexec /i "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
msiexec /i "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
start-sleep -s 15
|
||||
executor:
|
||||
command: wmic /node:"#{node}" product where "name like '#{product}%%'" call
|
||||
uninstall
|
||||
cleanup_command: msiexec /i "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi"
|
||||
cleanup_command: msiexec /i "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi"
|
||||
/qn /norestart
|
||||
name: command_prompt
|
||||
elevation_required: true
|
||||
|
||||
@@ -39208,14 +39208,14 @@ execution:
|
||||
(Test-Path "C:\Program Files (x86)\TightVNC\tvnviewer.exe")) {exit 0} else
|
||||
{exit 1}
|
||||
get_prereq_command: |-
|
||||
Invoke-WebRequest 'https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi' -OutFile "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi"
|
||||
Invoke-WebRequest 'https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi' -OutFile "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi"
|
||||
start-sleep -s 10
|
||||
msiexec /i "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
msiexec /i "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
start-sleep -s 15
|
||||
executor:
|
||||
command: wmic /node:"#{node}" product where "name like '#{product}%%'" call
|
||||
uninstall
|
||||
cleanup_command: msiexec /i "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi"
|
||||
cleanup_command: msiexec /i "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi"
|
||||
/qn /norestart
|
||||
name: command_prompt
|
||||
elevation_required: true
|
||||
|
||||
@@ -391,7 +391,7 @@ wmic /node:"#{node}" product where "name like '#{product}%%'" call uninstall
|
||||
|
||||
#### Cleanup Commands:
|
||||
```cmd
|
||||
msiexec /i "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
msiexec /i "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
```
|
||||
|
||||
|
||||
@@ -404,9 +404,9 @@ if ((Test-Path "C:\Program Files\TightVNC\tvnviewer.exe")-Or (Test-Path "C:\Prog
|
||||
```
|
||||
##### Get Prereq Commands:
|
||||
```powershell
|
||||
Invoke-WebRequest 'https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi' -OutFile "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi"
|
||||
Invoke-WebRequest 'https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi' -OutFile "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi"
|
||||
start-sleep -s 10
|
||||
msiexec /i "PathToAtomicsFolder..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
msiexec /i "PathToAtomicsFolder\..\ExternalPayloads\tightvncinstaller.msi" /qn /norestart
|
||||
start-sleep -s 15
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user