commit | afed4dff9340bbadb7a1315d0c7d5f4a68ec815c | [log] [tgz] |
---|---|---|
author | S. Ganesh <ganesh@chromium.org> | Wed Aug 23 21:03:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 21:03:30 2023 |
tree | ff80e95f0a3bdbeaba5b5bcc654c24958ff431c9 | |
parent | 3c3044dc4a0599833d38f2227d14c6645c3b8286 [diff] |
Python script to build test MSI installers The script allows creating multiple versions of both per-user and per-machine installers. The installers register themselves with the updater by writing their version, i.e., `pv`, under `HKRoot\Software\{CompanyName}\Update\Clients\{AppId}`. Bug: 1472846 Change-Id: I4bbff4cbbc28eee81bd6a395b98792c47d0345ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4805327 Reviewed-by: Xiaoling Bao <xiaolingbao@chromium.org> Commit-Queue: Xiaoling Bao <xiaolingbao@chromium.org> Auto-Submit: S Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1187490}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.