Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Installation Compression Question

Installation Compression Question

Scheduled Pinned Locked Moved C#
questioncsharpdiscussion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BlitzPackage
    wrote on last edited by
    #1

    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

    L M 2 Replies Last reply
    0
    • B BlitzPackage

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Zipping MP3's generally doesn't help

      1 Reply Last reply
      0
      • B BlitzPackage

        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

        M Offline
        M Offline
        Moreno Airoldi
        wrote on last edited by
        #3

        MP3 is a compressed format, and it's lossy, hence it gives a quite good compression rate. Zipping MP3s won't usually reduce their size enough to make a difference.

        2+2=5 for very large amounts of 2 (always loved that one hehe!)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups