Skip to content
⌘ NSIS Forum Archive

Invalid comand

2 posts

Veerugadde#

Invalid comand

Hello

Working on software serial code verification posted through following thread

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


The below command is been invalid during compilation.Can anyone please help me out with the below command invalidation ?

PassDialog:😁ialog Serial \
/HEADINGTEXT 'Please enter the serial code located on the software CD case...' \
/CENTER \
/BOXDASH 12 70 5 '' \
/BOXDASH 92 70 5 '' \
/BOXDASH 172 70 5 '' \
/BOXDASH 252 70 5 '' \
/BOX 332 70 5 ''


Thanks.
Comperio#
That call is from the PassDialog plugin, which means you're probably missing the dll from your plugins folder.

Refer to the docs for PassDialog to make sure you have all the pieces in the right place.