PDA

View Full Version : NSIS 1.1p


justin
16th March 2001, 00:59
http://firehose.net/free/nsis/

Changes:
RMDir has optional /r switch.
Delete deletes read-only files now.

-Justin

s1138
16th March 2001, 01:33
thanks justin!

spaetz
16th March 2001, 01:35
It's not in this version, but:

-The Exepacker possibillity is great (saves 20k) and
-!system is great (it became hard to perform system calls, because W2K(or NT?) calls command.com cmd.com (or was it cmd.exe?).
So I always got complaints on different WinVersions which I couldn't debug. I always ended up writing small C utils that performed the action and got deleted afterwards. Much better this way!!!

Thanks

justin
16th March 2001, 15:47
Whoa there.. !system doesn't actually do ANYTHING for the installer.. It just executes that command AT COMPILE TIME. :)

Important difference...

-Justin

spaetz
16th March 2001, 18:33
Ooops,should have read the introductionary lines a bit more thoroughly... :-) (or turned on my brain before posting)

/me blushes and sinks into the ground