StresStimulus supports unattended installation for automated deployment purposes. To install StresStimulus unattended, run the below PowerShell script on the target machine.
Install StresStimulus Unattended
$ConfigScript = '<configuration> <startup> <supportedRuntime version="v4.0.30319"/> <supportedRuntime version="v2.0.50727"/> </startup> </configuration>' Invoke-WebRequest -Uri 'http://update.stimulustechnology.com/stresstimulus/StresStimulusInstaller_cmd.exe' -OutFile 'c:\StresStimulusInstaller_cmd.exe' New-Item -Path 'c:\' -Name 'StresStimulusInstaller_cmd.exe.config' -ItemType 'file' -Value $ConfigScript Start-Process -FilePath 'c:\StresStimulusInstaller_cmd.exe' -ArgumentList '/q', '/agent'
Overview
Content Tools