home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / a / a560 / 1.ddi / WORKGRP.IN_ < prev   
Encoding:
INI File  |  1993-01-03  |  1.4 KB  |  52 lines

  1. [WorkGroup Path Dialog]
  2.     GetPathMessBoxTitle = $(AppName)" Specify WorkGroup"
  3.     GetPathMessBoxText  = "The string you have entered is not a fully-qualified and/or valid DOS pathname"
  4.     GetSysMdaErr = "Couldn't find SYSTEM.MDA on the specified path."
  5.     SYSMDAFILE = "system.mda"
  6.  
  7. [System Paths]
  8.      WINDOWSPATH     =  "" ? DETCMD.DLL GetWindowsDir
  9.  
  10. [Shell Commands]
  11.     set    Title = "Microsoft Access Change Workgroup"
  12.     set-title       $(Title)        
  13.     ui start LanManNetWork
  14.  
  15.     ifstr $(STF_MODE) != "WORKGRP"
  16.         exit
  17.     endif
  18.  
  19.      detect          "System Paths"
  20.     ui start "GetWorkgrpString"
  21.     set EditTextIn = $(SYSMDAPATH)
  22.  
  23.     set CIRPATH = $(STF_SRCDIR)
  24.     read-syms "WorkGroup Path Dialog"
  25.     ui start "ChangeWorkGrp"
  26.  
  27.     ifstr $(DLGEVENT) == "BACK"
  28.         exit
  29.     else-ifstr $(DLGEVENT) == "EXIT"
  30.         exit
  31.     else
  32.         set SYSMDAPATH = $(EditPathOut)
  33.         set SYSMDAPATH2 = $(EditTextOut)  ;possible UNC
  34.     endif
  35.     ui pop 1
  36.     install "Update INIs"
  37.     exit
  38.  
  39. [Update INIs]
  40.     RemoveIniKey, $(WINDOWSPATH)"MSACCESS.INI", "Options", "SystemDB"
  41.     CreateIniKeyValue, $(WINDOWSPATH)"MSACCESS.INI", "Options", "SystemDB", $(SYSMDAPATH2)$(SYSMDAFILE), O
  42.     Exit
  43.  
  44.  
  45. [Source Media Descriptions]
  46.     1 = "Disk 1 - Setup", TAGFILE = "1.wmf"
  47.     2 = "Disk 2", TAGFILE = "2.wmf"
  48.     3 = "Disk 3", TAGFILE = "3.wmf"
  49.     4 = "Disk 4", TAGFILE = "4.wmf"
  50.     5 = "Disk 5", TAGFILE = "5.wmf"
  51.     6 = "Disk 6", TAGFILE = "6.wmf"
  52.