Today I needed to re-install Microsoft Pex on my develop machine.
I'm using Windows 7, 32 bit, Visual Studio 2010, .NET 2/3.5
I launched the usual installer, but it stopped with a mysterious 2753 error.
How can I proceed with the installation?
The solution is:
I hope this could be a solution for other people.
Verify if OS version is compatible with SDK version.
Trying to install Windows SDK 8, I had the same error code. The problem occurred because my OS version is 8.1.
The documentation for error 2753 is fairly explicit:
"The File '[2]' is not marked for installation."
And typically you get it when you try to run a custom action based on a executable file that you're not installing or is absent for some other reason. If the file is in a feature or component that is not being installed and you call it as a CA you get this error. If the version of the file on disk is higher than yours in the MSI then yours won't be installed so you'll get this error because the exe you explicitly wanted to run as a CA didn't get installed.
I had a similar 2753 error when trying to install Windows SDK for Windows 8 on Windows 10.
Then I see from the above link this:
Supported operating systems
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
So I decided not to hack around and use Windows SDK for Window 10.
The error is gone.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With