Ads
related to: winzip self extractor requires elevation
Search results
Results From The WOW.Com Content Network
A self-extracting archive created using 7-Zip. A self-extracting archive (SFX or SEA) is a computer executable program which combines compressed data in an archive file with machine-executable code to extract the information. Running on a compatible operating system, it does not need a suitable extractor in the target computer to extract the data.
Self Extracting Archive Classic Mac OS: Classic Mac OS (implicitly) A pre-Mac OS X Self-Extracting Archive format. StuffIt, Compact Pro, Disk Doubler and others could create .sea files, though the StuffIt versions were the most common. .sen Scifer Multiple Multiple Yes Scifer Archive with internal header .sfx Self Extracting Archive
The operating systems the archivers can run on without emulation or compatibility layer. Ubuntu's own GUI Archive manager, for example, can open and create many archive formats (including Rar archives) even to the extent of splitting into parts and encryption and ability to be read by the native program.
Thus, when a ZIP file is viewed in a text editor the first two bytes of the file are usually "PK". (DOS, OS/2 and Windows self-extracting ZIPs have an EXE before the ZIP so start with "MZ"; self-extracting ZIPs for other operating systems may similarly be preceded by executable code for extracting the archive's content on that platform.)
WinZip 1.0 was released in April 1991 as a graphical user interface (GUI) front-end for PKZIP. [5]Former WinZip icon. From version 6.0 until version 9.0, registered users could download the newest versions of the software, enter their original registration information or install over the top of their existing registered version, and thereby obtain a free upgrade.
On older versions, self-extracting archives were vulnerable to arbitrary code execution through DLL hijacking: they load and run a DLL named UXTheme.dll, if it is in the same folder as the executable file. [33] [34] [35] 7-Zip 16.03 Release notes say that the installer and SFX modules have added protection against DLL preloading attack. [2]
Other well-known software with CAB archive support includes WinZip, WinRAR or 7-Zip. The aforementioned cabextract is a common tool for Linux systems, [13] but is only capable of extracting archives. The gcab tool however can both extract and create CAB archives. [14] For a full list, see Comparison of file archivers § archive formats.
If elevation is required, then ERROR_ELEVATION_REQUIRED will be returned. [23] If elevation is not required, a success return code will be returned at which point one can use TerminateProcess() on the newly created, suspended process. This will not allow one to detect that an executable requires elevation if one is already executing in an ...