Share via


Search Path Dialog Box

Specifies a deployment project's SearchPath property, which is the path or paths used to search for dependent assemblies or merge modules when an installer or merge module is built. Each path is displayed as a separate line in the Search Path list; paths are searched in the order listed. The SearchPath property is configuration-dependent; setting the path in one configuration does not set it for other configurations.

Note   If the Search Path list is empty and the Include standard search paths check box is unchecked, no search will be performed and dependent merge modules will not be found.

To access the Search Path dialog box, select the SearchPath property in the Properties window when a deployment project is selected in Solution Explorer.

  • Search Path List
    Displays a list of paths to be searched. Paths listed here are searched prior to standard search paths.

  • Add
    Opens the Add Search Path dialog box, which allows you to enter a new path without removing existing paths. The new path is added at the top of the list.

  • Edit
    Opens the Edit Search Path dialog box, which allows you to edit or replace an existing path.

  • Remove
    Removes the selected path.

  • Move Up
    Moves the selected path up one line.

  • Move Down
    Moves the selected path down one line.

  • Include standard search paths
    Determines whether the search path will include predefined paths for assemblies and merge modules. When checked, these paths will be searched after any paths listed in the Search Path list.

    For assemblies, the standard path is the path that is searched to create the listing shown in the Component Picker dialog box. For merge modules, it is the path to the location where Visual Studio installed merge modules, usually the \Common7\Merge Modules subdirectory under Microsoft Visual Studio .NET.

See Also

SearchPath Property | Add/Edit Search Path Dialog Box