Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
..
test 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
chromium_install_modes.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
chromium_install_modes.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
get_install_details_payload.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
google_chrome_install_modes.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
google_chrome_install_modes.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
initialize_from_primary_module.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
initialize_from_primary_module.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_constants.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_details.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_details.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_details_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_modes.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_modes.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_modes_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
install_util_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
policy_path_parser.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
policy_path_parser.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
product_install_details.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
product_install_details.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
product_install_details_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
user_data_dir.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
user_data_dir.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
user_data_dir_win_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an

README.md

Install Static Library

The install_static library for Windows contains the minimum functionality to determine the fundamental properties of Chrome’s installation plus various installation-related utility functions. It has no dependencies beyond kernel32.dll and version.dll, thereby making it suitable for use within chrome_elf.

Key concepts for the library are documented in install_modes.h, install_constants.h, and install_details.h.