Some last changes before release...

This commit is contained in:
Tino Reichardt
2016-07-14 11:36:02 +02:00
parent 958738c058
commit fd0da64ec8
6 changed files with 1869 additions and 1831 deletions

View File

@@ -34,7 +34,7 @@ static const WCHAR *k_Reg_Software_7zip = L"Software\\7-Zip";
#define _64BIT_INSTALLER 1
#endif
#define k_7zip_with_Ver_base L"7-Zip Zstd " LLL(MY_VERSION)
#define k_7zip_with_Ver_base L"7-Zip ZStandard " LLL(MY_VERSION)
#ifdef _64BIT_INSTALLER
#define k_7zip_with_Ver k_7zip_with_Ver_base L" (x64)"

View File

@@ -6,7 +6,7 @@
#include "../../7zVersion.rc"
#include "resource.h"
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Installer ZStd", "7zipInstall", "7zipInstall.exe")
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Installer ZStandard", "7zipInstall", "7zipInstall.exe")
1 ICON "7zip.ico"

View File

@@ -28,7 +28,7 @@
#define _64BIT_INSTALLER 1
#endif
#define k_7zip_with_Ver_base L"7-Zip Zstd " LLL(MY_VERSION)
#define k_7zip_with_Ver_base L"7-Zip ZStandard " LLL(MY_VERSION)
#ifdef _64BIT_INSTALLER
#define k_7zip_with_Ver k_7zip_with_Ver_base L" (x64)"

View File

@@ -6,7 +6,7 @@
#include "../../7zVersion.rc"
#include "resource.h"
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Uninstaller", "Uninstall", "Uninstall.exe")
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Uninstaller ZStandard", "Uninstall", "Uninstall.exe")
1 ICON "7zipUninstall.ico"

View File

@@ -50,7 +50,6 @@ class CDecoder:public ICompressCoder,
UInt32 _inSize;
bool _eofFlag;
// ZBUFF_DCtx *_state;
void *_state;
DProps _props;

View File

File diff suppressed because it is too large Load Diff