Has anyone seen this using the toolkit? This is an exe that when run by itself or even thru sccm works just fine. However if I put it in the PS script it appears to do nothing and the only thing in the log is this " Execution failed with code: 5 " I am not sure if this is a time-out issue or what is going on but the file is clearly not executing on the system using the tool...
Here is the command in the script I am using:
Show-InstallationProgress "Oracle 10.2.0.1"
Here is the command in the script I am using:
Show-InstallationProgress "Oracle 10.2.0.1"
$output = Execute-Process -FilePath "$dirFiles\Oracle\Oracle_10_2_0_1_0_R3NQ_DE.exe"