mikkydoos Posted November 9, 2015 Posted November 9, 2015 (edited) Hi all, I'm deploying a piece of software that requires Microsoft Visual C++ Redistributable. Trying to find a way to deploy it via GPO but can't download or extract the .msi to do it. If I unzip the .exe all I get are 30 numbered files - u0, u1, u2, u3 etc, no msi. Plenty of methods I've found on Google but non of them work with the latest version. Any suggestions ??? Cheers in advance Edited November 9, 2015 by mikkydoos
MicrodigitUK Posted November 9, 2015 Posted November 9, 2015 If you install the exe. This will extract the Msi to the c drive. Then to find it you can look up the product path in the registry bit that populates add remove programs.
mikkydoos Posted November 9, 2015 Author Posted November 9, 2015 If you install the exe. This will extract the Msi to the c drive. Then to find it you can look up the product path in the registry bit that populates add remove programs. Oooh. Cheers @MicrodigitUK Got any idea where in the registry ?
themightymrp Posted November 9, 2015 Posted November 9, 2015 Once you install it, check inside this folder: C:\ProgramData\Package Cache Sort by date and you will find a few folders relating to Visual C++ redist with enclosed .msi and .cab files
themightymrp Posted November 9, 2015 Posted November 9, 2015 You can also install it silently from the .exe if you create a startup script: vcredist_x86.exe /q:a
themightymrp Posted November 9, 2015 Posted November 9, 2015 If you're still struggling, check out the guide here: Extract MSI from Visual C++ 2012 Redistributable | The knack 1
free780 Posted November 9, 2015 Posted November 9, 2015 Use sccm. Best practice is for the software to install its own prerequisites.
mikkydoos Posted November 10, 2015 Author Posted November 10, 2015 If you're still struggling, check out the guide here: Extract MSI from Visual C++ 2012 Redistributable | The knack That did it :) Cheers @themightymrp
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