MSI file installation failed

Sometimes the system package with MSI suffix cannot be installed normally, even if you choose to run it as an administrator.

Then you can use the following method: No need for any other third-party software assistance,

In the path where the msi file is located, open a command line window with administrator rights.

Note: Avoid Chinese characters and spaces in the path

run

msiexec /package "calibre-64bit-6.11.0.msi"

Among them,   caliber-64bit-6.11.0.msi   is the name of your installation package. Please note that it has an extension.

After successfully loading the installation package, the normal installation process will be executed.

I recently switched to a new host and encountered a new error code. . . 2203. . V_V

You can try this: ⑴ Use variables instead

① Computer -> Properties -> Advanced System Settings -> Environment Variables
About installing TortoiseSVN.msi error 2203② Change the value of Temp in the user variable to: %SystemRoot%\TEMP
About installing TortoiseSVN.msi error 2203③ Change the value of TMP in the user variable to: %SystemRoot%\TEMP
About installing TortoiseSVN.msi error 2203④ After the user variable modification is completed, you can reinstall svn.

Remember to restart your computer

The general meaning on the Internet is that when extracting files, msi cannot extract the same drive letter as the installation file. If you avoid this situation, you can also restart it and try again.


About installing TortoiseSVN.msi error 2203
About installing TortoiseSVN.msi error 2203No 2203 error was reported during the installation test. Okay, you're done.

Guess you like

Origin blog.csdn.net/ITMyFavorite/article/details/130096578