Page 1 of 1

CABS to EXE issues....

PostPosted: Feb 18, 2003 @ 7:38am
by brendan
Hi All, I've a very interesting issue:

I have 3 cab files, and using ezsetup I try to create a .EXE installer, eg:

ezsetup -l english -i cs.ini -r readme.txt -e lic.txt -o cs.exe

here is the contents of the cs.ini file:

[CEAppManager]
Version = 1.0
Component = CounterSheep

[CounterSheep]
IconFile = cs.ico
IconIndex = 0
Description = CounterSheep by Oz Creations
CabFiles = cs.ppc2002_arm.CAB,cs.ppc30_arm.CAB,cs.ppc30_mips.CAB

now the three .CAB files exist, and all appears fine, it builds the .exe etc, you can see the tmp files being created (10mb etc), blah blah blah, except the final end product the cs.exe file is only 14kb, and when executed returns : cs.exe is not a valid win32 application!

-any ideas?