Skip to content
⌘ NSIS Forum Archive

Current Development Snapshot problem

8 posts

RIV@NVX#

Current Development Snapshot problem

Not compileable - problem (missing file) in makensis.nsi line 270.
RIV@NVX#
!define VER_MAJOR 2
!define VER_MINOR 0b0 
This messes the whole thing up also (begin of makensis.nsi).
Label it as
!define VER_MAJOR 2
!define VER_MINOR 0b1 
RIV@NVX#
Also, with those "new" branding texts - size is limited (too short). It doesn't change regarding to legnth of the string.
AndiG#
Another one

Current NSIS 2.0b1 doesn't correctly !InstallNSIS.bat:

!define: "MUI_UI" already defined!
Error in script "Examples/makensis.nsi" on line 35 -- aborting creation process
Der Befehl "nsis20b1.exe" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

Cheers,
Andi