mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 4
|
||||
!define VERSION_MINOR 52
|
||||
!define VERSION_MINOR 53
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
@@ -239,7 +239,6 @@ Section
|
||||
File sk.txt
|
||||
File sl.txt
|
||||
File sq.txt
|
||||
File sr.txt
|
||||
File sr-spc.txt
|
||||
File sr-spl.txt
|
||||
File sv.txt
|
||||
@@ -251,7 +250,6 @@ Section
|
||||
File uz.txt
|
||||
File va.txt
|
||||
File vi.txt
|
||||
File vr.txt
|
||||
File zh-cn.txt
|
||||
File zh-tw.txt
|
||||
|
||||
|
||||
27
DOC/7zip.wxs
27
DOC/7zip.wxs
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "4" ?>
|
||||
<?define VerMinor = "52" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define VerMinor = "53" ?>
|
||||
<?define VerBuild = "03" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
<?define MmmmVer = "$(var.MmVer).$(var.VerBuild).0" ?>
|
||||
@@ -189,20 +189,14 @@
|
||||
<File Id="_7z.exe" Name="7z.exe" />
|
||||
</Component>
|
||||
|
||||
|
||||
<?if $(var.Is64) = "yes" ?>
|
||||
|
||||
<Component Id="CmdLineA" Guid="$(var.CompCmdLineA)" DiskId="1" Win64="$(var.Is64)">
|
||||
<File Id="_7za.exe" Name="7za.exe" />
|
||||
</Component>
|
||||
|
||||
<?endif ?>
|
||||
|
||||
|
||||
<Component Id="Gui" Guid="$(var.CompGui)" DiskId="1" Win64="$(var.Is64)">
|
||||
<File Id="_7zG.exe" Name="7zG.exe" />
|
||||
</Component>
|
||||
|
||||
<Component Id="Formats" Guid="$(var.CompFormats)" DiskId="1" Win64="$(var.Is64)">
|
||||
<File Id="_7z.dll" Name="7z.dll" />
|
||||
</Component>
|
||||
|
||||
<Component Id="GuiSfx" Guid="$(var.CompGuiSfx)" DiskId="1" Win64="$(var.Is64)">
|
||||
<File Id="_7z.sfx" Name="7z.sfx" />
|
||||
</Component>
|
||||
@@ -226,10 +220,6 @@
|
||||
</File>
|
||||
</Component>
|
||||
|
||||
<Component Id="Formats" Guid="$(var.CompFormats)" DiskId="1" Win64="$(var.Is64)">
|
||||
<File Id="_7z.dll" Name="7z.dll" />
|
||||
</Component>
|
||||
|
||||
<Directory Id="MyLang" Name="Lang">
|
||||
<Component Id="Lang" Guid="$(var.CompLang)" DiskId="1" Win64="$(var.Is64)">
|
||||
<File Id="en.ttt" Name="en.ttt" />
|
||||
@@ -288,7 +278,6 @@
|
||||
<File Id="sk.txt" Name="sk.txt" />
|
||||
<File Id="sl.txt" Name="sl.txt" />
|
||||
<File Id="sq.txt" Name="sq.txt" />
|
||||
<File Id="sr.txt" Name="sr.txt" />
|
||||
<File Id="sr_spl.txt" Name="sr-spl.txt" />
|
||||
<File Id="sr_spc.txt" Name="sr-spc.txt" />
|
||||
<File Id="sv.txt" Name="sv.txt" />
|
||||
@@ -300,7 +289,6 @@
|
||||
<File Id="uz.txt" Name="uz.txt" />
|
||||
<File Id="va.txt" Name="va.txt" />
|
||||
<File Id="vi.txt" Name="vi.txt" />
|
||||
<File Id="vr.txt" Name="vr.txt" />
|
||||
<File Id="zh_cn.txt" Name="zh-cn.txt" />
|
||||
<File Id="zh_tw.txt" Name="zh-tw.txt" />
|
||||
</Component>
|
||||
@@ -323,9 +311,6 @@
|
||||
<ComponentRef Id="Fm" />
|
||||
<ComponentRef Id="ShellExt" />
|
||||
<ComponentRef Id="CmdLine" />
|
||||
<?if $(var.Is64) = "yes" ?>
|
||||
<ComponentRef Id="CmdLineA" />
|
||||
<?endif ?>
|
||||
<ComponentRef Id="Gui" />
|
||||
<ComponentRef Id="GuiSfx" />
|
||||
<ComponentRef Id="ConSfx" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
7-Zip 4.52 Sources
|
||||
7-Zip 4.53 Sources
|
||||
------------------
|
||||
|
||||
7-Zip is a file archiver for Windows 95/98/ME/NT/2000/2003/XP/Vista.
|
||||
|
||||
Reference in New Issue
Block a user