Build CabFile with subfolders

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm trying to Bulid a cabfile with the subfolder 'sound'.
The subfolder contains 3 sounds. When I try to install my
app (from a storage card) on my PDA the subfolder is gone,
but the sounds is in the 'root-directory'.
What am I doing wrong?
 
You better check your setup.inf file.
The [DestinationDirs] section defines what folder will it creates and
installs.

ex.
[DestinationDirs]
Files.Common=0,%InstallDir%
Files.Res=0,%InstallDir%\Res
 
Back
Top