I have a script, in which this code fails, with an exit code of -2145124322 $new.ExitCode > $null $filePath = "wusa.exe" $argumentList = "`"\\PX_SERVER\Rollouts\Microsoft\VirtualPC\Windows6.1-KB958559-x64-RefreshPkg.msu`" /quiet /norestart" $exitCode = (Start-Process -FilePath:$filePath -argumentList:$argumentList -wait -errorAction:Stop -PassThru).ExitCode Write-Host $exitCode Now, the main script has about 15,000 lines of "other stuff going on", and [...] read more
i try to install "Visual C++ Redistributable Packages for Visual Studio 2015" on my windows 7 (x86/32Bit),but a have an error like this: [3AE0:5AE4][2015-12-12T06:27:41]i001: Burn v3.7.3813.0, Windows v6.1 (Build 7601: Service Pack 1), path: c:\TEMP\vc_redist.x86.exe, cmdline: '-burn.unelevated BurnPipe.{B576E00C-35B9-4E00-8FC8-142B71641368} {3637D34E-0977-4805-A09A-FB8271D79723} 14600' [3AE0:5AE4][2015-12-12T06:27:41]i000: Setting string variable 'WixBundleLog' to value 'c:\TEMP\dd_vcredist_x86_20151212062741.log' [3AE0:5AE4][2015-12-12T06:27:41]i000: Setting [...] read more