Servigistics InService Deployment > Setting Up a Safe Area > Directory Structure Diagram for Customized Files > Using the Safe Area Directory Structure When Installing an Update
  
Using the Safe Area Directory Structure When Installing an Update
Use the following procedure to incorporate updates:
1. Run the installer using the Updates for Site-Modified Files to Safe Area installation type. Using this option puts the updated PTC versions of customized files in the ptcCurrent directory. (A file is copied into the ptcCurrent directory only if the file exists in the siteMod directory.)
2. Using the three versions of the file found in the siteMod, ptcOrig, and ptcCurrent directories, determine what changes PTC has made in this update to each of your customized files.
* 
If there is no corresponding file in the ptcCurrent directory, then there are no updates for the file in the current update.
You can run the following swmaint.xml script from a Servigistics InService shell to list the site changes contained in files that are under the wtSafeArea/siteMod directory:
ant -f bin/swmaint.xml listSiteChanges
3. Update each filed that is in the siteMod directory appropriately.
4. After all files in the siteMod directory have been updated, run the following swmaint.xml script from a Servigistics InService shell to copy the files into place for testing.
ant -f insSafeArea.xml installSiteChanges
Running this target also lists all files that are not copied. Normally, there should be no files listed. Inspect any files listed to determine why they were not copied. If they were in the wrong directory, put them in the correct directory and rerun the script.
* 
The installer executes this script and target automatically whenever there is a siteMod directory and you select the Complete installation type.