Good evening,

Could one of you WiX developers please integrate UPX
(http://upx.sourceforge.net/) in order to add support for LZMA
compression?

MakeMSI already has UPX support, and has had so for quite some time.

Here's an excerpt from his macro language:

#define+ DLLCA-C_COMPRESS_DLL_COMMAND_LINE      ;;Need to
OVERRIDE value (we couldn't do it earler or "GetFullBuildTimeFileName"
wouldn't exist!)

        ;--- I expect "upx.exe" to be in the "PATH" environment variable ----
        "<??@@UpxFile>"                                ;;Full name of
UPX.EXE (get from "http://upx.sourceforge.net/";)

        ;--- I want highest compression -------------------------------------
        --best

        ;--- Backup the DLL as a debugging aid... ---------------------------
        -k
    #)

Please add support for LZMA.

Thanks,

Alec Taylor

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to