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: Search for the existence or path of a directory
  • FileSearch: Search for a specific file
  • ComponentSearch: Search for a file by its component GUID
  • RegistrySearch: Search the Windows Registry for a key
  • IniFileSearch: Search 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 a Property element whose value will ...

Get WiX: 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.