mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 07:14:55 -06:00
17 lines
403 B
Plaintext
Executable File
17 lines
403 B
Plaintext
Executable File
#include "../../MyVersionInfo.rc"
|
|
#include "resource.h"
|
|
|
|
MY_VERSION_INFO_APP("7z Setup SFX", "7zS.sfx")
|
|
|
|
IDI_ICON ICON "setup.ico"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EXTRACTION_ERROR_TITLE "Extraction Failed"
|
|
IDS_EXTRACTION_ERROR_MESSAGE "File is corrupt"
|
|
IDS_CANNOT_CREATE_FOLDER "Cannot create folder '{0}'"
|
|
IDS_PROGRESS_EXTRACTING "Extracting"
|
|
END
|
|
|
|
#include "../../UI/FileManager/ProgressDialog.rc"
|