MArmstrong Posted August 20, 2021 Posted August 20, 2021 Hi, i'm having problems deploying Office 2019. I finally tracked it down to Automation Studio having installed the Microsoft Access database engine 2010 which is preventing the install. However, I cannot uninstall it via a script which I can deploy (manually removing it is fine but unfeasible for the amount of machines I need to do this on) I have tried from the command line: msiexec /x {90140000-00D1-0409-0000-0000000FF1CE} /qn I have tried from PS MsiExec.exe /X {90140000-00D1-0409-0000-0000000FF1CE} /quiet /norestart" -Wait -NoNewWindow Taking off the quiet switches shows that it is expecting a response to 'Are you sure you want to uninstall' Any help / ideas would be appreciated
MArmstrong Posted August 20, 2021 Author Posted August 20, 2021 ok found a solution from a helpful guy on Spiceworks if anyone else has this problem: x64 version: MsiExec.exe /qn /norestart /X{90140000-00D1-0409-1000-0000000FF1CE} x86 version: MsiExec.exe /qn /norestart /X{90140000-00D1-0409-0000-0000000FF1CE}
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