#vAgentConfiguration.agentTempDir#\dotnetfx.exe /q /c:"install.exe /v/qb-"
djmundyAnyone know how to get this script to first download the .NET file from Microsoft's servers rather than my Kaseya server?
FCCSonlineIt still bugs me that we need to write scripts for things like this, when we were told Kaseya patch management would do it...
markgsu-Get variable for agent temp path -Write the file -Lets say its #Temp_Path#\dotnet20(x86).exe is where the file is -Execute it with these switches #Temp_Path#\dotnet20(x86).exe /q:a /c:"install /l /q" -