mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
16.01
This commit is contained in:
committed by
Kornel Lesiński
parent
66ac98bb02
commit
bec3b479dc
+2
-2
@@ -10,8 +10,8 @@ AppName = "7-Zip"
|
||||
InstallDir = %CE1%\%AppName%
|
||||
|
||||
[Strings]
|
||||
AppVer = "16.00"
|
||||
AppDate = "2016-05-10"
|
||||
AppVer = "16.01"
|
||||
AppDate = "2016-05-19"
|
||||
|
||||
[CEDevice]
|
||||
; ProcessorType = 2577 ; ARM
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 16
|
||||
!define VERSION_MINOR 00
|
||||
!define VERSION_MINOR 01
|
||||
!define VERSION_POSTFIX_FULL ""
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
|
||||
+3
-2
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "16" ?>
|
||||
<?define VerMinor = "00" ?>
|
||||
<?define VerMinor = "01" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
@@ -59,6 +59,7 @@
|
||||
<?define CompFormats = "$(var.CompId)10" ?>
|
||||
<?define CompCodecs = "$(var.CompId)11" ?>
|
||||
<?define CompLang = "$(var.CompId)12" ?>
|
||||
<?define CompShellExt2 = "$(var.CompId)13" ?>
|
||||
<?define CompInstallRegCU = "$(var.CompId)80" ?>
|
||||
<?define CompInstallRegLM = "$(var.CompId)81" ?>
|
||||
<?define CompInstallRegWild = "$(var.CompId)82" ?>
|
||||
@@ -190,7 +191,7 @@
|
||||
|
||||
<?if $(var.MyCPU) = "x64" ?>
|
||||
|
||||
<Component Id="ShellExt32" Guid="$(var.CompShellExt)" DiskId="1" Win64="no">
|
||||
<Component Id="ShellExt32" Guid="$(var.CompShellExt2)" DiskId="1" Win64="no">
|
||||
<File Id="_7zip32.dll" Name="7-zip32.dll" />
|
||||
<Registry Id="shellReg0_32" Action="write" Type="string" Root="HKCR"
|
||||
Key="CLSID\$(var.ShellExtId)\InprocServer32"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
7-Zip 16.00 Sources
|
||||
7-Zip 16.01 Sources
|
||||
-------------------
|
||||
|
||||
7-Zip is a file archiver for Windows.
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
HISTORY of the 7-Zip source code
|
||||
--------------------------------
|
||||
|
||||
16.01 2016-05-19
|
||||
-------------------------
|
||||
- Some bugs were fixed,
|
||||
- Some internal changes to reduce the number of compiler warnings.
|
||||
|
||||
|
||||
16.00 2016-05-10
|
||||
-------------------------
|
||||
- 7-Zip now can extract multivolume ZIP archives (z01, z02, ... , zip).
|
||||
|
||||
Reference in New Issue
Block a user