deploy-mso.dst.exe C:\Users\test22\AppData\Roaming\mv\components\deploy-mso.dst.exe -s -pjabu2bn_tk5mysq
2620deploy-mso.exe "C:\Users\test22\AppData\Roaming\mv\components\deploy-mso.exe" /configure C:\Users\test22\AppData\Local\Temp\install.xml
2680powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile "$package = Get-AppxPackage Microsoft.Office.Desktop -allUsers; if (!$package) { $Error.Add(\"Package is not installed\")}; if ($error.Count -eq 0) { Out-File -FilePath 'C:\Users\test22\AppData\Local\Temp\Office.ValidateResult.scratch' -InputObject '1' -Encoding ascii; } else { Out-File -FilePath 'C:\Users\test22\AppData\Local\Temp\Office.ValidateResult.scratch' -InputObject '0' -Encoding ascii; Out-File -FilePath 'C:\Users\test22\AppData\Local\Temp\Office.ValidateError.scratch' -InputObject $error -Encoding ascii;} "
2792powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile "$package = Get-AppxPackage Microsoft.Office.Desktop -allUsers; if (!$package) { $Error.Add(\"Package is not installed\")}; if ($error.Count -eq 0) { Out-File -FilePath 'C:\Users\test22\AppData\Local\Temp\Office.ValidateResult.scratch' -InputObject '1' -Encoding ascii; } else { Out-File -FilePath 'C:\Users\test22\AppData\Local\Temp\Office.ValidateResult.scratch' -InputObject '0' -Encoding ascii; Out-File -FilePath 'C:\Users\test22\AppData\Local\Temp\Office.ValidateError.scratch' -InputObject $error -Encoding ascii;} "
2900