Archive: !insertmacro MULTIUSER_INIT causing error


!insertmacro MULTIUSER_INIT causing error
I am trying to use the example from Anders at http://home.no/pub/NSIS/Samples/InstallDualMode.nsi

Everytime I try and compile I get the followinge errors...

!insertmacro : MULTIUSER_INIT
Invalid command: ${GetParameters}
Error in macro MULTIUSER_INIT_CHECKS on macroline 84
Error in macro MULTIUSER_INIT on macroline 4

Anyone any ideas whats causing it?


If I remove the line....

define MULTIUSER_INSTALLMODE_COMMANDLINE

It does compile, that help any?


Works fine for me (2.46 ish), is your FileFunc.nsh broken?