Kevin Pereksta
2016-03-24 18:18:29 UTC
In case anyone else finds this and needs an answer, the Scheduled Task runs
the following daily:
*X:\Program Files (x86)\Google\Update\GoogleUpdate.exe /ua /installsource
scheduler*
the following daily:
*X:\Program Files (x86)\Google\Update\GoogleUpdate.exe /ua /installsource
scheduler*
I think using schtasks /run to fire off Google Update's UA task may do the
trick for you.
trick for you.
@Greg - Good question. We are trying to install latest Chrome channels on
Windows Machines before kicking off automated test runs. In order to do
that we need an installer script for Chrome Channels. After talking to
Omaha (Installer) team, it looks like they don't have any straight forward
way to do this. So what we are doing instead is to have an image of Windows
with Chrome channels installed. So we just have to update the Channel
everytime we start a machine to ensure we have latest build from that
channel. If you or anyone knows a better way to install a Chrome
Channel programmatic-ally than let me know and we can use that approach.
BTW, we don't have access to Chrome Builds, as this is running in cloud
outside the corp/prod.
@Anthony - We are aware of this wrench menu based approach. We just want
to avoid driving UX (if we can) from script.
Thanks,
Tejas
Windows Machines before kicking off automated test runs. In order to do
that we need an installer script for Chrome Channels. After talking to
Omaha (Installer) team, it looks like they don't have any straight forward
way to do this. So what we are doing instead is to have an image of Windows
with Chrome channels installed. So we just have to update the Channel
everytime we start a machine to ensure we have latest build from that
channel. If you or anyone knows a better way to install a Chrome
Channel programmatic-ally than let me know and we can use that approach.
BTW, we don't have access to Chrome Builds, as this is running in cloud
outside the corp/prod.
@Anthony - We are aware of this wrench menu based approach. We just want
to avoid driving UX (if we can) from script.
Thanks,
Tejas
The standard way to force an update, if one exists, is to go to "Wrench
Menu"->"About Chrome".
Kind Regards,
Anthony Laforge
Technical Program Manager
Mountain View, CA
Menu"->"About Chrome".
Kind Regards,
Anthony Laforge
Technical Program Manager
Mountain View, CA
Why do you ask? Chrome on Windows is kept up to date by Google Update (
http://code.google.com/p/omaha/). You can manually run Google
Update's UA ("update apps") task via the Windows Task Scheduler if you
really want to. There are a number of (good) reasons why it might not
update when you think it maybe ought to, though. You can also visit
Chrome's "About Google Chrome" item from the wrench menu to check for
updates.
http://groups.google.com/a/chromium.org/group/chromium-dev
http://code.google.com/p/omaha/). You can manually run Google
Update's UA ("update apps") task via the Windows Task Scheduler if you
really want to. There are a number of (good) reasons why it might not
update when you think it maybe ought to, though. You can also visit
Chrome's "About Google Chrome" item from the wrench menu to check for
updates.
Hi,
I was trying to look for ways to auto update Chrome forcefully on
windows. Is there any command/script that I can use to force this update ?
Any registry settings that can force this ?
Any pointers to help would be appreciated.
--
Thanks,
Tejas
--
http://groups.google.com/a/chromium.org/group/chromium-dev
--I was trying to look for ways to auto update Chrome forcefully on
windows. Is there any command/script that I can use to force this update ?
Any registry settings that can force this ?
Any pointers to help would be appreciated.
--
Thanks,
Tejas
--
http://groups.google.com/a/chromium.org/group/chromium-dev
http://groups.google.com/a/chromium.org/group/chromium-dev
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.