Specialized Administration > Supporting Visualization and Publishing > Getting Started with Windchill Visualization Services > Server-side Watermarking > About Server-side Watermarking > Create a Watermark Package of the Creo View Watermark Configuration
  
Create a Watermark Package of the Creo View Watermark Configuration
1. Navigate to the %APPDATA%\PTC\ProductView folder in Windows Explorer.
2. Copy the following files from this location to a temporary folder location:
user_prefs.xml
markup (wmk###).ini files
Referenced stamp (bitmap image) files
3. Rename the user_prefs.xml file to be server_prefs.xml.
4. Open the server_prefs.xml file in a text editor and remove all preferences apart from the watermark preferences.
5. Locate the <category name="Watermarks"> block beneath the <preferences> <category name="General">.
6. Delete all other entries. See the following as an example:
<?xml version="1.0" encoding="utf-8"?>
<preferences>
<category
name="General">
<category
name="Watermarks">
<preferenceList
name="watermark_map">
<preferenceItem>
<preference
name="watermark"
value="Sample_WM"/>
<preference
name="property_value"
value="In Work"/>
</preferenceItem>
</preferenceList>
<preference
name="mapped_property"
value="epmdoc_lifeCycleState"/>
<preference
name="default_watermark"
value="Sample_WM"/>
<preferenceList
name="watermarks">
<preferenceItem>
<preference
name="file"
value="wmk0000.ini"/>
<preference
name="name"
value="Sample_WM"/>
</preferenceItem>
</preferenceList>
<preference
name="show_when_viewing"
value="true"/>
<preference
name="show_when_printing"
value="true"/>
</category>
</category>
</preferences>