NSIS Error, trying to do command /NCRC

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
q23p
Newbie
Newbie
Posts: 1
Joined: Sat Dec 13, 2008 12:38 pm

NSIS Error, trying to do command /NCRC

Post by q23p »

Hi all,

i just dled stuff where i know its downloaded from the correct place.

But it gives me NSIS Error.

Its possible to ignore the wrong CRC with command line command /NCRC.

How to execute the command /NCRC ?

i tried wine blah.exe /NCRC
and
wine blah.exe -NCRC

both don't skip the crc check as if the prog doesnt take the command.
TempUser
Newbie
Newbie
Posts: 2
Joined: Wed Feb 11, 2009 6:28 pm

Post by TempUser »

maybe you should make a shortcut on your Desktop..
in the shortcut properties, Command looks kinda like
env WINEPREFIX="/home/YOU/.wine" wine "C:\installer\installer.exe /NCRC"
guess that should do the trick, albeit true Wine people will want to give us a better way..

and then again, you should just re-download the NSIS installer, CRC errors are a bad sign.
Locked