kevin_lane Posted November 20, 2020 Posted November 20, 2020 we have a network share that currently holds the installation files for Office Pro 2019, currently is executed via a batch script that calls the setup.exe - which looks like this setup.exe /configure staff.xml I'm trying to make our lifes a bit easier and trying to get sccm to install this upon being images via a TS using the Run Command Line option from ts when i come to reimage the test laptop it popped up with the ms office 365 screen and then another message came up about saying unable to install office "\\xxxx\xxxxxx\CDN_Office2019\setup.exe" /configure staff.xml - just tried this hast worked (got the pop up) "\\xxxx\xxxxxxx\CDN_Office2019\setup.exe /configure staff.xml" - trying this next - which i dont think will work any suggestions
clareq Posted November 20, 2020 Posted November 20, 2020 Set up the deployment as a script Installer. You don't need a batch script - just point SCCM to the setup.exe. So in my deployment, the content tab has the path to the installer - which in your case would be \\xxxx\xxxxxxx\CDN_Office2019\ and the programs tab has setup.exe /configure configuration.xml
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now