Interviewer > Customizing the applications > Controlling deleted projects
 
Controlling deleted projects
The file IPlayerConsole.exe.config is installed with the product and provides options for controlling whether *.dpp packages are created when projects are deleted or removed.
Each *.dpp package is created when the project is deleted or unassigned. Because *.dpp packages are identical to *.dpzpackages, you can restore deleted packages by changing the file extensions from*.dpp to *.dpz. The *.dpp packages are saved in this folder:
C:\Documents and Settings\All Users\Application Data\UNICOM\Intelligence\Interviewer\Archive
Each *.dpp package includes these items:
cache files (*.chj)
case data files (*.ddf)
audit data files
project files
respondent files (images and audio files).
The ArchiveDeletedProject setting controls *.dpp package creation. When set to true, *.dpp packages are created whenever projects are deleted or removed. When set to false,*.dpp packages are not created when projects are deleted or removed. The default value is true.
For example:
<appSettings>
  <add key="ArchiveDeletedProject" value="true"/>
</appSettings>
See also
Customizing the applications