0% found this document useful (0 votes)
81 views

Why Do I Get NSIS Error - NSIS

The document discusses reasons for receiving an NSIS error when installing software and provides solutions. Common causes of the error include a corrupted or incomplete download file, damaged physical media, or malware infection. Suggested fixes are to clear caches, download from another source, update antivirus software, disable security programs, and contact the software developer for support. As a last resort, the installer can be run with the /NCRC flag to bypass integrity checks, but this is not recommended.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

Why Do I Get NSIS Error - NSIS

The document discusses reasons for receiving an NSIS error when installing software and provides solutions. Common causes of the error include a corrupted or incomplete download file, damaged physical media, or malware infection. Suggested fixes are to clear caches, download from another source, update antivirus software, disable security programs, and contact the software developer for support. As a last resort, the installer can be run with the /NCRC flag to bypass integrity checks, but this is not recommended.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

6/17/2019 Why do I get NSIS Error?

- NSIS

Why do I get NSIS Error?


From NSIS Wiki

If you are reaching this page from an error message, you are having a problem installing a program. The
downloaded file is either incomplete or modified from the original file. While this page will outline basic
solutions:

Please contact the publisher or developer of the program you are installing for
complete support.

What does this message mean?


The installer has failed a self-check. This means that for some actions, the installer file has been altered from
its original form. If the install were to continue, the software install would not be complete and will be
broken. To prevent further problems, the installer refused to continue.

How do I fix the problem?


There are a number of ways the developer can modify the script to avoid this issue, but we'll cover steps to
fix the problem on your end. If all these steps don't work, please contact the developers or publishers of the
software you are attempting to install or your normal computer support channels.

If the software was obtained from the Internet

1. Clear your browser's cache.


2. Disable any download accelerators or managers and download the installer again.
3. Rename the installer so it is a simple one-word name with no special characters (without removing the
.exe suffix)
Example: install.exe
4. Download the installer from another source approved by the software developer or publisher.
It might be corrupted on the server, or the connection to the server is unreliable from your
location.
5. Update your anti-virus software (if installed) and download the installer again.
6. Disable your anti-virus software and download the installer again.
7. Download the installer using another computer and copy it to the original computer.
8. If you have the nVidia firewall installed, uninstall the program and download the installer again.
9. Scan for, and remove malware and viruses on your system.
10. Scan the hard drive using scandisk, chkdsk, or any other hard drive repair tool.
11. For people of ROMANIA who use FireFox in Romanian language try this tutorial:
http://www.tutorialepc.ro/nsis-error-error-launching-installer-remediere-problema-2.html
12. Wait for Windows Update to finish updating drivers.

If the software was obtained from a CD, DVD, or other physical media:

If you are receiving this problem from an installer located on a disc or other media besides the Internet, then
the problem may be due to a hardware failure or more likely the physical media being damaged. Try reading
https://nsis.sourceforge.io/Why_do_I_get_NSIS_Error%3F 1/4
6/17/2019 Why do I get NSIS Error? - NSIS

files from other parts of the media. If you are receiving read errors with other files on the disc, then the
problem is likely due to damaged media. You will need to contact the source of the physical media for a
replacement.

Final options
As a last resort, the installer can be executed even though it's corrupted. To bypass the corruption test, pass
/NCRC on the command line. To do so, go to Start->Run, type cmd and hit Enter. A black console window
should open. Drag the installer into the window, hit Space and type /NCRC. Hit Enter again and the installer
should start. This is not recommended!

When all else fails, you will need to contact either the developers of the software you're attempting to
download or your personal computer support channels.

Why can't NSIS help me?


NSIS developed the "envelope" that contains the software you are attempting to install, not the software
itself. NSIS is an open-source community that develops the software which installs software. This allows any
software developer, including you, to use NSIS to ease the process of installing software. The problems you
are having involve an outside party modifying the installer and is beyond NSIS' control.

Again, we stress that you contact the developer or publisher of the software you are attempting to
install. NSIS did not create the software you are attempting to install and therefor NSIS can not help you
beyond the steps outlined on this page.

NSIS Error Messages


For public record, here are what the NSIS error messages look like:
Installer integrity check has failed. Common causes include
incomplete download and damaged media. Contact the
installer's author to obtain a new copy.

More information at:


http://nsis.sf.net/NSIS_Error

In NSIS versions prior to 2.35 (independent of installed software), the error states:
The installer you are trying to use is corrupted or incomplete.
This could be the result of a damaged disk, a failed download or a virus.

You may want to contact the author of this installer to obtain a new copy.

It may be possible to skip this check using the /NCRC command line switch
(NOT RECOMMENDED).

Retrieved from "https://nsis.sourceforge.io/mediawiki/index.php?


title=Why_do_I_get_NSIS_Error%3F&oldid=24640"
Category:

General FAQ

Views

Page
Comment
View source
History

https://nsis.sourceforge.io/Why_do_I_get_NSIS_Error%3F 2/4
6/17/2019 Why do I get NSIS Error? - NSIS

Personal tools

Create account
Log in

Website navigation

Main Page
News
Features
Screenshots
NSIS 2
License
Documentation
Support
Community
FAQ
Bug Reports
Requests
Developer Center
Plug-ins
Tutorials
Examples
Download
Special Builds
Development Files
Users
Contact
Wiki Information

Search

Custom Search

donate

ads

Save Time, Edit


Fast
Grammarly

Fix misplaced
commas,
misused words,
grammar goofs,
and more. Try
now!

DOWNLOAD

https://nsis.sourceforge.io/Why_do_I_get_NSIS_Error%3F 3/4
6/17/2019 Why do I get NSIS Error? - NSIS

This page was last edited on 7 December 2015, at 11:52.


Disclaimers

https://nsis.sourceforge.io/Why_do_I_get_NSIS_Error%3F 4/4

You might also like