Search code examples
windows-installerpex

Error code 2753 during install


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?


Solution

  • The solution is:

    • From the command line launch "regsvr32 vbscript.dll".
    • After a few moments the message "DllRegisterServer in vbscript.dll succeeded." will appear

    I hope this could be a solution for other people.