home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / devlock / devicelock.ini < prev    next >
Encoding:
INI File  |  2001-10-12  |  1.3 KB  |  43 lines

  1. ;The configuration file for DeviceLock unattended (silent) setup.
  2. ;Remove a semicolon before the parameter to assign
  3. ;new value or leave it to assign the default value.
  4. ;
  5. ;Floppy=[1|0]       - locks all floppy drives (default - 1)
  6. ;Removable=[1|0]    - locks all removable devices (1)
  7. ;CDROM=[1|0]        - locks all CD-ROMs (1)
  8. ;RamDisk=[1|0]      - locks all virtual (RAM) disks (1)
  9. ;Serial=[1|0]       - locks all serial ports (0)
  10. ;Parallel=[1|0]     - locks all parallel ports (0)
  11. ;Tape=[1|0]         - locks all tape devices (0)
  12. ;CreateGroups=[1|0] - creates local groups if not exist (1)
  13. ;Service=[1|0]      - installs DeviceLock service (1)
  14. ;Manager=[1|0]      - installs DeviceLock Manager (1)
  15. ;Documents=[1|0]    - installs DeviceLock documentations (1)
  16. ;InstallDir=[path]  - destination directory (Program Files\DeviceLock)
  17. ;RegFileDir=[path]  - a directory with the registration file (current directory)
  18. ;Run=[path]         - this parameter can be used to launch an application
  19. ;                     or execute a batch file after a successful install (none)
  20.  
  21.  
  22. ;Configuration parameters:
  23.  
  24. [Lock Devices]
  25. ;Floppy=1
  26. ;Removable=1
  27. ;CDROM=1
  28. ;RamDisk=1
  29. ;Serial=0
  30. ;Parallel=0
  31. ;Tape=0
  32. ;CreateGroups=1
  33.  
  34. [Install]
  35. ;Service=1
  36. ;Manager=1
  37. ;Documents=1
  38. ;InstallDir=
  39. ;RegFileDir=
  40.  
  41. [Misc]
  42. ;Run=
  43.