Archive: Current Development Snapshot problem


Current Development Snapshot problem
  Not compileable - problem (missing file) in makensis.nsi line 270.


I have changed some filesnames :) I'll fix it.



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
>

Fixed :D


Also, with those "new" branding texts - size is limited (too short). It doesn't change regarding to legnth of the string.


I just fixed that.


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


Thanks. Will be fixed.