home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-05-26 | 1.9 KB | 75 lines |
- [WorkGroup Path Dialog]
- GetPathMessBoxTitle = $(AppName)" Specify WorkGroup"
- GetPathMessBoxText = "The string you have entered is not a fully-qualified and/or valid DOS pathname"
- GetNameBoxText = "You need to fill up all of the entries."
- GetSysMdaErr = "Couldn't find SYSTEM.MDA on the specified path."
- SYSMDAFILE = "system.mda"
- CODEPAGE = "04E4"
- LANGUAGE = "0409" ; windows language code, need to be localized
-
-
- [System Paths]
- WINDOWSPATH = "" ? DETCMD.DLL GetWindowsDir
-
- [Shell Commands]
- set Title = "Microsoft Access Change Workgroup"
- set-title $(Title)
- ui start LanManNetWork
-
- ifstr $(STF_MODE) != "WORKGRP"
- exit
- endif
-
- read-syms "Custom"
- detect "System Paths"
- set CIRPATH = $(STF_SRCDIR)
- read-syms "WorkGroup Path Dialog"
-
- MainDlg = +
- ui start "ChangeWorkGrp"
-
- ifstr $(DLGEVENT) == "BACK"
- ui start "GetWorkgrpString"
- set EditTextIn = $(SYSMDAPATH)
- ui start "ChangeWorkGrpPath"
- ifstr $(DLGEVENT) == "EXIT"
- ui pop 1
- goto "MainDlg"
- endif
- ui pop 1
- set SYSMDAPATH = $(EditPathOut)
- set SYSMDAPATH2 = $(EditTextOut) ;possible UNC
- else-ifstr $(DLGEVENT) == "EXIT"
- exit
- else
- ui start "GetNameOrgPin"
- ifstr $(DLGEVENT) == "EXIT"
- ui pop 1
- goto "MainDlg"
- endif
- ui pop 1
- ui start "CREATEDB"
- endif
- ui pop 1
- install "Update INIs"
- exit
-
- [Update INIs]
- RemoveIniKey, $(WINDOWSPATH)"MSACCESS.INI", "Options", "SystemDB"
- CreateIniKeyValue, $(WINDOWSPATH)"MSACCESS.INI", "Options", "SystemDB", $(SYSMDAPATH2)$(SYSMDAFILE), O
- Exit
-
- [Custom]
- IniFileName = "msaccess.ini"
-
- [Source Media Descriptions]
- 0 = "Delete Old Files", TAGFILE = "msajt100.dll"
- 1 = "Disk 1 - Setup", TAGFILE = "1.wmf"
- 2 = "Disk 2", TAGFILE = "2.wmf"
- 3 = "Disk 3", TAGFILE = "3.wmf"
- 4 = "Disk 4", TAGFILE = "4.wmf"
- 5 = "Disk 5", TAGFILE = "5.wmf"
- 6 = "Disk 6", TAGFILE = "6.wmf"
- 7 = "ODBC Disk", TAGFILE = "7.wmf"
-
-