summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gyp
diff options
context:
space:
mode:
authoramit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 16:49:39 +0000
committeramit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 16:49:39 +0000
commita692b4f10a1d866f73645312234477f124c90900 (patch)
tree3608ecf28da97d315a40a5d8ccaae6d78f0abc5d /chrome/installer/mini_installer.gyp
parent1a0f04beab1294fed417320fb53f27e9e8be1df5 (diff)
downloadchromium_src-a692b4f10a1d866f73645312234477f124c90900.zip
chromium_src-a692b4f10a1d866f73645312234477f124c90900.tar.gz
chromium_src-a692b4f10a1d866f73645312234477f124c90900.tar.bz2
Remove need to invoke expand.exe from mini_installer.
Error 102 (0x66) has one of the highest occurances in setup failures. Once reason could be failure to successfully invoke expand.exe to extract setup.exe. Hopefully this should make this step more reliable. BUG=none TEST=none Review URL: http://codereview.chromium.org/6250175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r--chrome/installer/mini_installer.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index b648a8e..8f376cb 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -58,6 +58,7 @@
'"$(VCInstallDir)crt\\src\\intel\\mt_lib\\memset.obj"',
'"$(VCInstallDir)crt\\src\\intel\\mt_lib\\P4_memset.obj"',
'shlwapi.lib',
+ 'setupapi.lib',
],
},
'VCManifestTool': {