[wpkg-users] Chrome Enterprise

John Danks john.danks at gmail.com
Wed Jun 8 16:51:00 CEST 2011


This may help: http://code.google.com/p/chromium/issues/detail?id=73253

On Wed, Jun 8, 2011 at 7:39 AM, Charles Gargent <cgargent at gmail.com> wrote:
> I am using the following, this isnt the problem though as the log file
> is generated so i know it is trying to install
>
> <?xml version="1.0" encoding="UTF-8"?>
> <packages>
> <package id="google_chrome_11" name="Google Chrome 11"
> revision="11.0.696.57" priority="20" reboot="false">
>       <check type="uninstall" condition="exists" path="Google Chrome" />
>       <install cmd='msiexec /qn /norestart /i
> "%SOFTWARE%\chrome\GoogleChromeStandaloneEnterprise.msi" /l*v
> c:\windows\logs\chrome.log' />
>       <upgrade cmd='msiexec /qn /norestart /i
> "%SOFTWARE%\chrome\GoogleChromeStandaloneEnterprise.msi"' />
>       <remove cmd="msiexec /qn /x {54DF35BD-4A36-35DA-B029-A0C083C88614}" />
>   </package>
> </packages>
>
> On 8 June 2011 14:09, John Danks <john.danks at gmail.com> wrote:
>> Can you post the package definition you're using?
>>
>> On Wed, Jun 8, 2011 at 3:50 AM, Charles Gargent <cgargent at gmail.com> wrote:
>>> Hi,
>>>
>>> I am trying to deploy Google Chrome by following the instructions from
>>> here http://wpkg.org/Google_Chrome . Unfortunately it doesn't install
>>> and I keep getting an error 1722
>>>
>>> I have added logging  to the install command and below is the section
>>> of the log where the error lies.
>>>
>>> Has anyone had any success with this, am I missing something?
>>>
>>> thanks in advance
>>>
>>>
>>> MSI (s) (0C:74) [10:14:46:340]: Executing op:
>>> CustomActionSchedule(Action=DoInstall,ActionType=3074,Source=BinaryData,Target=/silent
>>> /install "appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&appname=Google
>>> Chrome&needsAdmin=True&brand=GGRV" /installsource enterprisemsi
>>> /appargs "appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%7D%7D",)
>>>
>>> MSI (s) (0C:74) [10:20:00:059]: Note: 1: 1722 2: DoInstall 3:
>>> C:\WINDOWS\Installer\MSIF.tmp 4: /silent /install
>>> "appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&appname=Google
>>> Chrome&needsAdmin=True&brand=GGRV" /installsource enterprisemsi
>>> /appargs "appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%7D%7D"
>>>
>>> MSI (s) (0C:74) [10:20:00:059]: Product: Google Chrome -- Error 1722.
>>> There is a problem with this Windows Installer package. A program run
>>> as part of the setup did not finish as expected. Contact your support
>>> personnel or package vendor.  Action DoInstall, location:
>>> C:\WINDOWS\Installer\MSIF.tmp, command: /silent /install
>>> "appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&appname=Google
>>> Chrome&needsAdmin=True&brand=GGRV" /installsource enterprisemsi
>>> /appargs "appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%7D%7D"
>>> -------------------------------------------------------------------------
>>> wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
>>> _______________________________________________
>>> wpkg-users mailing list
>>> wpkg-users at lists.wpkg.org
>>> http://lists.wpkg.org/mailman/listinfo/wpkg-users
>>>
>>
>



More information about the wpkg-users mailing list