I am trying to deploy Google Chrome. I have the GoogleChromeStandaloneEnterprise.msi I this is the command I used
msiexec /i /qn /norestart GoogleChromeStandaloneEnterprise.msi /l*v chrome.log
I get 1722 error, here is the relevant part from the log file
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"
I have obviously googled this problem, it has been mentioned but no real solution given.