nsis
nsis copied to clipboard
Target NSIS 3.0
It's now out.
For the record, here are commands introduced in v3.0:
- FileReadUTF16LE (standard FileRead isn't implemented either, see remarks for
FileWriteUTF16LEbelow) - FileReadWord
- FileWriteUTF16LE (add parameter to existing
fileWrite?) - FileWriteWord
- ManifestDPIAware
- ManifestSupportedOS
- VIFileVersion
The compile-time command !makensis is also new, but if I'm not mistaken, this DSL currently supports no compile-time commands at all.
I'm not sure if this repository is still active, but I still wanted to document the changes since NSIS v3.0:
v3.01
v3.03
- !gettlbversion
- IntPtrCmp, IntPtrCmpU, and IntPtrOp
- Int64Cmp, Int64CmpU and Int64Fmt (64-bit only)
v3.05
v3.06
v3.08
The repo is alive, I keep it up to date with patches for things like CI (I changed over to GitHub actions yesterday), but I'm not actively using the project. I'd welcome a co-maintainer or PR's for any of the above functionality. I still think the underlying idea is a good one.