home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / DESKTOP / DISK1 / INST_MV.GL_ / INST_MV.GL
Text File  |  1997-04-08  |  2KB  |  59 lines

  1. ''***************************************************************************
  2. ''                  File : INVT_MV.GLB
  3. ''***************************************************************************
  4.  
  5. GLOBAL CUIDLL$
  6. GLOBAL HELPPROC$
  7.  
  8. GLOBAL g_first_inst%      '' Previous installation flag
  9. GLOBAL g_exit_flag%       '' Manner of exit
  10. GLOBAL g_host_set%        '' Host name set OK
  11. GLOBAL g_network_set%     '' Network set OK
  12. GLOBAL g_JSB_set%         '' JSB Configured
  13. GLOBAL g_tcpip_ok%        '' TCP-IP selections OK
  14. GLOBAL actual_install%    '' Flag display or actual install
  15.  
  16. GLOBAL g_path_name$       '' Install path name
  17. GLOBAL g_win_drive$       '' Windows drive
  18. GLOBAL g_win_dir$         '' Windows directory
  19. GLOBAL g_vsl_name$        '' Store vsl directory 
  20. GLOBAL g_tcp_dir$         '' TCP sub-directory
  21. GLOBAL g_sys_dir$         '' Windows system directory
  22. GLOBAL g_setup_dir$       '' Setup directory
  23. GLOBAL g_tempdir$
  24.  
  25. '' BFX184
  26. GLOBAL g_language_dir$    '' Language directory
  27.  
  28. '' BFX310
  29. GLOBAL g_script_dir$      '' Script directory
  30.  
  31. GLOBAL g_src_inf$         '' Directory for sources
  32.  
  33. GLOBAL g_add_auto%         '' Check if autoexec needs updating
  34. GLOBAL g_change_serial_no$ '' Change serial number
  35.  
  36. GLOBAL g_product_name$     '' Store product name
  37.  
  38. GLOBAL g_update_all%       '' Only recalculate changes
  39. GLOBAL g_update_desk%      '' Only recalculate changes
  40. GLOBAL g_update_net%       '' Only recalculate changes
  41. GLOBAL g_update_X%         '' Only recalculate changes
  42.  
  43. GLOBAL g_wait_cursor%      '' Put wait cursor back if set
  44.  
  45. GLOBAL g_X_in_inf_file%    '' Check if X is in the INF file
  46.  
  47. GLOBAL g_help_files%       '' Determines if help files are needed
  48.  
  49. ''BFX442
  50. GLOBAL g_X_help_files%     '' Determines if X help files are needed
  51.  
  52. GLOBAL g_b_jsb_connectivity% '' Notes if JSB connectivity dialog exited correctly
  53.  
  54. ''DEV619
  55. GLOBAL g_i_WinVersion%       '' Used to determine the windows version ie 3.1, 95, or NT
  56.  
  57.  
  58.  
  59.