المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Installation Compression Question



C# Programming
05-19-2009, 12:52 AM
Good people,

We have created a .NET application that will include several MP3 music files. We have approximately 12 MP3 files. These files are quite large (some are around 11MB). Therefore, our installable executable file is also quite large.

We plan on reducing the size of the MP3 files, however, I was wondering if there was some sort of best practice or common way to include music files in your .NET software application? If I zip up all the MP3 files, how do I tell .NET installer to unzip the files into the correct directory?

Thanks,
Blitz