What is the difference between .nsis and .tgz?
- Extension
- .nsis
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Nullsoft
- GNU
- 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.
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- MIME Type
- application/x-nsis
- application/x-compressed
- Sample
- sample.tgz
- Wikipedia
- .nsis on Wikipedia
- .tgz on Wikipedia