home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-05-07 | 1.7 KB | 70 lines |
- [Release Date]
- STF_DATE = "1993-04-30"
- [Source Media Descriptions]
- 1 = "Disk 1 - Setup", TAGFILE = "1.wmf"
- 2 = "Disk 2", TAGFILE = "2.wmf"
- [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
- Title = "Change Workgroup"
-
-
- [System Paths]
- WINDOWSPATH = "" ? DETCMD.DLL GetWindowsDir
-
- [Shell Commands]
- read-syms "WorkGroup Path Dialog"
- set-title $(Title)
- ui start LanManNetWork
-
- ifstr $(STF_MODE) != "WORKGRP"
- exit
- endif
-
- read-syms "Custom"
- detect "System Paths"
- set CIRPATH = $(STF_SRCDIR)
-
- 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"
-
-