-
Using the packaging wizard, how can I add an entire folder (directory) to the .CAB file? What I want is a 'Sound' folder added to the users App Path, that will contain all the .wav files. I want the SetUp to automatically create a 'Sound' folder and put the sound files in it.
Thanks
-
You must manually add all the sound files you want to distribute whith your application.
You do that in the "Included Files" screen of PDW.
Then in the "Install Locations" screen edit the path for your sounds file to this:
$(AppPath)\Sound
Good luck!