i have 2000 machines with different versions of google chrome. i want to standardize and update all versions to be the same. is there a script to push to update all versions the same
i have 2000 machines with different versions of google chrome. i want to standardize and update all versions to be the same. is there a script to push to update all versions the same
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
rockhead44
9 years ago
Posted by:
castane9
9 years ago
i am actually using that same install, but i am looking for a script to remove any old version that may be user installed.
is there a script i can use.
thanks
Comments:
-
You could create a batch file and run this script (test it first) before calling the Chrome .msi:
Run this line in your batch file prior to calling the Google Chrome .msi
WMIC product where "Name LIKE '%%Google Chrome%%'" call uninstall /nointeractive - rockhead44 9 years ago