Forum Discussion
Michael_Binger
May 24, 2021Copper Contributor
Start with prerequisites when deploying LOB apps
I'm trying to deploy our BI app via Endpoint Manager, but it has some prerequisites. When they are not installed in the correct order, the installation fails. I have made 4 PS scripts that takes...
May 25, 2021
Hi,
You could add those scripts to one PowerShell scripts which calls up the scripts one at the time and convert it to a Win32App. (or create on big powershell script...)The win32app has all of the scripts in it, its just like a big zip file with a installation file
This app would call upon the first install script. This script will call upon the separate scripts.
You could add those scripts to one PowerShell scripts which calls up the scripts one at the time and convert it to a Win32App. (or create on big powershell script...)The win32app has all of the scripts in it, its just like a big zip file with a installation file
This app would call upon the first install script. This script will call upon the separate scripts.