robyholmes Posted March 4, 2020 Posted March 4, 2020 Hi All, I have a school who we're wanting to setup ExamWritePad for but they don't have C++ 2013 Redistributable being installed as part of MDT. So I'm needing to deploy it retrospectively. Has anyone managed to do this without using SCCM? I'm sure you used to be able to get the MSI's out of it but that doesn't seem to be the case any more. Thanks, Rob
free780 Posted March 4, 2020 Posted March 4, 2020 You could use a startup script or scheduled task run as SYSTEM. Give domain computers read access to the share. Write a powershell script to detect c++ 2013 in HLKM\Software\Microsoft\Windows\CurrentVersion\Uninstall. If it's not present install. You could write to a text file where domain comouters have write access to keep track of where its installed successfully. Sounds painful these days without SCCM. 1
computer_expert Posted March 4, 2020 Posted March 4, 2020 You could use something like the free version of PDQ deploy to push it out. 1
robyholmes Posted March 5, 2020 Author Posted March 5, 2020 I've testing using the exacted MSI's as talked about here (With a link to the 2012 instructions as its the same). https://www.applepie.se/visual-c-2013-silent-install-and-msi
RLR Posted March 5, 2020 Posted March 5, 2020 If you have something t o deploy software like pdq, you can script it with these switches: vcredist_x86.exe /install /passive /norestart vcredist_x64.exe /install /passive /norestart 1
mavhc Posted March 5, 2020 Posted March 5, 2020 I do it via Chocolatey http://www.edugeek.net/forums/o-s-deployment/186005-chocolatey-deploy-java-flash.html#post1802114 1
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