|
|
#1 |
|
Member
Join Date: Apr 2001
Posts: 51
|
What must I put in nsiconf.nsi and in my NSI script to be able to compress the header with UPX 1.20 Win32 console version installed in "C:\Program Files\upx120w" ? I use NSIS 1.2g .
|
|
|
|
|
|
#2 |
|
Member
Join Date: Apr 2001
Posts: 89
|
Try
!packhdr "temp.dat" "c:\progra~1\upx120w\upx.exe -best temp.dat" |
|
|
|
|
|
#3 |
|
Member
Join Date: Apr 2001
Posts: 51
|
Where ?
In command line, in my script or in nsisconf.nsi ?
|
|
|
|
|
|
#4 |
|
Member
Join Date: Apr 2001
Posts: 89
|
In your script file. Put it as one of the first lines.
|
|
|
|
|
|
#5 |
|
Member
Join Date: Apr 2001
Posts: 51
|
!packhdr does not exist in NSIS 1.2g
There is a command PackEXEHeader, though.
|
|
|
|
|
|
#6 |
|
Member
Join Date: Apr 2001
Posts: 89
|
How can you possibly know about the PackExeHeader instruction and ignore the big notice saying that it will be replaced with "!PackHdr" !?!?
Please read the documentation carefully and thoroughly! |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Apr 2001
Location: Melbourne, Australia
Posts: 207
|
Repzilon's using v1.2g. !PackHdr doesn't exist yet.
|
|
|
|
|
|
#8 |
|
Member
Join Date: Apr 2001
Posts: 89
|
Hrm, Justin still hasn't updated the Winamp developer download page? Argh.......
Please try NSIS 1.43: http://www.firehose.net/free/nsis/ |
|
|
|
|
|
#9 |
|
Member
Join Date: Apr 2001
Posts: 51
|
I don't like functions
This is the reason why I stick to version 1.2g .
|
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Apr 2001
Location: Melbourne, Australia
Posts: 207
|
You aren't required to use functions. You really should upgrade. Chances are you won't have to change your script much at all.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|