|
|
|
|
#1 |
|
Junior Member
Join Date: Feb 2002
Location: Portugal
Posts: 38
|
source information
Could you guys give any pointers on what parts I would need to change (in the code) to compleatelly remove exehead_zlib.exe and exehead_bzip2.exe from makensis?
Also about the language strings does it require a "*.nlf" or does makensis.exe has some built in? if so where? Thanks for any help... |
|
|
|
|
|
#2 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
The standard English NLF strings are included in the compiler.
|
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
The default strings are in lang.cpp.
To remove the other exeheads start with exehead.h. NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Feb 2002
Location: Portugal
Posts: 38
|
Thanks, already found the lang strings now for the hard part...
|
|
|
|
|
|
#5 |
|
Senior Member
|
Of course removing exehead_zlib and exehead_bzip2 will not affect the size of the resulting installer that makensis generates.
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Feb 2002
Location: Portugal
Posts: 38
|
I know I just whant to remove the code from the CExeBuilder class to make it smaller.
My idea is to use it directely by making a "interface" class to it, I'm still seeing if I can handle something like this, but it isn't easy, NSIS isn't very commented and I'm not very bright ...
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|