View Full Version : NSIS error
--------------------------------------------------------------------------------
polo04-06-2005, 08:55 AM
whenever i donwload new files. After opening it a message shows "NCIS Error"
it says that the installer is corrupted . I have to download the file again. It also says "It may be possible to skip this check using /NRC command line switch" i dont know what to do. I am running win xp pro please help
--------------------------------------------------------------------------------
Speedy Gonzales04-06-2005, 09:01 AM
How are u downloading these files?
With a download manager or the default one for whatever browser u use?
Some download manager programs can corrupt downloads.
--------------------------------------------------------------------------------
Mike04-06-2005, 09:04 AM
It sounds like your Windows Installer might have become corrupted. You could try clearing your browser cache and downloading again, but I imagine that if it's happening regularly then this method won't work.
You could also try downloading and installing the latest Windows Installer (http://www.microsoft.com/downloads/details.aspx?familyid=889482FC-5F56-4A38-B838-DE776FD4138C&displaylang=en) from Microsoft.HTH
Mike.
--------------------------------------------------------------------------------
polo04-06-2005, 09:14 AM
My downloading is alright. Some files are alright and some are not. I dont use any any download manager. I need to know how to use the NRC command line switch
--------------------------------------------------------------------------------
Graham L04-06-2005, 03:03 PM
Polo, I don't think you can use a /NRC option. However, there is a (not recommended) /NCRC option. ;) If the install package is called "fredinstall.exe", just enter fredinstall.exe /NCRCto a Command window. This will try to do the install without doing a CRC check as each component of the software is decompressed. It's not recommended, because the package isn't useful unless it's all correct. You are getting an error when the check is done.
From a quick look around Google, this problem can be caused by various things. If you are short of disk space, the decompression can fail. A discussion on a NASA site resulted in the problem download package being rebuilt using a different method of compression. So it might be a basic problem in the package itself.
--------------------------------------------------------------------------------
Speedy Gonzales04-06-2005, 03:36 PM
I know this error can happen, if u download a incomplete file.
I just tried it, to test it with winamp, with a download manager, stopped it and tried to run the incomplete download. It said exactly the same error you're asking about.
This is the error you're getting?
http://sal.neoburn.net/imagef1/files/nsiserr.jpg
--------------------------------------------------------------------------------
jjstewart20-06-2005, 01:53 PM
I had the same problem. Speedy Gonzales' idea that an incomplete file was downloaded appears to have been my problem. The file shouldn't have closed, but it did. And it produced the NSIS Error.
I wish error messages were generated with the same care that the main part of the program gets. I have programmed for many years and probably the thing that took the longest to learn is to trap errors properly so you can give the user the correct solution. All too often the programmer puts an "on error jump to errmsg" instead of "on error filsiz jump to filsizerrmsg" and on error "on error nodotoveri just to putdotmsg" like they should do.