summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
Commit message (Expand)AuthorAgeFilesLines
* Fixing App Launcher shortcut icons, including uninstall shortcut.huangs@chromium.org2012-11-091-0/+2
* Do not go through interactive-make-default flow if we are already default bro...gab@chromium.org2012-11-091-2/+1
* SHChangeNotify at the end of ShellUtil::RegisterChromeBrowser() instead of in...gab@chromium.org2012-11-081-2/+0
* Adding App Launcher shortcuts on install.huangs@chromium.org2012-11-083-35/+74
* Modify the App Host quick enable app command to install the launcher.erikwright@chromium.org2012-11-073-10/+10
* Refactoring shortcut creation code in ShellUtil.huangs@chromium.org2012-11-074-76/+78
* Introduce --install-dev-chrome switch for setup.exe to install (register+shor...gab@chromium.org2012-11-063-10/+61
* Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...gab@chromium.org2012-11-061-0/+7
* Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned...gab@chromium.org2012-11-011-7/+0
* Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shor...gab@chromium.org2012-11-011-0/+7
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-308-158/+331
* Fix shortcut install loggab@chromium.org2012-10-291-2/+3
* Remove setup -> Chrome Frame dependency. Make it possible to build an install...robertshield@chromium.org2012-10-291-1/+17
* Delegate installation of multi-install products to a pre-existing higher vers...grt@chromium.org2012-10-255-10/+187
* Only remove Chrome shortcut if it points to the chrome.exe being uninstalled.gab@chromium.org2012-10-231-4/+6
* SHChangeNotify SHCNE_ASSOCCHANGED immediately after registration.gab@chromium.org2012-10-221-0/+2
* Apply fixes that were going to be committed with http://codereview.chromium.o...gab@chromium.org2012-10-213-10/+35
* Remove "Uninstall Google Chrome" shortcut from the Start menu.gab@chromium.org2012-10-193-105/+20
* Do not attempt to set Chrome as default if Chrome is already default.gab@chromium.org2012-10-171-1/+2
* Remove the metro registry keycpu@chromium.org2012-10-101-0/+5
* Fix one more test to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-12/+25
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-055-212/+509
* Allow EULA beacon creation when the User Data dir is not present.robertshield@chromium.org2012-10-051-1/+3
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-22/+3
* Ensuring Google Update at user-level is installed alongside App Host, for the...huangs@chromium.org2012-09-272-44/+36
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-6/+6
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-261-2/+43
* Remove system-level Chrome ProgIDs from filetype associations at uninstall.grt@chromium.org2012-09-251-21/+69
* Remove Chrome's ProgID from filetype associations at uninstall.grt@chromium.org2012-09-193-17/+40
* Installer changes for app host to support command line install from webstoreasargent@chromium.org2012-09-191-1/+1
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-122-8/+12
* C++ reability review for gab.gab@chromium.org2012-09-119-242/+237
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-112-12/+8
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-102-8/+12
* Reorder methods in install_worker.cc to match order in install_worker.h and m...gab@chromium.org2012-09-072-420/+419
* Callback flow to register Chrome and update shortcuts after OS upgrade to Win...huangs@chromium.org2012-09-026-28/+127
* Remove interface and type lib registration for the DelegateExecute verb handler.grt@chromium.org2012-09-012-77/+30
* Force COM machinery to notice that the path to the DelegateExecute verb handl...grt@chromium.org2012-08-311-7/+41
* Delete Chrome's secondary tiles on Windows 8 when uninstalling.benwells@chromium.org2012-08-301-2/+8
* Revert 153268 - Refactor manifests to allow all executables to use the same b...karen@chromium.org2012-08-251-0/+20
* Update the background color in the VisualElementsManifest.xml file which is u...ananta@chromium.org2012-08-241-1/+1
* Refactor manifests to allow all executables to use the same base manifests as...gab@chromium.org2012-08-241-20/+0
* Add app compatibility GUID for Windows 8 to chrome, mini_installer, and setup...gab@chromium.org2012-08-211-0/+2
* Do not compress chrome.7z into chrome.packed.7z for developer (component) bui...gab@chromium.org2012-08-171-0/+10
* Delete the installation folder after deleting its contents.erikwright@chromium.org2012-08-131-30/+52
* Allow invocation of --multi-install without a product if App Host needs binar...erikwright@chromium.org2012-08-131-12/+18
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-5/+2
* Temporarily ifdef out Active Setup for M22gab@chromium.org2012-08-072-0/+9
* Register Chrome in Open With... for File Associations at install on Windows.gab@chromium.org2012-08-072-24/+33
* Delete both regular and Metro user data dirs on uninstall.grt@chromium.org2012-08-031-30/+40