summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
Commit message (Expand)AuthorAgeFilesLines
* * Write installer result to ClientState key instead of Clients key.kuchhal@chromium.org2008-12-095-1/+16
* More addions to the installer html dialog classcpu@google.com2008-12-082-10/+90
* * Return error in case non admin user tries system level install.kuchhal@chromium.org2008-12-083-0/+7
* * Prevent early exit due to && operator.kuchhal@chromium.org2008-12-051-12/+14
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+1
* Change "client" parameter in RLZ ping to "referral" gwilson@google.com2008-12-054-6/+6
* * Fix Chrome browser not launching when set as default browser.kuchhal@chromium.org2008-12-042-11/+14
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-043-574/+574
* Add client parameter to the RLZ pingcpu@google.com2008-11-264-0/+9
* * Add support for verbose-logging option in master preferences file.kuchhal@chromium.org2008-11-223-2/+12
* Base class for setup's html dialogscpu@google.com2008-11-213-13/+291
* - If the exe rename command fails try calling Google Update to do the same jo...kuchhal@chromium.org2008-11-201-1/+1
* Move creation of 'open with' registry keys to installer. We should place nice...kuchhal@chromium.org2008-11-192-1/+17
* More *.scons renaming:sgk@google.com2008-11-141-24/+13
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-142-2/+2
* * 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-101-0/+1
* Add installer\util\delete_reg_value_work_item{,_unittest}.ccsgk@google.com2008-11-071-0/+1
* * Check the presence of new_chrome.exe before using opv key for version.kuchhal@chromium.org2008-11-071-1/+1
* Implement the new mechanism we are going to use for handling Chromium updateskuchhal@chromium.org2008-11-0716-39/+352
* Adding support to installerdata provided by Google update.huanr@chromium.org2008-11-064-11/+72
* 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
* 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
* 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-301-1/+0
* Revert r4205 to track down buildbot unit_tests failure.sgk@google.com2008-10-301-0/+1
* Accumulated SCons changes for Windows chrome build and othersgk@google.com2008-10-301-1/+0
* Add command line option to suppress Chrome launch after successful installkuchhal@chromium.org2008-10-295-792/+806
* 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-292-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
* Add a command line option to installer that will let user set Chrome askuchhal@chromium.org2008-10-244-614/+738
* code review changekuchhal@chromium.org2008-10-241-1/+1
* Add installer command line option to create shortcuts (desktop and quickkuchhal@chromium.org2008-10-244-25/+224
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-2/+3
* Now omaha supports displaying custom error string through registry keys.kuchhal@chromium.org2008-10-205-3/+37
* While doing system level install on Vista, if installer is not runningkuchhal@chromium.org2008-10-153-58/+76
* Add a check in Chrome to not run user level mode if machine level Chromekuchhal@chromium.org2008-10-154-3/+22
* Make user level installs and machine level installs mutually exclusive.kuchhal@chromium.org2008-10-151-0/+2
* Reuse a method that will be required for criteria checker as well.kuchhal@chromium.org2008-10-082-0/+19
* Fix some problems with machine level install.kuchhal@chromium.org2008-10-084-26/+0
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-241-1/+2