Bor
15th April 2001, 16:13
http://www.firehose.net/free/nsis/nsis12g.exe
Made build_write_output check for errors on fwrite()
Fixed bug in WriteRegBin
Added IfErrors and ClearErrors, and made other instructions set the error flag.
Added user variables ($0-$9)
Added StrCpy, StrCmp, ReadRegStr, and ReadINIStr.
Added /NOCUSTOM switch for InstType
Cleaned up replace_data/find_data/get_data_offset code a bit (made it find offsets at startup, and update in place - should be more reliable).
Up to 34k now (ick) - will address soon :)
Made compiler extract appropriate icon resource from icon files (yay!)
Made compiler load bmp files for the enabled/disabled bitmaps so that it can resize/decompress if necessary. Files must still be 16 colors, though. Thanks to Ryan Geiss.
Made build_write_output check for errors on fwrite()
Fixed bug in WriteRegBin
Added IfErrors and ClearErrors, and made other instructions set the error flag.
Added user variables ($0-$9)
Added StrCpy, StrCmp, ReadRegStr, and ReadINIStr.
Added /NOCUSTOM switch for InstType
Cleaned up replace_data/find_data/get_data_offset code a bit (made it find offsets at startup, and update in place - should be more reliable).
Up to 34k now (ick) - will address soon :)
Made compiler extract appropriate icon resource from icon files (yay!)
Made compiler load bmp files for the enabled/disabled bitmaps so that it can resize/decompress if necessary. Files must still be 16 colors, though. Thanks to Ryan Geiss.