Microsoft Visual C++ 2012 Redistributable (x86): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 December 2023

30 November 2023

5 November 2023

  • curprev 05:2405:24, 5 November 2023DoctorDalek talk contribs 913 bytes +913 Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching Visual C++ 2012 Redistributable (x86). |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "Microsoft Visual C++ 2012 Redistributable (x86)*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight>..."