What is the difference between .nsis and .tar.7z?
- Extension
- .nsis
- .tar.7z
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Nullsoft
- Igor Pavlov
- Description
- It is an installer authoring tool for Microsoft Windows-based on script files and is used to declare logic and tasks for application installers.
- This format works based on the LZMA principle compression algorithm. It was originally used in 7-Zip archives. tar.7z archives were created for storing info about file owners and for ease of use in Unix systems, based on a TAR archiving tool.
- MIME Type
- application/x-nsis
- application/x-7z-compressed
- Wikipedia
- .nsis on Wikipedia
- .tar.7z on Wikipedia