
TYPE
  qct$installation_defaults = record
    correction_base: qct$path,
    correction_package: qct$path,
    installation_database: qct$path,
    installation_logs: qct$path,
    system_catalog: qct$path,
    ignore_storage_class: boolean,
    relax_ring_settings: boolean,
  recend;

*copyc qct$path

