1# Install Static Library 2 3The install_static library for Windows contains the minimum functionality to 4determine the fundamental properties of Chrome's installation plus various 5installation-related utility functions. It has no dependencies beyond 6kernel32.dll and version.dll, thereby making it suitable for use within 7chrome_elf. 8 9Key concepts for the library are documented in 10[install_modes.h](./install_modes.h), 11[install_constants.h](./install_constants.h), and 12[install_details.h](./install_details.h). 13