lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Daniel Quintela wrote:

I must to balance features vs. size, but I promise you to take 7Zip into account at the next stage of development. :-)

Great!

if d.efa > 32 then
            setup.log( 'Creating ' .. d.name .. ' directory...')
        else
            setup.log( 'Installing ' .. d.name .. ' ...')
        end
don't work (all file are directory for the installer).
[cut]
As you can see, the Lua code only logs "all" the files in the zip, it installs nothing.

The problem was in (d.efa > 32): results always false during my test.

You are now in my helpers list. ;-)
Sure!

matteo!