Archive: InstType error


InstType error
I want to build a NSIS installer with HM NIS Edit. I have following line in it:

InstType "Vollinstallation" /NOCUSTOM

When I try to compile it, following error message appears:

InstType expects 1 parameters, got 2.
Usage: InstType [un.]install_type_name | /NOCUSTOM | /CUSTOMSTRING=str | /COMPONENTSONLYONCUSTOM
Error in script "C:\Homepage Glump\Überarbeitung HP\Quiz\Untitled1.nsi.hmnetempscript" on line 34 -- aborting creation process

What's wrong with it? Please tell me or give me a correct example. Thanks!


Split it up:

InstType "Voll..."
InstType /NOCUSTOM