How To Fix NSIS Error Android Studio In Windows NSIS Error In Windows During Software Installation
The Command Prompt is a powerful tool, and you can use that to your advantage here. Click Start and type cmd and open it
When it opens, drag the installer inside the window. You see that the path to the installer will show up on the Command Prompt screen. Don’t press Enter yet. Press Spacebar, and type /NCRC after the setup path.
If the path to the executable file doesn’t show up when you drag it into the Command Prompt (Window) then manually type and browse to the location.
Then press Enter and the setup should start. The /NCRC command will make the installer skip the corruption test, and it will continue running even if there is an error with it. Keep in mind though, that this will install your software, but if there is a serious error, it might not work.
Comments