summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Add a --force command line option to the alternate_version_generator to allow...robertshield@chromium.org2011-02-221-1/+3
* Add product-specific flags to the rename command in the registry. This fixes...grt@chromium.org2011-02-183-16/+18
* Temp dir cleanup:grt@chromium.org2011-02-1821-262/+296
* Switch from wcsftime to GetDateFormat to avoid crash in setup.tommi@chromium.org2011-02-174-9/+40
* New installation validator machinery to check the machine state. This CL cont...grt@chromium.org2011-02-162-0/+181
* New installation validator machinery to check the machine state. This CL con...grt@chromium.org2011-02-148-0/+1217
* Hack to have Chrome compile under Visual Studio 2010. The files crt/src/inte...jeanluc@chromium.org2011-02-141-5/+22
* Adding ppGoogleNaClPluginChrome.dll to the list of stuff bundledbradnelson@google.com2011-02-112-0/+2
* Fix *RegValueWorkItem to handle a case where previous value is empty.amit@chromium.org2011-02-114-20/+70
* Fix user-to-system-level installation delegation. This looks to have been bro...robertshield@chromium.org2011-02-113-15/+16
* Keep a track of which directories are being created when expanding the instal...tommi@chromium.org2011-02-102-4/+24
* Remove need to invoke expand.exe from mini_installer.amit@chromium.org2011-02-082-20/+11
* Support for --quick-enable-cf in the installer.tommi@chromium.org2011-02-078-18/+214
* Calling set_ignore_failure(true) in NoRollbackWorkItemList.tommi@chromium.org2011-02-041-0/+1
* Fix version folder detection for diff updates. We previously picked a random ...robertshield@chromium.org2011-02-044-17/+36
* Unconditionally remove "-multifail" from "ap" values. Previously, "-multifai...grt@chromium.org2011-02-0314-144/+173
* Register the Chrome Frame elevation policy in the installer.tommi@chromium.org2011-02-037-14/+304
* wstring: use FilePath::value() on Windows to get wstringsevan@chromium.org2011-02-011-4/+4
* - upgrade_test::GenerateNextVersion is now GenerateAlternateVersion and can b...grt@chromium.org2011-01-285-28/+258
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+2
* wstring: use a few more FilePaths to remove Hack functionsevan@chromium.org2011-01-279-55/+52
* wstring: use a few more FilePaths to remove Hack functionsevan@chromium.org2011-01-276-68/+80
* More installer refactoring in the interest of fixing some bugs and cleaning t...grt@chromium.org2011-01-2563-2654/+3484
* A new string for setup.exe safeguards.grt@chromium.org2011-01-241-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Fix a bug introduced by RegKey change and corresponding unit test.amit@chromium.org2011-01-201-1/+1
* Regkey functions return error code instead of boolamit@chromium.org2011-01-1931-476/+407
* Some new strings for setup.exe safeguard.grt@chromium.org2011-01-191-0/+1
* Refactor out of install.cc the set of functions that operate on a work item l...robertshield@chromium.org2011-01-1412-763/+1244
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-1220-253/+641
* Get rid of FilePath::FromWStringHack from google_chrome_distribution.[cc,h].tfarina@chromium.org2011-01-123-12/+14
* Applying http://codereview.chromium.org/6156005/ for tommi. Original desc.:robertshield@chromium.org2011-01-111-10/+13
* Fix a SelfRegWorkItem bug that causes it to ignore the ignore_failures_ flag.robertshield@chromium.org2011-01-112-5/+3
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+6
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-094-14/+12
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-074-12/+14
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-074-14/+12
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+6
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-072-10/+7
* Add -multifail to the Google Update "ap" value if --multi-install is present ...grt@chromium.org2011-01-062-18/+56
* Update checks of multi-installs now use the proper app guid.grt@chromium.org2011-01-064-4/+27
* Fix uninitialized variable regression.grt@chromium.org2011-01-051-1/+1
* Add a new pair of installer result strings for multi-installer safeguards.grt@chromium.org2011-01-052-7/+7
* - WriteInstallerResult is now back in InstallUtil and only writes the result ...grt@chromium.org2011-01-0536-568/+1363
* Refactor the install flow in the Chrome installer to use a single WorkItemLis...robertshield@chromium.org2011-01-0415-313/+750
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2