home *** CD-ROM | disk | FTP | other *** search
/ Master 95 #1 / MASTER95_1.iso / microsof / vbasic4 / vb4-6.cab / setupres.bas < prev    next >
Encoding:
BASIC Source File  |  1995-07-26  |  5.9 KB  |  204 lines

  1. Attribute VB_Name = "basSetupRes"
  2. Option Explicit
  3. Option Compare Text
  4.  
  5. '
  6. 'Global vars
  7. '
  8. Global Const resSETMSG% = 1
  9.  
  10. '
  11. 'frmBegin
  12. '
  13. Global Const resSPECDEST% = 100
  14. Global Const resSPECNODEST% = 101
  15.  
  16. '
  17. 'frmWelcome
  18. '
  19. Global Const resWELCOME% = 200
  20.  
  21. '
  22. 'frmPath
  23. '
  24. Global Const resSRCPROMPT% = 300
  25. Global Const resDESTPROMPT% = 301
  26. Global Const resDESTDIR% = 302
  27. Global Const resCREATE% = 303
  28. Global Const resCHANGEDIR% = 304
  29. Global Const resINSTFROM% = 305
  30.  
  31. '
  32. 'Setup1.Bas
  33. '
  34. Global Const resCALCSPACE% = 400
  35. Global Const resDRVREAD% = 401
  36. Global Const resDRVCHK% = 402
  37. Global Const resCANTOPEN% = 403
  38. Global Const resCANTREAD% = 404
  39. Global Const resCANTWRITE% = 405
  40. Global Const resCHKSPACE% = 406
  41. Global Const resMAKEDIR% = 407
  42. Global Const resASKEXIT% = 411
  43. Global Const resINTERRUPTED% = 412
  44. Global Const resCANRUN% = 413
  45. Global Const resINCOMPLETE% = 414
  46. Global Const resQUITNOW% = 415
  47. Global Const resQUITSETUP% = 416
  48. Global Const resSUCCESS% = 417
  49. Global Const resERROR% = 418
  50. Global Const resALLOCUNIT% = 419
  51. Global Const resSAMEASSRC% = 420
  52. Global Const resNOCREATE% = 421
  53. Global Const resNOTPROTECT% = 422
  54. Global Const resINSERT% = 423
  55. Global Const resDISK% = 424
  56. Global Const resINTO% = 425
  57. Global Const resSECTNAME% = 426
  58. Global Const resINVLINE% = 427
  59. Global Const resDIRSPECIFIED% = 428
  60. Global Const resDIRINVALID% = 429
  61. Global Const resNOTEXIST% = 430
  62. Global Const resDIRINVNAME% = 431
  63. Global Const resWRITEPROT% = 432
  64. Global Const resINUSE% = 433
  65. Global Const resOUTOFSPACE% = 434
  66. Global Const resACCESSVIOLATION% = 435
  67. Global Const resSHARINGVIOLATION% = 436
  68. Global Const resOUTOFMEMORY% = 437
  69. Global Const resCANNOTCREATE% = 438
  70. Global Const resCANNOTDELETE% = 439
  71. Global Const resCANNOTRENAME% = 440
  72. Global Const resCANNOTREADSRC% = 441
  73. Global Const resCANNOTREADDST% = 442
  74. Global Const resBUFFTOOSMALL% = 443
  75. Global Const resNOINSTALL% = 444
  76. Global Const resCHKCONNECT% = 445
  77. Global Const resWARNIGNORE% = 446
  78. Global Const resTEMPDRIVE% = 447
  79. Global Const resERR_VSHARE% = 448
  80. Global Const resCANTREADUNC% = 449
  81. Global Const resCHECKUNC% = 450
  82. Global Const resCANTFINDAPPREMOVALLOG = 451
  83. Global Const resBADCOMMANDLINE = 452
  84. Global Const resCANTFINDAPPREMOVALEXE = 453
  85. Global Const resAPPREMOVALICONNAME = 454
  86. Global Const resCANTREGISTERAPPREMOVER = 455
  87. Global Const resCANTCREATEAPPREMOVALICON = 456
  88. Global Const resOVERWRITEPRIVATE = 457
  89. Global Const resOVERWRITEPRIVATE2 = 458
  90. Global Const resCANCELSETUP = 459
  91. Global Const resCHOOSENEWDEST = 460
  92. Global Const resVERIFYCONTINUE = 461
  93. Global Const resERR_REG = 462
  94. Global Const resMICROSOFTSHARED = 463
  95. Global Const resCANTCREATEPROGRAMGROUP = 465
  96. Global Const resCANTCREATEPROGRAMICON = 466
  97. Global Const resCANTCOPYLOG = 467
  98. Global Const resCANTFINDREGFILE = 468
  99. Global Const resCANTRUNCLIREG = 469
  100. Global Const resREMOTELINENOTFOUND = 470
  101. Global Const resPROGRAMMANAGER = 471
  102. Global Const resUNEXPECTEDRPCREGDAT = 472
  103.  
  104. '
  105. 'Setup1.Frm
  106. '
  107. Global Const resBADDEFDIR% = 500
  108. Global Const resDISKSPACE% = 501
  109. Global Const resPROGMAN% = 502
  110. Global Const resUPDATING% = 503
  111. Global Const resNOEXE% = 504
  112. Global Const resSETUP% = 505
  113. Global Const resNOSETUPLST% = 506
  114. Global Const resUNEXPECTED% = 507
  115. Global Const resNOFOLDERFORICON = 508
  116. Global Const resSTILLWITHINACTION = 509
  117. Global Const resREMAUTGROUPNAME = 510
  118. Global Const resAUTMGR32ICON = 511
  119. Global Const resRACMGR32ICON = 512
  120.  
  121. '
  122. 'Common.Bas
  123. '
  124. Global Const resDISKSPCERR% = 600
  125.  
  126. '
  127. 'Forms/Controls
  128. '
  129. Global Const resFRMDIRECTORY% = 701
  130. Global Const resBTNCHGDIR% = 702
  131. Global Const resBTNEXIT% = 703
  132. Global Const resLBLBEGIN = 704
  133. Global Const resBTNCANCEL% = 705
  134. Global Const resLBLDESTFILE% = 706
  135. Global Const resBTNINSTALLNOW% = 707
  136. Global Const resBTNCHGDRV% = 708
  137. Global Const resLBLDRIVE% = 709
  138. Global Const resLBLAVAIL% = 710
  139. Global Const resLBLNEEDED% = 711
  140. Global Const resLBLREQUIRED% = 712
  141. Global Const resLBLNOSPACE% = 713
  142. Global Const resBTNOK% = 714
  143. Global Const resLBLDRIVES% = 715
  144. Global Const resLBLDIRS% = 716
  145. Global Const resLBLPATH% = 717
  146. Global Const resLBLRUNNING% = 718
  147.  
  148. '
  149. 'ServerDt.Frm
  150. '
  151. Global Const resNETWORKADDRESS = 900
  152. Global Const resNETWORKPROTOCOL = 901
  153. Global Const resOK = 902
  154. Global Const resCANCEL = 903
  155. Global Const resREMOTESERVERDETAILSTITLE = 904
  156. Global Const resREMOTESERVERDETAILSLBL = 905
  157. Global Const resNOTEPROTOSEQNOTSUPPORTED = 906
  158. Global Const resNOTEPROTOSEQINVALID = 907
  159. Global Const resPROTOSEQUNEXPECTEDERR = 908
  160. Global Const resNOPROTOCOLSINSETUPLST = 909
  161. Global Const resNOPROTOCOLSSUPPORTED1 = 910
  162. Global Const resNOPROTOCOLSSUPPORTED2 = 911
  163. Global Const resSELECTEDPROTONOTSUPPORTED = 912
  164.  
  165. '
  166. 'Logging (common with bootstrapper)
  167. '
  168. #If Win32 And LOGGING Then
  169. Global Const resLOG_FILEUPTODATE = 2000
  170. Global Const resLOG_FILECOPIED = 2001
  171. Global Const resLOG_ERROR = 2002
  172. Global Const resLOG_WARNING = 2003
  173. Global Const resLOG_DURINGACTION = 2004
  174. Global Const resLOG_CANNOTWRITE = 2005
  175. Global Const resLOG_CANNOTCREATE = 2006
  176. Global Const resLOG_DONOTMODIFY = 2007
  177. Global Const resLOG_FILECONTENTS = 2008
  178. Global Const resLOG_FILEUSEDFOR = 2009
  179. Global Const resLOG_USERRESPONDEDWITH = 2012
  180. Global Const resLOG_CANTRUNAPPREMOVER = 2013
  181. Global Const resLOG_ABOUTTOREMOVEAPP = 2014
  182.  
  183. Global Const resLOG_IDOK = 2100
  184. Global Const resLOG_IDCANCEL = 2101
  185. Global Const resLOG_IDABORT = 2102
  186. Global Const resLOG_IDRETRY = 2103
  187. Global Const resLOG_IDIGNORE = 2104
  188. Global Const resLOG_IDYES = 2105
  189. Global Const resLOG_IDNO = 2106
  190. Global Const resLOG_IDUNKNOWN = 2107
  191. #End If
  192.  
  193. 'Other resources possibly common with the bootstrapper
  194. Global Const resCOMMON_CANTREG = 2200
  195. Global Const resCOMMON_CANTREGUNEXPECTED = 2201
  196. Global Const resCOMMON_CANTREGOLE = 2202
  197. Global Const resCOMMON_CANTREGLOAD = 2203
  198. Global Const resCOMMON_CANTREGENTRY = 2204
  199. Global Const resCOMMON_CANTREGREG = 2205
  200. Global Const resCOMMON_CANTREGAUTPRXRPC1 = 2206
  201. Global Const resCOMMON_CANTREGAUTPRXRPC2 = 2207
  202. Global Const resCOMMON_CTL3D32NOTCOPIED = 2208
  203.  
  204.