Skip to content
⌘ NSIS Forum Archive

NSIS 1.97 - well, hopefully

33 posts

justin#
Re: Re: More 1.97 updates...

Ah stupid little bug on my end 🙂 fixing...

-Justin

Originally posted by eccles

This doesn't work with multiple parameters 🙁
Name Test
OutFile Test.exe
!macro Testing one two three
  MessageBox MB_OK '"${one}" "${two}" "${three}"'
!macroend
Section
  !insertmacro Testing 1 2 3
SectionEnd 
This gives two compiler warnings about unknown variables {two} and {three} and, when run, shows "3" "{two}" "{three}"

Love the idea tho 😛

--
Dave.
justin#
OK I fixed the macro parameter bug, and made it so if you set shit to all users, but all users is not found, it drops back to current user. and I'm calling it 1.98 for fun. It's up on firehose.net/free/nsis/.

-Justin