Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Launch activity and the desktop Activation program
 
Settings for the Launch activity and the desktop Activation program
The Sample Management tab in the Launch activity and the desktop Activate program are where users specify the sample management script that is to be activated with the project. Users can choose between scripts written in the UNICOM Intelligence scripting language (the default) and scripts written in VBScript. Once the user has chosen a script, the activity or program displays it in the scripting box for reference. Prior to version 3.5, users could edit the script in the listing box or type new scripts directly into the box. This facility has been suspended, but can be reinstated by editing the program's Web.config file, which you'll find in C:\InetPub\wwwroot\SPSSMR\Activate.
Open the file and scroll to the <appSettings> section at the end. In the line:
<add key="SPSS_EnableSampleScriptEditing" value="false" />
change the value from false to true, and then save your changes.
With Launch, this change also displays the Script Type box below the script listing box on the Sample Management tab.
See also
Web configuration files