install executable file in powershell - Spiceworks
#Installer $CurrentLocation = 'c:\temp' $exe = 'pidgin.exe' { Start-Process -FilePath "c:\temp\pidgin.exe" -ArgumentList "/qn" -wa... | 26 replies | PowerShell ... Chamele0n wrote: Vella, Yes the switches change from program to program. They a...