summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Remove the executable bit from a bunch of files that shouldn't have had it.evan@chromium.org2009-02-1254-0/+0
* Fix bugs related to making Chrome default browser on Vista and also do some c...kuchhal@chromium.org2009-02-125-82/+57
* Adds the 6-month flag functionality back into the criteria checker,gwilson@google.com2009-02-053-298/+474
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-051-0/+3
* Add support for 8 Indian languages. jungshik@google.com2009-02-041-0/+8
* This fixes the usage stats opt-in javascript on the in EULA dialog to return ...gwilson@google.com2009-02-041-2/+2
* Setting the App Paths registry key at install time for admin users forrobertshield@chromium.org2009-02-025-0/+54
* Register .crx file handler to install Chrome extensions.mpcomplete@google.com2009-01-302-0/+40
* Changes references to FilePath to wstring for release branch build.gwilson@google.com2009-01-301-3/+3
* This CL fixes bugs with EULAcpu@google.com2009-01-296-6/+4
* Wire the stats consent checkbox of the EULAcpu@google.com2009-01-294-23/+36
* Changes the in-application EULA dialog to not require the checkbox be checked...gwilson@google.com2009-01-2944-44/+44
* Adds the localized oem html resources to setupcpu@google.com2009-01-282-12/+15
* Adding new EULA dialog translations.gwilson@google.com2009-01-2741-0/+1927
* Forgot to use the correct enums on my previous distro CLcpu@google.com2009-01-272-4/+6
* Wire the eula and the dialog display codecpu@google.com2009-01-2710-19/+223
* Prep for generated .vcproj files:sgk@google.com2009-01-231-34/+34
* Add the EULA distro paramcpu@google.com2009-01-223-5/+53
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-212-2/+2
* Generate all chrome .vcproj files:sgk@google.com2009-01-174-102/+371
* Do not remove quotes around paths in command line to setup.exe.kuchhal@chromium.org2009-01-151-15/+18
* Write installer success result to the registry even for user level installs.kuchhal@chromium.org2009-01-152-18/+20
* Don't launch uninstall survey for forced user-level uninstallskuchhal@chromium.org2009-01-141-2/+4
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-131-2/+0
* Move the installer_unittests.scons file into installer\util,sgk@google.com2009-01-112-10/+11
* fix google chrome installer teststc@google.com2009-01-091-6/+6
* Clear the refferer registry entry upon succesful pingcpu@google.com2009-01-072-5/+22
* * Check expand.exe exit code.kuchhal@chromium.org2009-01-061-1/+3
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-6/+5
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-194-33/+129
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-183-9/+9
* * Add resource file to criteria checker test application to get CompanyName.kuchhal@chromium.org2008-12-173-56/+275
* * Remove re-offer check from criteria checker.kuchhal@chromium.org2008-12-171-154/+0
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-168-989/+989
* * Launch Chrome in non-elevated mode.kuchhal@chromium.org2008-12-166-86/+196
* Apply svn:executable to .py files which should have it.phajdan.jr@chromium.org2008-12-121-0/+0
* * 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-083-11/+106
* * Return error in case non admin user tries system level install.kuchhal@chromium.org2008-12-084-8/+27
* * 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
* * Add the checks that Chrome criteria checker will need to do. It mostly chec...kuchhal@chromium.org2008-12-044-16/+440
* * 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-045-821/+821
* * Check in criteria checker project for Chrome bundle deals.kuchhal@chromium.org2008-11-264-0/+165
* Add client parameter to the RLZ pingcpu@google.com2008-11-264-0/+9
* * Delete Desktop and Quick Lauch shortcuts in user level install case also.kuchhal@chromium.org2008-11-251-4/+3
* * Fix system level check. We should check for mode conflict when we are doing...kuchhal@chromium.org2008-11-221-15/+15