home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-07-18 | 1.5 KB | 47 lines |
- ; WatchMan Setup script for MS Windows 3.1
- ;
- ; Copyright (c) 1992, Distant Markets, Edmonton, Canada
-
- [Files]
- ; List of files on distribution diskette. Used for Install and Uninstall.
- ; Uppercase entries will be copied to SYSTEM directory,
- ; lowercase - to WINDOWS directory
-
- ; File Name Size Flags Target Name
-
- watchman.ex_ = 37840 COMMON watchman.exe
- watchm1l.in_ = 310 LOCAL watchman.ini
- watchm1n.in_ = 202 NETWORK watchman.ini
- wmrestor.ba_ = 1165 COMMON wmrestor.bat
- watchman.ini = 1
- watchman.exe = 1
- wmrestor.bat = 1
-
- [DDE_Install]
- GroupFile=NoCheck
- 1=ShowGroup(StartUp,1)
- 2=DeleteItem(WatchMan)
- 3=AddItem(WATCHMAN.EXE /C,WatchMan)
- 4=ShowGroup(StartUp,6)
- 5=CreateGroup(WatchMan,WATCHMAN.GRP)
- 6=ShowGroup(WatchMan,1)
- 7=DeleteItem(WatchMan Control)
- 8=AddItem(WATCHMAN.EXE /S,WatchMan Control,WATCHMAN.EXE,1)
-
- [DDE_UnInstall]
- 1=ShowGroup(StartUp,1)
- 2=DeleteItem(WatchMan)
- 3=ShowGroup(StartUp,6)
- 4=DeleteGroup(WatchMan)
-
- [Changes]
- ; List of files which must be backuped. Value "system" mean that file is
- ; in SYSTEM directory (or in remote directory at network installation),
- ; othervise file take place in WINDOWS directory. In network installation
- ; files marked as "system" will be copied to local Windows directory
- ; to make it available for changes. All files which will be changed
- ; in [Instructions] section must be listed there to define file directory.
-
- [Instructions]
- ; Changes at MS Windows .INI and .INF files take place below this line
-