mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
Make 7-Zip ZS binary compatible with 7-Zip Standard
- you can use codec extensions for 7-zip now ;) - remove builds for: Format7zFO, Format7zUSB - also change build scripts and version numbers
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
!define FM_LINK "7-Zip File Manager.lnk"
|
||||
!define HELP_LINK "7-Zip Help.lnk"
|
||||
|
||||
!define CLSID_CONTEXT_MENU {23170F69-0803-278A-1000-000100020000}
|
||||
!define CLSID_CONTEXT_MENU {23170F69-40C1-278A-1000-000100020000}
|
||||
|
||||
#!define NO_COMPRESSION
|
||||
|
||||
@@ -536,7 +536,6 @@ Section Uninstall
|
||||
DeleteRegKey HKCR 7-Zip.hfs
|
||||
DeleteRegKey HKCR 7-Zip.iso
|
||||
DeleteRegKey HKCR 7-Zip.lha
|
||||
DeleteRegKey HKCR 7-Zip.lz
|
||||
DeleteRegKey HKCR 7-Zip.lzh
|
||||
DeleteRegKey HKCR 7-Zip.lzma
|
||||
DeleteRegKey HKCR 7-Zip.ntfs
|
||||
@@ -548,7 +547,6 @@ Section Uninstall
|
||||
DeleteRegKey HKCR 7-Zip.tar
|
||||
DeleteRegKey HKCR 7-Zip.taz
|
||||
DeleteRegKey HKCR 7-Zip.tgz
|
||||
DeleteRegKey HKCR 7-Zip.tlz
|
||||
DeleteRegKey HKCR 7-Zip.tpz
|
||||
DeleteRegKey HKCR 7-Zip.txz
|
||||
DeleteRegKey HKCR 7-Zip.vhd
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
<?endif ?>
|
||||
|
||||
|
||||
<?define ShellExtId = "{23170F69-0803-278A-1000-000100020000}" ?>
|
||||
<?define ShellExtId = "{23170F69-40C1-278A-1000-000100020000}" ?>
|
||||
|
||||
<?define BaseId = "23170F69-0803-270$(var.CpuId)" ?>
|
||||
<?define BaseId = "23170F69-40C1-270$(var.CpuId)" ?>
|
||||
<?define BaseIdVer = "$(var.BaseId)-$(var.MmHex)-$(var.VerBuild)00" ?>
|
||||
<?define ProductId = "$(var.BaseIdVer)01000000" ?>
|
||||
<?define PackageId = "$(var.BaseIdVer)02000000" ?>
|
||||
|
||||
@@ -123,7 +123,7 @@ Windows common files for Windows related code
|
||||
|
||||
Bundle Modules that are bundles of other modules (files)
|
||||
|
||||
Alone 7za.exe: Standalone version of 7-Zip console that supports only 7z/xz/cab/zip/gzip/bzip2/lzip/tar
|
||||
Alone 7za.exe: Standalone version of 7-Zip console that supports only 7z/xz/cab/zip/gzip/bzip2/tar.
|
||||
Alone7z 7zr.exe: Standalone version of 7-Zip console that supports only 7z (reduced version)
|
||||
Fm Standalone version of 7-Zip File Manager
|
||||
Format7z 7za.dll: .7z support
|
||||
|
||||
Reference in New Issue
Block a user