17 lines
419 B
Plaintext
17 lines
419 B
Plaintext
#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"
|