AppSearch

Windows Installer lets you search the computer during an install for specific files, directories, and settings. Collectively, these fall under the category of AppSearch, which is the name of the MSI database table where search tasks are stored.

There are five types of searches:

  • DirectorySearch: This searches for the existence or path of a directory
  • FileSearch: This searches for a specific file
  • ComponentSearch: This searches for a file by its component GUID
  • RegistrySearch: This searches the Windows Registry for a key
  • IniFileSearch: This searches inside INI files for configuration settings

Each of these types refers to the WiX element that you'd use to perform the search. Each is the child element of a Property element. So, you'll start off with ...

Get WiX 3.6: A Developer's Guide to Windows Installer XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.