You are here

Help with NSIS compile

6 posts / 0 new
Last post
ewookie
Offline
Last seen: 13 years 1 week ago
Joined: 2007-02-06 17:59
Help with NSIS compile

ok, what versions of nsis are you guys using? i've tried 3 different versions and keep getting compile errors with the provided Sudoku *.nsi...

the latest (1/13/2007) version complained that VIProductVersion (and all other VI commands) were invalid...

what am i missing here?

cavedeamon
Offline
Last seen: 15 years 10 months ago
Joined: 2006-05-20 21:58
Search Search Search

the problem has to do with missing plugins

----
eagle scout

Technology can solve all our problems, like using a laptop for a space heater in a cold tent in the middle of winter.
----

ewookie
Offline
Last seen: 13 years 1 week ago
Joined: 2007-02-06 17:59
care to elaborate...

on what plugins i'm missing?

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Its not a plugin

Im new to NSIS myself but in your .nsi file you are missing a line like:

VIProductVersion "1.0.0.0"

The 1.0.0.0 is the version number and has to be 4 digits.
Chose whatever number you like or take the original one.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

ewookie
Offline
Last seen: 13 years 1 week ago
Joined: 2007-02-06 17:59
Actually,

that's not the problem. the script i'm trying to compile isn't 'mine'...it's one included with sudoku, firefox, and filezilla.

also, i misreported my problem. it was older version of NSIS that didn't know what the VIxxxxx commands were. i had other errors with the newest version of NSIS. errors like 'what the hell is FindProc? I can't compile that, you idiot!'

i've read enough forum posts now to know that which plugins i need depends on what i want to do, so i think i need to restate my question.

what plugins would i need to compile the filezilla nsis script? OR what plugins do most people use?

tia

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Ryan

packed the most used plugins into one package:
http://www.portable.cubegames.net/plugins
it comes with an installer who copies the files into the standard directories.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Topic locked