Skip to content
⌘ NSIS Forum Archive

Help, Please!

11 posts

ciban95#

Help, Please!

Hello all! I have a problem with a NCIS script. I created a program.exe with NCIS and I want to install it with another software. I have everything that must be integrated in the original script but I make something wrong because I get this error: '' !include: error in script: "binsis.nsh" on line 3044 ''. I tried everything I know but I cannot solve it. Does anyone know what's wrong ?

Thank you!
Anders#
And what is line 3044? You need to give us all the information if we are going to have any chance of helping...
ciban95#
I don't know what is ''line 3044''... My script doesn't have 3044 lines, so I don't know what else can be. The more explicut error is:
''Invalid command: ${NSD_CreateLink}
!include: error in script: "binsis.nsh" on line 3044''

I try to combine an NSIS program with an installer given by someone. I have everything I need but I just can't make it. I'm new in this domain so probably I made some minor mistakes. If someone can and want to help please add skype: viore_ciban.

Thank you!
Anders#
Do you have "!include nsDialogs.nsh" in your script? Does binsis.nsh have 3000 lines?

Which NSIS version are you using?
ciban95#
Sir Anders, can I send you a PM with the complete script ? and explain to you what I want to do
Anders#
No. Try commenting out your code until it works, I don't have time to look at a really big script...
ciban95#
It is not a big script sir. In one script I must integrate 4 lines, and I don't really know how. I integrated 3 but on that binsis.nsh I have problems, and I need only a view of someone who knows well NSIS. You don't have to review that binsis.nsh with 3000 + lines. It's just the place where I integrated that binsis who need a review. You will not lose more than 2 minutes. Of course, just if you want. Thank you!
Yathosho#
From what I can tell, binsis.nsh is part of Better Installer, which appears to be a commercial product to build NSIS installers. I tracked down a copy of binsis.nsh online, but it's far from having 3000+ lines of code.

You're maybe better off directing your question at the makers of Better Installer — after all that's what you paid for (and if you didn't, well…)
th_mi#
Originally Posted by ciban95 View Post
Hello all! I have a problem with a NCIS script. I created a program.exe with NCIS and I want to install it with another software.
😛

NCIS scripts... that a good one...
T.Slappy#
Originally Posted by th_mi View Post
😛

NCIS scripts... that a good one...
I can remember TV series with that name and it was pretty cool! 🙂

Anyway we cannot move further until you post whole script and exact requirements...