home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-10-12 | 1.3 KB | 43 lines |
- ;The configuration file for DeviceLock unattended (silent) setup.
- ;Remove a semicolon before the parameter to assign
- ;new value or leave it to assign the default value.
- ;
- ;Floppy=[1|0] - locks all floppy drives (default - 1)
- ;Removable=[1|0] - locks all removable devices (1)
- ;CDROM=[1|0] - locks all CD-ROMs (1)
- ;RamDisk=[1|0] - locks all virtual (RAM) disks (1)
- ;Serial=[1|0] - locks all serial ports (0)
- ;Parallel=[1|0] - locks all parallel ports (0)
- ;Tape=[1|0] - locks all tape devices (0)
- ;CreateGroups=[1|0] - creates local groups if not exist (1)
- ;Service=[1|0] - installs DeviceLock service (1)
- ;Manager=[1|0] - installs DeviceLock Manager (1)
- ;Documents=[1|0] - installs DeviceLock documentations (1)
- ;InstallDir=[path] - destination directory (Program Files\DeviceLock)
- ;RegFileDir=[path] - a directory with the registration file (current directory)
- ;Run=[path] - this parameter can be used to launch an application
- ; or execute a batch file after a successful install (none)
-
-
- ;Configuration parameters:
-
- [Lock Devices]
- ;Floppy=1
- ;Removable=1
- ;CDROM=1
- ;RamDisk=1
- ;Serial=0
- ;Parallel=0
- ;Tape=0
- ;CreateGroups=1
-
- [Install]
- ;Service=1
- ;Manager=1
- ;Documents=1
- ;InstallDir=
- ;RegFileDir=
-
- [Misc]
- ;Run=
-