Deploying a Project Adds Two .GIF Files

Last reviewed: December 11, 1996
Article ID: Q158431
The information in this article applies to:
  • Microsoft Visual SourceSafe, 32-bit, for Windows, version 5.0

SUMMARY

When deploying a Web project, two files that are not in the project are created in the deployment location. By default, they are FOLDER.GIF and HTMLFILE.GIF.

MORE INFORMATION

You can customize these images by editing the following lines in the SRCSAFE.INI file:

   Img_File = HTMLFILE.GIF
   Img_Folder = FOLDER.GIF

to read, for example:

   Img_File = MYIMGFILE.GIF
   Img_Folder = MYIMGFOLDER.GIF

Placing a semicolon (;) at the beginning of these lines will prevent these files from being copied to the deployment location and will cause the Site Map file to be created with a red "X" glyph where these glyphs would normally appear.

Steps to Reproduce

  1. Create a SourceSafe project.

  2. In the SourceSafe administrator, designate this project as a Web project and specify a Deployment Path, such as C:\deploy.

  3. In the SourceSafe Explorer, deploy the project. Note that the deployment folder contains the files from the project and the two additional .GIF files.


KBCategory: kbusage kbhowto kbwebcontent
KBSubcategory: ssusage
Additional reference words: 5.00 kbdss



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 11, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.