Tag Archives: msi

Error code is 2502 / 2503 when installing MSI format installation package under win10 or win8

An error was reported when installing SVN (MSI format) under Win10:

The installer has encountered an unexpected error installing this package.this may indicate a problem with package.the error code is 2502.

The installer has encountered an unexpected error installing this package.this may indicate a problem with package.the error code is 2503.

finally found that usually in win8 or win10 under the installation of msi format package may appear when the error.

this is the permission problem of the system, the solution is as follows:
1. Combine the keys win+x and select “command prompt (administrator)”

2, run command: msiexec /package “install package path”