|
|
1.1 ! root 1: extern VOID BuildLists(VOID); ! 2: extern VOID Install(VOID); ! 3: extern VOID BuildCopyList(VOID); ! 4: extern VOID BuildBillboardList(VOID); ! 5: extern VOID AskQuit(VOID); ! 6: ! 7: #define cchMax 255 ! 8: ! 9: extern int installType; ! 10: extern char szInstallPath[cchMax]; ! 11: extern char szSrcDir[cchMax]; ! 12: ! 13: #define itComplete 1 ! 14: #define itCustom 2 ! 15: #define itMinimum 3 ! 16: ! 17: ! 18: // these are usually defined as used in CUI.DLL ! 19: #define DLG_WELCOME 100 ! 20: #define HELP_APPLICATION 900 ! 21: #define DLG_INSTALLPATH 300 ! 22: #define HELP_INSTALLPATH 900 ! 23: #define DLG_INVALIDPATH 6400 ! 24: #define DLG_DESTISSRC 6400 ! 25: #define DLG_PATHTOOLONG 6400 ! 26: #define DLG_BLANK 6400 ! 27: ! 28: #define DLG_CREATEDIR 100 ! 29: #define HELP_CREATEDIR 900 ! 30: ! 31: #define DLG_INSTALLTYPE 800 ! 32: #define HELP_INSTALLTYPE 900 ! 33: ! 34: #define DLG_BOARD1 5000 ! 35: #define DLG_BOARD2 5000 ! 36: #define DLG_BOARD3 5000 ! 37: #define DLG_BOARD4 5000 ! 38: #define DLG_REGINI 5000 ! 39: ! 40: #define DLG_QUIT 200 ! 41: #define HELP_ASKQUIT 900 ! 42: #define DLG_ERROR 400 ! 43: ! 44: #define IDC_CONTINUE ((WORD)('C'+'O')) ! 45: #define IDC_CANCEL ((WORD)('C'+'A')) ! 46: #define IDC_PATHTOOLONGEXIT ((WORD)('E'+'X')) ! 47: #define IDC_ERROREXIT ((WORD)('C'+'O')) ! 48: #define IDC_QUITEXIT ((WORD)('E'+'X')) ! 49: #define IDC_QUITCONTINUE ((WORD)('C'+'O')) ! 50: #define IDC_TYPEEXIT ((WORD)('E'+'X')) ! 51: #define IDC_CREATEEXIT ((WORD)('E'+'X')) ! 52: #define IDC_CREATERETRY ((WORD)('R'+'E')) ! 53: #define IDC_CREATECONTINUE ((WORD)('C'+'O')) ! 54: #define IDC_BLANKEXIT ((WORD)('E'+'X')) ! 55: #define IDC_BLANKCONTINUE ((WORD)('C'+'O')) ! 56: #define IDC_DESTISSRCEXIT ((WORD)('E'+'X')) ! 57: #define IDC_DESTISSRCCONTINUE ((WORD)('C'+'O')) ! 58: #define IDC_INVALIDEXIT ((WORD)('E'+'X')) ! 59: #define IDC_INVALIDCONTINUE ((WORD)('C'+'O')) ! 60: #define IDC_PATHEXIT ((WORD)('E'+'X')) ! 61: #define IDC_PATHCANCEL ((WORD)('C'+'A')) ! 62: #define IDC_BACK ((WORD)('B'+'A'))
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.