summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Fix accumulated webkit merge ramifications in the SCons build of Chromesgk@google.com2008-11-162-15/+30
* More *.scons renaming:sgk@google.com2008-11-146-271/+272
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-143-6/+6
* * Fix Google Chrome build broken by r4284.kuchhal@chromium.org2008-11-131-2/+2
* * Need to read version from registry if relaunching browser.kuchhal@chromium.org2008-11-122-0/+4
* * Fix two bugskuchhal@chromium.org2008-11-102-0/+2
* * fix system level install bugkuchhal@chromium.org2008-11-071-1/+1
* Add installer\util\delete_reg_value_work_item{,_unittest}.ccsgk@google.com2008-11-072-0/+2
* * Check the presence of new_chrome.exe before using opv key for version.kuchhal@chromium.org2008-11-072-7/+13
* Implement the new mechanism we are going to use for handling Chromium updateskuchhal@chromium.org2008-11-0720-53/+470
* * Never launch Chrome in system level install mode.kuchhal@chromium.org2008-11-071-1/+3
* Adding support to installerdata provided by Google update.huanr@chromium.org2008-11-067-38/+158
* Fixes a crash if you put chrome in a very short directorycpu@google.com2008-11-061-9/+2
* Add chrome\installer\util\master_preferences.cc to the SCons build.sgk@google.com2008-11-051-0/+1
* Temporary code to upgrade Chrome open command for existing users.kuchhal@chromium.org2008-11-051-2/+39
* This fixes the following bugs1. http://b/issue?id=1447957 For machine insta...ananta@chromium.org2008-11-042-0/+29
* Refactoring master preference parsing code into installer util sohuanr@chromium.org2008-11-043-0/+150
* Adding visual studio solution files.bradnelson@chromium.org2008-11-041-1/+0
* On silent uninstall (--force-uninstall) close all Chrome processes without pr...kuchhal@chromium.org2008-11-031-0/+33
* Read Google Update registry keys first from HKCU then from HKLM to handle sys...kuchhal@chromium.org2008-11-031-21/+29
* fix buildkuchhal@chromium.org2008-10-311-2/+2
* Consolidate same constant defined in three different places. No change in chr...kuchhal@chromium.org2008-10-314-34/+49
* Accumulated SCons changes for Windows chrome build, round II:sgk@google.com2008-10-303-4/+3
* Revert r4205 to track down buildbot unit_tests failure.sgk@google.com2008-10-303-3/+4
* Accumulated SCons changes for Windows chrome build and othersgk@google.com2008-10-303-4/+3
* Add command line option to suppress Chrome launch after successful installkuchhal@chromium.org2008-10-297-1066/+1090
* remove svn:executablekuchhal@chromium.org2008-10-291-0/+0
* remove svn:executable propertykuchhal@chromium.org2008-10-291-0/+0
* remove svn:executable propertykuchhal@chromium.org2008-10-293-0/+0
* Add '--' to Chrome open command linekuchhal@chromium.org2008-10-272-2/+11
* * Update comments from code review feedback.kuchhal@chromium.org2008-10-271-1/+2
* Fix SCons modules build on Windows:sgk@google.com2008-10-252-20/+2
* Add a command line option to installer that will let user set Chrome askuchhal@chromium.org2008-10-245-850/+991
* code review changekuchhal@chromium.org2008-10-241-1/+1
* Add installer command line option to create shortcuts (desktop and quickkuchhal@chromium.org2008-10-246-55/+261
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-223-7/+8
* recommit mainkuchhal@chromium.org2008-10-201-8/+7
* Now omaha supports displaying custom error string through registry keys.kuchhal@chromium.org2008-10-208-371/+421
* While doing system level install on Vista, if installer is not runningkuchhal@chromium.org2008-10-154-400/+429
* Add a check in Chrome to not run user level mode if machine level Chromekuchhal@chromium.org2008-10-159-20/+51
* Make user level installs and machine level installs mutually exclusive.kuchhal@chromium.org2008-10-152-0/+12
* Let mini_installer pass any arbitrary command line flags to setup.exe. This w...kuchhal@chromium.org2008-10-092-18/+71
* Reuse a method that will be required for criteria checker as well.kuchhal@chromium.org2008-10-083-27/+20
* Fix some problems with machine level install.kuchhal@chromium.org2008-10-088-48/+55
* Roll the third_party/icu38 revision in DEPS to have SCons build libicu,sgk@google.com2008-09-262-2/+2
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-241-1/+2
* Make uninstall slightly less prone to chrome.exe crashes by changing default ...kuchhal@chromium.org2008-09-183-45/+26
* Add gears.dll to Chrome installer. Also uninstall gears.msi if new installer ...kuchhal@chromium.org2008-09-172-0/+20
* Return the exit code from setup.exe instead of returning a generic return code.kuchhal@chromium.org2008-09-111-2/+2
* Create "ap" key to fallback on full installer even if the key didnt exist (fo...kuchhal@chromium.org2008-09-092-10/+132