home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
adg_7_8
/
setup.rc
< prev
next >
Wrap
Text File
|
1991-02-21
|
2KB
|
29 lines
/****************************************************************************
Module name: Setup.RC
Programmer : Jeffrey M. Richter.
*****************************************************************************/
#include <windows.h>
#include "setup.h"
#include "dialog.h"
#include "setup.dlg"
ICN_SETUP ICON PRELOAD FIXED Setup.Ico
ICN_DISK ICON PRELOAD FIXED Disk.Ico
STRINGTABLE PRELOAD FIXED
BEGIN
IDS_NOMETERLIB, "Setup cannot find the METER.DLL file.\nPlease verify the distribution diskette."
IDS_NOMEMORY, "Insufficient memory to run Setup.\nClose some applications and try again."
IDS_NOSETUPINFOFILE, "The %s file cannot be found.\nPlease verify the distribution diskette."
IDS_NODISKSPACE, "Drive %c: contains %ldK of free disk space.\nSetup requires a minimum of %ldK.\nPlease select another drive."
IDS_CANTMAKEDIR, "The %s directory cannot be created.\nEnter another directory or try another drive."
IDS_QUERYABORT, "Setup has not completed installing the software.\nAre you sure you want to cancel?"
IDS_SETUPNOGOOD, "The software has not been successfully installed.\nYou must run Setup again before using the software."
IDS_PMADDOK, "Setup has installed the software successfully\nand added the application(s) to the Program Manager."
IDS_PMADDNOGOOD, "Setup has installed the software successfully\nbut could not add the application(s) to the Program Manager."
IDS_NOMEMORYCOPY, "Insufficient memory to copy file.\nClose another application or cancel Setup."
IDS_CANTOPENDST, "Cannot create destination file.\nTry again or cancel Setup."
END