English

Create Executable Self-extracting Archive in Python

Sometimes you may need to create self-extracting archives (SFX or SEA) for the convenience of your users. In this blog post, we’ll explore how to create self-extracting archives programmatically in Python.
September 19, 2023 · 3 min · Usman Aziz

Create Executable Self-extracting Archive in C#

A self-extracting archive (SFX or SEA) is a special type of file that contains compressed data along with executable instructions. This archive has the ability to extract the files it contains by itself. Therefore, you don’t need any specific extractor or decompressor application to open self-extracting archives. In this article, you will learn how to create executable self-extracting archives in C# from within your .NET applications.
January 10, 2022 · 3 min · Usman Aziz