The solution to the winXPNsisError error is to first open the task manager, kill the processes avp.exe and wincom.exe, then delete some files, and then use anti-virus software to conduct a comprehensive scan. Basically, it will be fine.
1. English meaning: This error often occurs when running a program created with Nullsoft Scriptable Install System (NSIS). The cause may be that the downloaded file is incomplete, or the disk area where the program is stored is damaged, or it may be caused by a virus. Regardless of the reason, it is recommended that you contact the author of the program, download it again, and then install it. Or add the parameter /NCRC to the command line and try to install it. (This method is not recommended).
2. Nine times out of ten it is due to poisoning
First open the task manager, kill the processes avp.exe and wincom.exe, and then delete the following files (if they can be found):
C:\WINDOWS\system32\wincom.exe
c:\Program Files\ver.txt
C:\WINDOWS\system32\DRIVERS\winsys.sys
C:\winsys.exe
C:\winsys.inf
C:\winsys.sys
C:\ver.txt
C:\avp.exe
Then use anti-virus software to fully scan, basically it will be fine.
3. Improper computer security settings
Provide you with a simple solution. Copy the following text into a .bat file and then execute
reg delete HKLM\SOFTWARE\ Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths /va
You can also execute this command in CMD, which will generally solve your problem. This is a solution to errors caused by improper security settings.
4. If it still doesn't work, please check whether your disk has logical errors and whether your memory is stable.
The above is the detailed content of Detailed explanation of WinXPNsisError fault solution. For more information, please follow other related articles on the PHP Chinese website!