Hey guys,
I can't install gpmc because it says some .NET framework is required....
Hey guys,
I can't install gpmc because it says some .NET framework is required....
As found, that old out‑of‑band GPMC package was written for 32‑bit systems and will fail on many 64‑bit clients/servers because the downloadable installer expects a 32‑bit environment. Microsoft documented the OOB GPMC as a 32‑bit product while later OS releases (Vista / Server 2008 and newer) include a 64‑bit GPMC as a feature. (See Microsoft’s compatibility/requirements notes and the GPMC download page.)
and correctly showed one practical workaround: editing the MSI to bypass the installer’s prereq checks. That approach can work, but it is essentially an unsupported hack. Risks include breaking future updates or reporting features, creating MSI repair/UAC oddities, and producing a configuration you can’t easily reapply via supported deployment tools. If this path is chosen, always work on copies in a lab, keep the original MSI, and validate every scenario before touching production.
Safer, supported alternatives:
References for the above (official guidance and tools):
Short checklist: prefer supported installs (RSAT / Server feature) first; use PowerShell for automation; only edit MSI files in a lab, with backups and full testing.
I've tried installing the .NET framework through add/remove programs and the same error comes up. I downloaded and installed the windows update for .NET 2.0 and the same error happened.
:sad:Unfortunately... this one is solved
Microsoft
The GPMC does not run on 64-bit versions of Microsoft Windows.
Hello
You can get GPMC running on x64.
You don't need .Net 1.1, .Net 2.0 that comes with the OS will do.
What you have to do is edit the GPMC.MSI with Orca for example and take out the requirement for .Net.
I've had to do it a number of times so I have put ORCA.MSI and brief instructions (if you want to do it yourself) and a modified GPMC.MSI (if you your don't) on my web site.
Hope that helps.
Hi,
im facing the same issue now try to use orca.msi to modify gpmc.msi,
Please help to provide the what are the tables need to be removed from gpmc.msi or help me providing the modified gpmc.msi
Thank you
Hello
In ORCA I removed (right click and drop row) the action called BlockOnNoNetFramework in both the InstallExecuteSequence and InstallUISequence tables.
I've been moving things around on my site, here's the new link...
There's a link to a pre-modifed GPMC there.
Cheers
Thank you very much..finally i was able to install GPMC on my PC, I was not able to download from your site as it came out with page cannot be displayed,so modified the msi as per your instruction and it worked.
Thanks a lot.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.