iscc: Fix running windows installers
Fix found by AleXoundOS
> I figured out what caused the problem! By default, mkDerivation uses strip operations for all binaries in $out/bin,
> what caused $out/bin/Setup.e32 file to become stripped and lose some crucial parts which must be copied to resulting installer executable.
> Adding dontStrip = 1 fixes the problem.
Co-authored-by: Alexander Tomokhov <alexoundos@gmail.com>