1370b324cSopenharmony_ci#include "../../MyVersionInfo.rc" 2370b324cSopenharmony_ci#include "resource.h" 3370b324cSopenharmony_ci 4370b324cSopenharmony_ciMY_VERSION_INFO_APP("7z Setup SFX", "7zS.sfx") 5370b324cSopenharmony_ci 6370b324cSopenharmony_ciIDI_ICON ICON "setup.ico" 7370b324cSopenharmony_ci 8370b324cSopenharmony_ciSTRINGTABLE 9370b324cSopenharmony_ciBEGIN 10370b324cSopenharmony_ci IDS_EXTRACTION_ERROR_TITLE "Extraction Failed" 11370b324cSopenharmony_ci IDS_EXTRACTION_ERROR_MESSAGE "File is corrupt" 12370b324cSopenharmony_ci IDS_CANNOT_CREATE_FOLDER "Cannot create folder '{0}'" 13370b324cSopenharmony_ci IDS_PROGRESS_EXTRACTING "Extracting" 14370b324cSopenharmony_ciEND 15370b324cSopenharmony_ci 16370b324cSopenharmony_ci#include "../../UI/FileManager/ProgressDialog.rc" 17