[RESOLVED] tis-chrome and other Google products

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Fabien.P
Messages: 1
Registration: Apr 14, 2021 - 4:49 p.m.

April 14, 2021 - 5:08 PM

WAPT 1.9 Enterprise
Server: Debian
Console: Win10

I have a problem with the tis-chrome package which prevents the installation of other Google products.
For example, I can no longer install Google Workspace Sync https://tools.google.com/dlpage/gssmo/

I received the following error message:
- Corrupted MSI file, even though it works correctly on PCs that are not equipped with WAPT.

According to a Discord user who encountered the error on Google Chrome
Hello, just so you know, the tis-chrome package binary seems to be corrupted. I re-downloaded it from the official website and I'm getting the same error. Have you noticed this on your end as well?
And I get the following error when I double-click on the binary: "
There is a problem with this Windows installer package.

" Hello! Just so you know, and despite the chaos of the last few days, I finally found the real solution to my Google Chrome problem. I'm sharing it in case it can help others: Until now, I was using the wapt-google-chrome package from the lesfourmis repository, which uses the chrome-installer.exe binary. I also use the Google Chrome ADMX files, and I had disabled automatic Chrome updates via GPO since I was managing them with wapt. Switching to the wapt-chrome package from the tranquilit repository, which uses the googlechromestandaloneenterprise64.msi binary, created a problem I had never encountered before. I had to enable automatic Chrome updates in my GPO so that the Tranquilit repository package could install "over" (like an update) the Lesfourmis repository package. Surprisingly, even after uninstalling the old package and cleaning the registry, I was unable to reinstall the new package.
Message from Simon
My package worked differently from tis's; the Chrome installer is actually an MSI file that installs an EXE... an EXE equivalent to Chromium, in fact. So, during my update_package, I installed the MSI file and then retrieved the chrome_installer.exe file located in: programfiles32\Google\Update\Download\\chrome_installer.exe. This way, the PCs installed a minimal version of Chrome without the Google Update system and other junk. Your problem is interesting, in any case.
November 26, 2020
So I don't really know where to start because I'm in the situation where I'm trying to install another Google product in addition to Chrome.
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

April 16, 2021 - 3:36 PM

Hello,

You should try commenting out the section on disabling Google Chrome services in the tis-chrome package code, uninstalling and reinstalling Chrome, and then attempting to install the Google product.

Regards,
Jimmy
artiehynes
Messages: 1
Registration: May 3, 2021 - 06:34

May 3, 2021 - 10:10

Thank you, that's what I'll do.
Locked