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.
NSIS Error, trying to do command /NCRC
maybe you should make a shortcut on your Desktop..
in the shortcut properties, Command looks kinda like
and then again, you should just re-download the NSIS installer, CRC errors are a bad sign.
in the shortcut properties, Command looks kinda like
guess that should do the trick, albeit true Wine people will want to give us a better way..env WINEPREFIX="/home/YOU/.wine" wine "C:\installer\installer.exe /NCRC"
and then again, you should just re-download the NSIS installer, CRC errors are a bad sign.