grahamd22 Posted March 16, 2021 Posted March 16, 2021 I am struggling to get Office 2019 to install when creating an offline MDT image, the application is in the folder. Does the config xml require a SourcePath="" as for the time being it works when online should it refence the USB E drive? and how do i add a offline powershell script to remove the win 10 rubbish apps as currently it looks to our server drives?
AJWhite1970 Posted March 16, 2021 Posted March 16, 2021 Re the win10 rubbish have you seen/used the decrapifier script? https://community.spiceworks.com/scripts/show/4378-windows-10-decrapifier-18xx-19xx-2xxx
grahamd22 Posted March 17, 2021 Author Posted March 17, 2021 Already have a similar script and pulled bits from it. How do I get the script to run if it is a offline MDT image?
computer_expert Posted March 17, 2021 Posted March 17, 2021 Pop it in the deployment share's script folder and add a task sequence step to run %ScriptRoot%\script.ps1 1
grahamd22 Posted March 17, 2021 Author Posted March 17, 2021 (edited) For Office 2019 referencing the SourcePath="" with SourcePath="E:\ (location of config.xml)" worked. Phew ! Edited March 17, 2021 by grahamd22
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