Hi everybody,
I've produced a soft for Windows Mobile 2003. For many reasons, this
soft needs a lot of files installed on the device, for running.
I'm trying to produce a cab file which includes these files (let's say
an hundred).
I know cabwiz and the INF files, but it will be very time consuming to
write the inf file describing all the files !! :-((
Is there a tip for handling a large amount of files in INF files ?
SOmething like wildcard :
[SourceDisksFiles]
*.wav = 1
or directory :
[SourceDisksFiles]
/MyDirectory = 1
Thanks for any help.