As soon as the process has finished, the ExitCode is checked. The function Execute-Process is starting the vs.exe and then it´s waiting for the process to finish. Now when i test the installation of my package on a local virtual machine i call the deployment script from a powershell prompt. This is the command i am using in the PSADTK to install Visual Studio:Įxecute-Process -Path '$dirFiles\VS.exe' -Parameters '-noweb', The package itself is using the (ingenious) AppDeployToolkit, so Visual Studio gets installed via PowerShell. Each Software package is created as an application in SCCM. We are using Microsoft SCCM to deploy Software. Now i´m facing a strange issue installing Microsoft Visual Studio 2017 Professional (at least it seems being strange to me).
I´m working as a software packager in a german company.