What is the difference between .msi and .tar.bz2?
- Extension
- .msi
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Microsoft
- The GNU Project
- Description
- It is a file that store all information needed by the Windows Installer to install or uninstall a software. It contains all the requirements for efficient and flawless package installation on Windows OS.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/x-ole-storage
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .msi on Wikipedia
- .tar.bz2 on Wikipedia