Interviewer - Server > Configuration and customization > Registry settings > Activation settings
 
Activation settings
Using the File Management component
Most users who activate projects using either an activity such as Launch or a desktop program such as have access to the shared FMRoot folder. Users whose computers are not connected to the network cannot access FMRoot and therefore need to use the File Management component for activation instead. When you install , the installation procedure asks whether the user has access to FMRoot and configures the user's computer accordingly. You can change this manually at any time simply by changing the value of a registry key.
The registry key is called UseFileManagerWebService and it is in HKEY_LOCAL_MACHINE\SOFTWARE\SPSS\COMMON\FileManager. Its default value is 0, meaning that activation will use FMRoot. To use the File Management component instead of FMRoot, change the value of this key to 1.
Users who do not have access to FMRoot and whose files are copied using the File Management component may notice that activation run slightly slower than for users with access to FMRoot.
Option to select .sam sample management scripts
The activation procedure does not normally allow users to select sample management scripts written in VBScript (.sam files). If your company has an overriding requirement to use .sam sample management scripts with projects, you may reinstate the option to select .sam files by setting the ShowVBScriptProvider key to 1 in the registry. This key is of type DWORD and is in \3\Activate. If the key is not defined or has a value of zero, .sam files cannot be selected.
Project names
Space characters should be avoided in the project names in order to avoid potential activation issues.
Specifying which files are copied during local deployment
The IVFilesToBeCopied registry entry controls which files and file extensions are copied during local deployment. By default, IVFilesToBeCopied includes the following files and extensions that are automatically copied during local deployment:
*.mdd
*.htm
*.html
*.xml
*.mqd
*.gif
*.jpg
*.jpeg
*.png
*.mov
*.bmp
*.avi
catifields_*.mdd
*.css
*.js
catiCallOutcomes_*.mdd
*.xls
*.xlsx
*.xlsm
*.xlsb
*.mdb
*.accdb
*.dbf
*.ndx
*.mdx
*.xsl
*.xslt
*.wav
CatiResources_*.mdd
Resources_*.mdd
*.swf
*.mp3
*.flv
*.mpg
*.ogg
*.mp4
*.wmv
*.3gp
*.RM3
*.mkv
*.webm
*.3g2
You can define additional files and/or file extensions by updating the IVFilesToBeCopied user registry entry. The IVFilesToBeCopied registry entry is at: \mrInterview\3\Activate.
IVFilesToBeCopied rules
1 When the localdeployconfig.xml file is available, the file's IVFilesToBeCopied value is used.
2 When the localdeployconfig.xml file is not available, the IVFilesToBeCopied value is retrieved from the user registry (\mrInterview\3\Activate\IVFilesToBeCopied) and written to the local config.xml file.
3 When the IVFilesToBeCopied user registry key is not found, IVFilesToBeCopied is read from the local machine key (\3\Activate\IVFilesToBeCopied), copied to the current user registry key (\mrInterview\3\Activate\IVFilesToBeCopied), and then written to the local config.xml file.
4 The Microsoft Access and Excel file extensions are selected, by default, when working with database questions.
Notes
To make the registry key changes take effect, you must remove any existing references to IVFilesToBeCopied in the local config xml file. For example:
<?xml version="1.0" encoding="utf-8" ?>
<properties>
  <IVFilesToBeCopied> <![CDATA[mdd;*.htm;*.html;*.xml;mqd;*.gif;*.jpg;*.jpeg;*.png;*.mov;*.bmp;*.avi;catifields_*.mdd;*.css;*.js;
catiCallOutcomes_*.mdd;*.xls;*.xlsx;*.xlsm;*.xlsb;*.mdb;*.accdb;*.dbf;*.ndx;*.mdx]]></IVFilesToBeCopied>
</properties>
The default local activation directory is:
C:\Documents and Settings\<your Windows user name>\Application Data\IBM\SPSS\DataCollection\Activate
See also
Registry settings